Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Autocad automation

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.

0 Kudos
Message 1 of 2
(3,294 Views)

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

0 Kudos
Message 2 of 2
(3,281 Views)