Summary: 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 ...
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 ...
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 an...
Summary: Hi everybody... Can u please suggest me how to read two different inputs,one from RS232 port and other from USB port using VB?.. Heard that MSCOMM wou...
Summary: I have 2 specific enquiries: 1.) What is the best way at storing information with VB - I am teetering on using .dat or databases but have no informati...
Summary: G'day, As Borelli34 states, it will all depend on how the device is connected. Does it emulate a mouse? IE is it wired to give the same inputs? If tha...
Summary: Hi Dear Salam to all and I have Problim that I wants to detect LPT printer port and COMM serial port and wants to communicate with them through progr...
Summary: Hi , You all have been facing a situation that an application was terminated but the port that was used by it - was left open . Is there any way ...
Summary: I don't know how to do it in C/C++. but i can tell you that you use VB. in VB there is a ActiveX control : MSCOMM32 by this control you can communicat...
Summary: VB isn't the best with graphics (mostly because it isn't fast enough), but I would try to lower the timer interval to about 40 and if neccesary compen...
Summary: I an doing a project in VB. Namely I have to wirte a code for the common login program. There will be two buttons: Done and Exit and two text Boxes fo...
Summary: G'day What exactly do you want to achieve? You can send (and recieve) data from / to the parallel port using 'C' functions outp() and inp(). With VB(x...
Summary: USB is really just a hardware thing, and I don't think you need to worry about that. It's like a mouse: it doesn't matter if it's connected via a seri...
Summary: Are you sure the frm files are where you thought they were. Its very easy with VB to put forms in folders other than the one you intended. Do a sear...
Summary: I have been struggling with data connection with vb.net and oracle as my database. The problem is that with the web application, the database connecti...
Summary: I have been having problems accessing my database using a vb front end. I have Windows XP, Microsoft Access 2000 Database, and VB Studio Edition 6.0. ...
Summary: I made a vb program to automate data transfer using MS Outlook. it works perfectly when Outlook keeps open. but while Outlook closed the strange thing...
Summary: As for programming (I suppose we should have answered this earlier), it depends on what kind of programming you'd like to do? If you want to write ga...
Summary: If you already understand the sockets, the rest is fairly easy. On the client end: create a TCP socket open the file as binary read a block from the ...
Summary: My goal is to automate the clicking and entering of some buttons and fields on a web page. I want to use VB and write a program that will tell me what...
Summary: I created an old database with Microsoft Access 98 and programmed the application in VB 6. However, when I tried to open the database in Access2k, it...
Summary: That is what is happening. I had the same problem when I first started with VB trying to write com port routines. The system is WAITING FOR THE PORT T...
Summary: Hi, I'm a new in VB and I need help. I have to create script for the following task: via Workstation's applet(A)I have a field with the symbol and I n...