|
Posted by s.thoughts on April 19, 2005, 2:27 am
Please log in for more thread options
Hi,
I would like to stop reporting the error by start function to the
cmd.exe, and only have them in a message box.
The following code is not doing it (I still get the message in
cmd.exe):
$ConnectedSP = Win32::SerialPort->start( "$ConfigFile" ) || { $answer =
$mw->messageBox( -title => "Error",
-message => "$msg",
-icon => 'error',
-type => 'OK' )
};
Need your help please.
|