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 an external process without affecting the main Win32::GUI program window?

Thanks



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx


Reply via email to