I have written a small orgram for a tester on our production line to 
integrate the tester with a small LAN system for serial number 
tracking.
The program is normally minimized and monitors a specific directory 
on the 'C' drive. When the tester finishes each board, it writes a 
file, this then fires an event in the VB program and it collates the 
data and writes it to my LAN.
The problem occurs when there is an error, for example it looses the 
LAN connection. I fire a message box with the error, however the 
message box opens BEHIND the test application software so is not 
immediately visible.
Is there a way to ensure the messagebox is always brought to the 
front, even though I have no control over the test software window 
in the foreground. Alternatively, can I fire some sort of sound as 
an alarm that will continue until the messagebox is acknowledged ?

Thanks in advance

Kevin





'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [EMAIL PROTECTED]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to