Well, i know how to get their default web browser, but i don't know how i
could, say, embed it inside a win32::gui window, or (what i'd rather do)
create my own window that could interpret simple html...no images or
javascript or anything, just text formatting.
Well, if all you want is text form
If you JUST want to get html content and only get the text part of it,
use LWP. You may also want to use HTML::Tree or HTML::Treebuilder or
the other various HTML::* modules if you need to format the text in a
richedit field or something. I have never used any of these, However,
I would assume H
The closest I could get(NOT embedded!!!):
use Win32::OLE;
use Win32::GUI;
my $win = new Win32::GUI::Window (
-name => "Window",
#-topmost => 1,
-left => 100,
-top=> 100,
-width => 550,
-height => 550,
#-maxsize => [550,550],
#-minsize => [205,228],
-tex
Is there anyway to get the OpenFileDialog to allow selection of multiple
files...?
Thanks!
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>Not sure exactly what you're asking but the easiest way
>I've found to open html files with the users' preferred
>browser is to let the OS decide and simply execute that
>file like so:
>
>`\\path\\filename.htm`;
>
>This works on NT4, but I doubt it would work on Win9x/ME
>. If that's the OS y
Not sure exactly what you're asking but the easiest way I've found to open
html files with the users' preferred browser is to let the OS decide and
simply execute that file like so:
`\\path\\filename.htm`;
This works on NT4, but I doubt it would work on Win9x/ME. If that's the OS
you're working
I think a question similar to this may have been asked, but i didn't find it
in the mailing list archive, so here goes...I'm looking to make or embed a
web browser window of some sort as part of my own win32::gui program. i
wouldnt really like to use any specific browser (ie, netscape, etc.), b
7 matches
Mail list logo