 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
who Guest
|
Posted: Sat Sep 18, 2004 8:17 pm Post subject: help with progress bar |
|
|
Hi,
What's the best way to update the progress bar on a non-modal form in a
non-modal application?
The basic design is
TForm1 <>---> TDialogueForm1 <>---> MKUtils
has has
Now, here is the problem. How can I update the progress bar on DialogueForm1
when the code doing all the work is in objMKUtils::DoStuff(...)?
void __fastcall TDialogueForm1::OKBtnClick(TObject *Sender)
{
//...
objMKUtils.DoStuff(sLabel,
false);
//...
}
I'm new with programming GUI's and using Borland C++ Builder 3.
Regards,
Michael |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|