05-13-2006 01:50 PM
05-15-2006 04:21 PM
Hey HaveName,
What environment are you using to code in? Are you talking about having some sort of script that will update the label in VB from HTML? So basically the Command button updates both the label and the textbox? How are you using DataSockets in this control?
Thanks,
05-15-2006 10:14 PM
Hello Sam R.,
The ActiveX will be written in VB6 with Measurement Studio6. It's some sort of tutorial lesson for me to test the capability of DataSocket.
I want to create 1 control which will act as reader and writer. I am using Windows XP with IIS as web server and testing using 1 open VB6 Form with the control and 1 HTML file with the control using Data Socket Server with dstp://localhost/something. I dont know whether I need to have the script or not, what ever can do. tell me if it is the way to do. If it can be program directly in the control is better.
Basically, yes. the command button inside the control should updates both label and textbox.
If you can say that 1 datasocket control is enough, I will follow your advice because you are the expert.
I try before by using the example in DSReader and DSWriter but I cannot do the 'real time' updating when I click either button in VB6 or HTML page. It can only updated when I click again the commandbutton
05-15-2006 10:14 PM
Hello Sam R.,
The ActiveX will be written in VB6 with Measurement Studio6. It's some sort of tutorial lesson for me to test the capability of DataSocket.
I want to create 1 control which will act as reader and writer. I am using Windows XP with IIS as web server and testing using 1 open VB6 Form with the control and 1 HTML file with the control using Data Socket Server with dstp://localhost/something. I dont know whether I need to have the script or not, what ever can do. tell me if it is the way to do. If it can be program directly in the control is better.
Basically, yes. the command button inside the control should updates both label and textbox.
If you can say that 1 datasocket control is enough, I will follow your advice because you are the expert.
I try before by using the example in DSReader and DSWriter but I cannot do the 'real time' updating when I click either button in VB6 or HTML page. It can only updated when I click again the commandbutton and
05-16-2006 04:12 PM
05-16-2006 04:13 PM