Re: How can I login to a website from LabVIEW, for example to Hotmail ?

2004-02-25 Thread Shea C
Hello, Thank you for your inquiry regarding website login. I understand that you would like to logon to Hotmail using LabVIEW 6.i. DataSocket however, is used to send and receive data between computers running LabVIEW. One possible solution is to use ActiveX events to run an internet browser

How can I login to a website from LabVIEW, for example to Hotmail ?

2004-02-21 Thread Mamian
I'd like to use the Data Socket Write VI to be able to give my loginname and my password from LabVIEW 6i. I really don't know how this VI works, and/or if this is possible. Thanks for your help.

Re: How can I login to a website from LabVIEW, for example to Hotmail ?

2004-02-21 Thread Martin Riddle
Last time I checked you couldnt do that with datasocket. But with the TCP tools, or thru WININET.DLL you can. You can Also use system exec and run FTP, which is what I had used to post data to a ftp site. Cheers Mamian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'd like to use