06-21-2011 03:47 AM
Hi All
Is there a way to convert a Visual Basic Form to a Labwindows Panel?
06-22-2011 03:23 PM
Hi Shako,
Unfortunately, there is no way to directly call Visual Basic in LabWindows/CVI. However, in Visual Basic 6, if you create a dLL in Visual Studio, you can call it in CVI. If you are using Visual Basic .NET, you can create an assembly and call that in CVI. More information about how to do this can be found below:
Calling a dLL:
http://zone.ni.com/devzone/cda/tut/p/id/8503
Calling an assembly:
http://zone.ni.com/reference/en-XX/help/370051K-01/cvi/cvidotnet_overview/
Regards,
Jackie
06-23-2011 01:18 AM
Thanks i always wondered how to do that.
it will com in handy.
But what i was looking for is a way to just get the controls from a VB form like the Textbox, Labels etc.
Because i got a form which contains alot of control and is going to take me about an hour or more to create and label new ones in cvi.
Is there a way of doing this?
06-23-2011 08:04 AM
If you had started an hour ago, you'd be finished by now
I don't think there's any alternative but hard slog.