Rich Text Box
i have logfile automatically being written to, , want contents of displayed in rich text box. have on form, , seems initialized in designer.cs
// // richtextbox1 // this.richtextbox1.dock = system.windows.forms.dockstyle.fill; this.richtextbox1.location = new system.drawing.point(141, 147); this.richtextbox1.name = "richtextbox1"; this.richtextbox1.size = new system.drawing.size(476, 67); this.richtextbox1.tabindex = 5; this.richtextbox1.text = "asdf"; private system.windows.forms.richtextbox richtextbox1;
but when try use in form (eg richtextbox1.appendtext("blahasldkjfalskdf");, doesn't seem know textbox there..intelisense doesn't recognize either. ideas?
does compile?
http://blog.voidnish.com
http://blog.voidnish.com
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment