LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to save the RichTextBox Content in Text file

Solved!
Go to solution

hI ,

 

I NEED TO SAVE THE RichTextBox Content in text file ? 

0 Kudos
Message 1 of 6
(4,101 Views)

Show us some code (even if it doesn't work) so we will have a better idea of what you are trying to do (it won't help you if we answer the "Wrong Question").

 

BS

0 Kudos
Message 2 of 6
(4,051 Views)

 

 

https://msdn.microsoft.com/en-us/library/e4a710b1(v=vs.110).aspx

 

Thanks

0 Kudos
Message 3 of 6
(4,043 Views)

What Rich Text Box?  Are you referring to a .NET control?  Please post your VI so that we are not left in the dark trying to help you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 6
(4,040 Views)

This sounds like a "non-LabVIEW" problem.

 

Bob "When Your Only Tool Is a Hammer, Every Problem Looks Like a Nail" Schor

0 Kudos
Message 5 of 6
(4,013 Views)
Solution
Accepted by topic author SaranVenkateshS

If this IS a LabVIEW question, here's an example of how to load a rich text file (to help if you don't know how to get a rich text in LabVIEW).

 

If you have a Rich Text Box, you can use the invoke method "SaveFile" to match the function you linked to.

RTF.png

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 6 of 6
(3,997 Views)