Re: [perl-win32-gui-users] Cant GET IT TO INSTALL

2002-08-13 Thread H C
Scott, Couple of things. First, what version of Perl are you running? Type "perl -v" and get the build number...you may need to update your install of Perl. Second...it doesn't sound as if you had any trouble installing Win32::GUI...sounds like the install worked fine. If your demos aren't wor

[perl-win32-gui-users] Selecting multiple files with GetOpenFileName

2002-06-15 Thread H C
Is there a way to get GetOpenFileName to allow for selecting multiple files, or is the current method of allowing this to use Win32::FileOp? Thanks __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

Re: [perl-win32-gui-users] System Administrator

2002-06-09 Thread H C
Mark, I checked out systeminfo...it only does memory and processor info...not PerfMon... --- Mark Di Nicola <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I am a novice in Perl. pardon me if this is too > basic.. > > > > i am trying to get the PerfMon statistics such as > CPU utiliza

[perl-win32-gui-users] GetOpenFileName and multiple selections

2002-05-26 Thread H C
I searched the list for the subject, and found two answers...Jenda's Win32::FileOp, or GUI::GetOpenFileName being updated to allow for the necessary flags to permit multiple selections. Has GetOpenFileName been updated yet? The posts I found were from Sept/Oct '01... Thanks, Carv

Re: [perl-win32-gui-users] WS_HSCROLL

2002-05-14 Thread H C
Being somewhat new to Win32::GUI, where can I read more documentation on '-style'? --- larry moore <[EMAIL PROTECTED]> wrote: > I am trying to add both vertical and horizontal > scroll bars. For some > reason my WS_HSCROLL command in the -style doesn't > work. > > > -style => WS_VSCROLL | WS_

[perl-win32-gui-users] Win32::GUI examples.

2002-05-14 Thread H C
I've found several examples of the use of Win32::GUI on the 'Net, as well as the docs...but does anyone have any examples they'd care to share/post? Thanks. Carv __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com

Re: [perl-win32-gui-users] making windows - help w/code

2002-03-05 Thread H C
I'm using Win32::GUI 0.558 on Win2K SP2, and I get all three windows. However, I don't get the button in the window entitled "Window Title". --- [EMAIL PROTECTED] wrote: > > > > > Joe [EMAIL PROTECTED] > 03/05/2002 01:59 PM > > I have code that is supposed to make 2 windows... > only the se