09-15-2010 11:28 AM
09-15-2010 12:42 PM
User controls assume they are operating in a Windows Forms, and the .NET container does not provide that. What sometimes works is to set the execution system of the VI to "user thread". You can do this in the VI's Properties window. You may have to resort to using a group box to provide a suitable binding context.