[perl-win32-gui-users] how to get filename of drag-n-dropped file?

2005-10-11 Thread Pavel Prostine
Hello perl-win32-gui-users is it possible to get name of drag-and-dropped file(s) which I pull from Windows Explorer and drop on Win32-Gui window? thanks Pavel

[perl-win32-gui-users] AxWindow with OLEControl - how to change the content of window?

2003-08-15 Thread Pavel Prostine
-control => "Shell.Explorer.2", ); $OLEControl = $Control->GetOLE(); $OLEControl->Navigate("about:blank"); # Clear control $Window->Show(); Win32::GUI::Dialog(); ... ... sub Start_Click { $html = int rand(100); $OLEControl = $Control->GetOLE();

[perl-win32-gui-users] RE: AxWindow: Creating HTML on the fly without loading a file!

2003-07-31 Thread Pavel Prostine
ol->Navigate("about:blank"); # Clear control and load a blank document $OLEControl->{Document}->write("$html"); obviously I do not use your hint correctly?? Please send me a sample. Pavel Prostine > > You need to use a WebBrowser control for that (not