thevoiceover Posted October 13, 2007 Report Share Posted October 13, 2007 I am trying (outside of using VI server property node for displaying primary workspace) to get .NET to tell me the monitor resoultion.. I was told I need to point to the Systems.Windows.Forms.dll and select screen for the constructor.. I am not seeing screen, can someone point me in the right direction so I can create a reference, I am still pretty new to using .NET with LV and am having a pretty bad time figuring this out... Thanks for the help and I hope you all have a good weekend.. Quote Link to comment
jaegen Posted October 13, 2007 Report Share Posted October 13, 2007 Systems.Windows.Forms.Screen doesn't appear to have any constructors. You need to drop a .NET constant (right click on a .NET constructor Refnum output and select Create>Constant), then right click on it and click "Select .NET Class". Make sure the "Show Creatable Objects Only" checkbox is cleared, and the "Screen" class should show up. Jaegen 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.