Re: [perl-win32-gui-users] VB dialup code

2001-01-14 Thread Reini Urban
christopher sagayam schrieb: > can anyone tell me the equivalent of > "Private Declare Function InternetGoOnline Lib "wininet.dll" Alias > "InternetGoOnlineA" (ByVal lpszURL As String, ByVal hwndParent As Long, > ByVal dwReserved As Long) As Long" > in perl ? > > I mean the vb code is accessing a

[perl-win32-gui-users] Re: small problem

2001-01-14 Thread christopher sagayam
sorry for posting it got the answer $ModuleWindow->Caption("new title"); chris - Original Message - From: christopher sagayam <[EMAIL PROTECTED]> To: Sent: Monday, January 15, 2001 9:20 AM Subject: Re: small problem > $ModuleWindow->{-title'} = "site title"; > > should be > > $Mod

[perl-win32-gui-users] Re: small problem

2001-01-14 Thread christopher sagayam
$ModuleWindow->{-title'} = "site title"; should be $ModuleWindow->{-title} = "site title"; chris - Original Message - From: christopher sagayam <[EMAIL PROTECTED]> To: Sent: Monday, January 15, 2001 9:19 AM Subject: small problem > part of code > > > . > > >

[perl-win32-gui-users] small problem

2001-01-14 Thread christopher sagayam
part of code . $ModuleWindow = new Win32::GUI::DialogBox( -left=> 100, -top => 110, -width => 500, -height => 400, -name=> "ModuleWindow", -style => WS_BORDER | DS_MODALFRAME | WS_POPUP | WS_C

Re: [perl-win32-gui-users] perl2exe stuff

2001-01-14 Thread Indy Singh
> so I should copy perlcrt.dll in the same directory as the exe file to be > compiled and once complied the .exe will NOT require percrt.dll at all in > any other machine where it runs ? Not quite. Copy the file from your windows\system32 directory to the _target_ computer and place it in the sa

Re: [perl-win32-gui-users] perl2exe stuff

2001-01-14 Thread christopher sagayam
Thanks for helping V3.13 so I should copy perlcrt.dll in the same directory as the exe file to be compiled and once complied the .exe will NOT require percrt.dll at all in any other machine where it runs ? chris - Original Message - From: Indy Singh <[EMAIL PROTECTED]> To: Sent: Monday

Re: [perl-win32-gui-users] something in VB to be converted to perl

2001-01-14 Thread christopher sagayam
Thanks chris - Original Message - From: Mike Blazer <[EMAIL PROTECTED]> To: Sent: Saturday, January 13, 2001 4:40 AM Subject: Re: [perl-win32-gui-users] something in VB to be converted to perl > Check my Win32::RASE on CPAN - it can do all dialup related suff. > > hth > > christopher sa

Re: [perl-win32-gui-users] perl2exe stuff

2001-01-14 Thread Indy Singh
> it complaines " perlcrt.dll not found" Make sure that you are using the correct version of Perl2Exe. There are several versions of Perl2Exe for different versions of Perl. Perl2Exe V4.03 for Perl 5.6 is the latest version. It does NOT use perlcrt.dll Perl2Exe V3.13 for Perl 5.005_03 is an old

[perl-win32-gui-users] perl2exe stuff - what version?

2001-01-14 Thread Jake Skinner
> > "Use sockets" in my perl win32 GUI code and convert it to .exe using > > perl2exe > > > > and I try to run the code in another machine it complaines " > perlcrt.dll not > > found" I haven't run across this before. I use perl2exe and the resultant program runs on 2k/NT/9x/Me machines that I nev

[perl-win32-gui-users] Win32::GUI::Tooltip

2001-01-14 Thread Sean Healy
I've been playing around with tooltips this weekend, trying to get them to work, but I kept getting an error message that tells me my tooltip object is undefined--well, the variable that is supposed to refer to my tooltip object is undefined, which means my tooltip did not get created. I traced