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

job syspolicy_purge_history job fail in sqlserver 2008

Trying to register with public marketplace error with 'Get-AzureStackStampInformation'