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?



Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

How to Share webservice object to all user

How to fix error Msg 1801, Level 16, State 3, Line 1