Apr 9, 2003 #1 domenu Programmer May 31, 2002 30 BE Hi, I want to block a serial port, to prohibit my employees to use the Internet via a serial port modem. Is there an easy way to do this in VB, maybe using a special control like mscomm ??? Thanks in advance, Dominique
Hi, I want to block a serial port, to prohibit my employees to use the Internet via a serial port modem. Is there an easy way to do this in VB, maybe using a special control like mscomm ??? Thanks in advance, Dominique
Apr 9, 2003 #2 Error7 Programmer Jul 5, 2002 656 GB The way I do it is to just open the CommPort. MSComm1.PortOpen = True I add a timer routine to block the port only at certain times/days of week. Hope this help. Al Upvote 0 Downvote
The way I do it is to just open the CommPort. MSComm1.PortOpen = True I add a timer routine to block the port only at certain times/days of week. Hope this help. Al