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: Open application from labview

2004-02-21 Thread Mamian
what you want to do exactly. Cheers Mamian

Re: controlling windows style menu with user events

2004-02-21 Thread Mamian
Here's a question. How do i do that, to have an event structure that handles menu selections ? For example, menu selections in Windows Internet Explorer. Thanks

Controlling Menu Bars of Windows Applications like IE and Editor with LabVIEW 6

2004-02-21 Thread Mamian
Hi everybody ! I'm trying to develop a vi (LabVIEW 6) which controls menu bars in Windows Applications (IE, Editor, etc.) like "File-Save As..." or "View-Source...". I'm pretty sure I've got to use the ActiveX possibilities in LabVIEW, but I haven't been succesful. Any comments will help. Thanks

Re: Extracting HTML code from URL

2004-02-21 Thread Mamian
hy, i'm trying it the way i described in my former question. Using maybe the ActiveX to enter the Windows IE window and view the code there, and maybe save it as a text file, which i can read later with LabVIEW. Any suggestions will help me. Thanks a lot for your support. You too have a nice weekend. Mamian

Extracting HTML code from URL

2004-02-19 Thread Mamian
I'm having problems extracting a HTML code from a URL Adress.I already tried to use the Data Socket Read function, but it doesn't always work. I would like to retrieve the HTML code from an already opened Website in the Windows Internet Explorer. Like programming a macro which goes to the "View"-Me