11-02-2010 03:16 PM
Hi
I've got strange situation with my app. I'm trying to run an autocad application from lab view using .NET components.
I think everything is working almost fine because the acad process is shows up in the task manager but the autocad window is invisible the popups from autodesk help shows up but the main window is still invisible. When I ran the VI in highlight mode all the blocks ends with OK mark and no error shows. The only issue is that the window is invisible. Im working on lab view 2009 and Autocad 2010 on the Windows 7. Any idea or suggestion how to solve that annoying problem would be great help.
11-03-2010 06:20 AM
Hi
I solve the problem. In the AcadApplication Class constructor add property named visible change its statut to write and wire it with boolean true value 😉 should work