[perl-win32-gui-users] Windows help (winhlp32)

2002-06-09 Thread carollyne courtney
I'm trying to lauch a windows help file(.hlp) from a Win32::GUI::Menu as follows: sub helpme_Click { print "Trying to help...\n"; system("winnt.hlp"); return 0; } But the main prog window 'dies' until the help file is terminated. Any idea how I can launch the help file as

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

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

2002-06-09 Thread Mark Di Nicola
[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 utilization, Memory Utilization. how can i do this? ravi check out win32::systeminfo on cpan.

[perl-win32-gui-users] System Administrator

2002-06-09 Thread rchandran
I am a novice in Perl. pardon me if this is too basic.. i am trying to get the PerfMon statistics such as CPU utilization, Memory Utilization. how can i do this? ravi

[perl-win32-gui-users] ToolTips example?

2002-06-09 Thread Mark Wilkinson
Does anyone have an example of tooltips being used wth a toolbar (not a notify Icon)? even an example of a valid tooltips constructor would be great... the documentation is almost blank on the subject. Cheers! Mark

RE: [perl-win32-gui-users] subclassing in build 665?

2002-06-09 Thread Piske, Harald
This is pretty much the reason why I did not go 665 yet. I saw it mentioned somewhere that subclassing fell victim to the NEM (new event model) altogether - if you need events, which is what subclassing achieves rather poorly in 558, you need to take on the NEM, which does the job much better. The