-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
At 10:15 AM 7/18/2003, you wrote:
>Hi,
>
>I mostly use Win32::GUI::Loft to build screens. The power of this app is
>really impressive and, while it doesn't match the full power of Win32::GUI
>alone, it sure makes building screens a lot easier!
>
>I
Hi,
I mostly use Win32::GUI::Loft to build screens. The power of this app is
really impressive and, while it doesn't match the full power of Win32::GUI
alone, it sure makes building screens a lot easier!
I have one occasion where I would like to change the text font color on a label
after th
At 09:55 AM 7/18/2003, you wrote:
Dennis,
Not sure about the Visual C++ thing as I haven't really used it!
So far it seems all the undocumented functions are the same as VC++ (with
the appropriate perlisms). I may just start using that and see how far I
can get.
As for the selection of t
At 09:02 AM 7/18/2003, you wrote:
Hi,
Your check box will send a Click event when it is checked. You, then,
need to create a handler for the event:
sub ::chbCheckBox1_Click {
}
Hope this helps,
Thanks but I don't think you understand the problem. This is strictly a tab
control problem. W
At 04:25 AM 7/18/2003, you wrote:
Dennis,
Try this just before your $MainWindow->Show();to set the focus on
your object -
$ObjectName->SetFocus();
Ah, ha! So there is another undocumented function. Thanks. I repeat my
earlier question: how do you find this stuff out? I have used Visu
Hello,
Please let me know the way to set proxy to IE on Win32::GUI::AxWindow.
This doesn't work well.
$Control->CallMethod("Proxy", 'myserver.mycompany.co.jp:8080');
$Control->CallMethod("Navigate", 'http://www.perl.org/');
Regards,
Hirosi Taguti
[EMAIL PROTECTED]
6 matches
Mail list logo