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
-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();
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
3 matches
Mail list logo