LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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

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.
0 Kudos
Message 1 of 3
(3,493 Views)
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" wrote in message news:50650000000800000006C10000-1077334037000@exchange.ni.com...
> 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.
0 Kudos
Message 2 of 3
(3,493 Views)
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 window on the front panel of your VI. I assume however, that you would like LabVIEW to automate this task. Unfortunately Hotmail is a secure site using Microsoft Passport .NET. .NET is supported by LabVIEW 7.0 but the .NET control of Passport would have to be provided by Microsoft. The following link is a great resource to learn more about the .NET single-login system.

http://msdn.microsoft.com/msdnmag/issues/02/09/Passport/

I hope this resource helps. Let me know if you wo
uld like more help using a browser window on your front panel using ActiveX.

Shea C.
Applications Engineering
0 Kudos
Message 3 of 3
(3,493 Views)