kanmo Posted March 5, 2008 Report Share Posted March 5, 2008 Hi All, This is my first time to post a question here. Thank you very much for all your help in advance. I'm building a simple dll using the application builder. I can call it from matlab, and it's working well. The problem is that i often need to escape from the dll while it's running. When i was building .exe instead of .dll, i could achieve this simply by clicking STOP button. However, with dll I can't activate the application interface window. Is it possible for dll to have interactive graphic interfaces? Thanks, Anmo Quote Link to comment
Tim_S Posted March 6, 2008 Report Share Posted March 6, 2008 QUOTE(kanmo @ Mar 4 2008, 07:30 PM) When i was building .exe instead of .dll, i could achieve this simply by clicking STOP button.However, with dll I can't activate the application interface window. Is it possible for dll to have interactive graphic interfaces? Yes. This would require basically the same VI properties as if you had a user interface in a subVI. Quote Link to comment
kanmo Posted March 6, 2008 Author Report Share Posted March 6, 2008 QUOTE(Tim_S @ Mar 5 2008, 02:04 PM) Yes. This would require basically the same VI properties as if you had a user interface in a subVI. It worked!!! Thank you very much Tim. Just for Labview newbies like me, the details are as follows. Select FileĀ»VI Properties to open the VI Properties dialog box. Select Window Appearance from the Category pull-down menu. Click the Customize button to open the http://zone.ni.com/reference/en-XX/help/371361B-01/lvdialog/cust_window_appearance_db/' target="_blank">Customize Window Appearance dialog box. Place checkmarks in the Show front panel when called and Close afterwards if originally closed checkboxes. Click the OK button. and rebuild it!!! if(typeof(Print_Link)=="function") { java script:Print_Link();} Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.