Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Block TCP ports with VB
Name: nathan Date: February 8, 2003 at 14:21:32 Pacific OS: win2k CPU/Ram: amd1700+
Comment:
how can i block tcp ports with vb. ex. say to close port 80, when you click a command button, then open it back up when the command button is pressed again. anyone know how to do this, or a good site that would help? thanks..
Name: micah Date: February 9, 2003 at 21:57:01 Pacific
Reply:
I dont really know, but one cheap way to do it is have your program listen on whatever port...and thats it. Then no other programs can listen on that port. Thats about all I can think of to do it easy in VB. C++ would be a diff story.
0
Response Number 2
Name: nathan Date: February 11, 2003 at 06:21:43 Pacific
Reply:
yes but when i set the winsock control to listen on localport 8080, it errors saying the address is in use. is there a way around this?
Summary: Im looking to the code to monitor the pins on a serial port from VB.net, i want to collect the data comming in on the pins with VB. does anyone know how to do this? ...
Summary: I am not familiar with VB.NEt but assuming it is similar to VB6 the only forms that can have scroll bars are MDI forms. You set Scroll bars to true and the appeare automatically whenever there is some...