|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Rich Text Box Progress Display problemsmessaging. The progress messaging class has an RTF that's supposed to display progress messages using the appendtext method. When I call the progress messaging class, the form pops up, but the rtf fails to display or show messages. Any idea what the prob might be? Here's the calling code: Dim ProcessUpdates1 As New Progress_Updates ProcessUpdates1.Show() ProcessUpdates1.ProcessUpdates.BringToFront() ProcessUpdates1.ProcessUpdates.AppendText("Please Wait...") ProcessUpdates1.ProcessUpdates.Focus() ProcessUpdates1.ProcessUpdates.ScrollToCaret() Of course, "ProcessUpdates" references the RTF Thanks, Henry <mgoold2***@hotmail.com> schrieb:
> When I call the progress messaging class, the form pops up, but the rtf What do you want to archieve with the line above?> fails to display or show messages. Any idea what the prob might be? > Here's the calling code: > > Dim ProcessUpdates1 As New Progress_Updates > > ProcessUpdates1.Show() > ProcessUpdates1.ProcessUpdates.BringToFront() > ProcessUpdates1.ProcessUpdates.AppendText("Please Wait...") Are you sure you are calling the method from within the thread the control has been created on? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Reading value of a bit?
how to use variable to refer to a control? Getting an objects name from within a class New student stuck with .CSVs and Arrays A Question on Arrays. Debugger question compare/check character against an array of chars - best practice? testing if .NET Framework 2.0 is installed How to bring up a localized form when using application events Change Report Data Source |
|||||||||||||||||||||||