Convert String to set it on richBox
-
Hello, How we can Convert String to set it on richBox, i try for MailMessage2.Text = "eeeeeeee"; but there are an exception : Object reference not set to an instance of an object, thank you verry mutch.
Have you actually created an instance of MailMessage2?
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Have you actually created an instance of MailMessage2?
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
This is very basic stuff - you really should work through some online getting started articles/blogs and buy a book or ten. Assuming MailMessage2 is your RichTextBox:
RichTextBox MailMessage2 = new RichTextBox();
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Hello, How we can Convert String to set it on richBox, i try for MailMessage2.Text = "eeeeeeee"; but there are an exception : Object reference not set to an instance of an object, thank you verry mutch.
-
Hello, How we can Convert String to set it on richBox, i try for MailMessage2.Text = "eeeeeeee"; but there are an exception : Object reference not set to an instance of an object, thank you verry mutch.