Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2009 |
| Replies: 4 Views: 691 What kind of hardware you want to control? What you want from hardware? Either you want to get data from hardware or want to make a remote control in vb....... |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2009 |
| Replies: 2 Views: 329 select Emp.id,Emp.name,Profession.skills from Emp inner join Profession on Emp.id=Profession.id |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2009 |
| Replies: 0 Views: 254 I am developing a program to receive serial data from serial port. I am successfully getting data from serial port with MScomm. The next step is to filter the data coming from serial port.
Data... |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2009 |
| Replies: 0 Views: 1,195 Hi everyone. I am making aproject in vb6 with MScomm. Computer A connected with a device on serial port. I can receive the data from serial port in a text box. Computer A can also dial cmputer B to... |
Forum: Visual Basic 4 / 5 / 6 Jun 1st, 2009 |
| Replies: 0 Views: 513 Hi..
I am not an expert of VB. I am very confused. I am good in java. But solution of my problem is not easy in java.
The situation is something like that:
The data that is coming on hyperterminal... |