![]() |
Loading RichTextbox in VB
Hi,
I am Currently trying to load my RichTextbox with "notes" which is passed up as a byte array from the database to this code. For some reason the array makes it all the way here but it only puts a space in the richtextbox. Am i missing somthing or doing something wrong? VB CODE Code:
Dim memoryStream As System.IO.MemoryStream = New System.IO.MemoryStream() |
Re: Loading RichTextbox in VB
if you print this--->txtRange.Text what you get?
|
| All times are GMT +5.5. The time now is 04:10. |