04-24-2009 01:15 PM
I need to convert a string to url in Labview.
I found this in the example zone=
http://zone.ni.com/devzone/cda/epd/p/id/671
but this doesn't work on my 8.6 Version... (it is made in 5)
someone can post it in the 8.6 version ?
tnx,
K
Solved! Go to Solution.
04-24-2009 02:02 PM
04-24-2009 02:17 PM
tnx for the quick reply !
Is there also a possibility to view webpages in Labview ?
I mean you just insert an URL (like "www.google.be") en Labview shows the page in the front panel?
04-24-2009 05:27 PM - edited 04-24-2009 05:27 PM
Yes. Add an ActiveX Web Browser control to your front panel (Controls Palette -> .NET & ActiveX -> Web Browser). Then, in the block diagram, call the Navigate method:
You can take a look at the "ActiveX Event Callback for IE" example that ships with LabVIEW. Open the Example Finder (Help -> Find Examples) and search for "ActiveX".
04-25-2009 03:36 AM
tnx man,
it really brings my VI to life
K
04-25-2009 05:23 AM
it really brings my VI to life
Glad you got energetic by that. Could you please do a big favour by marking Smercurio's post as solution to your problem so that it will help others in the future who are looking a solution for same problem.
Thanks for your understanding,
Mathan