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
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
[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.
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
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
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
6 matches
Mail list logo