03-16-2011 08:42 AM
Hello.
The question is how to get .NET Refnum of a certain *.rtf file in order to put it's contents into RichTextBox container.
Thanks.
Solved! Go to Solution.
03-16-2011 08:57 AM
Hi,
Hope this helps
LabVIEW includes the following refnum controls located on the Refnum palette:
.NET Refnum—Use this refnum to launch the Select .NET Constructor dialog box and select an assembly in the Global Assembly Cache (GAC) or navigate to a private assembly. |
03-16-2011 09:08 AM
You should really stick to your original post so people know what you are trying to do.
ABCPrograms wrote:.
Hi,
Hope this helps
LabVIEW includes the following refnum controls located on the Refnum palette:
.NET Refnum—Use this refnum to launch the Select .NET Constructor dialog box and select an assembly in the Global Assembly Cache (GAC) or navigate to a private assembly. |
- Bjorn -
That's not how you would do it. You'd insert a RichTextBox into a .NET container on the front panel.
@TerraNova wrote:
Hello.
The question is how to get .NET Refnum of a certain *.rtf file in order to put it's contents into RichTextBox container.
Thanks.
Did you try a search? Examples have been posted on how to use a RichTextBox in LabVIEW. All you need to do is this:
03-16-2011 09:30 AM
Done with that.
Thanks.