Discussion:
use CDialog from CDialogBar?
(too old to reply)
UlhakA
2006-05-29 23:49:58 UTC
Permalink
Hello folks,

i hope somebody can help me,

i want to use different CDialog's from a CDialogBar, for different purposes
different CDialogs (i launch the CDialog when i click on a Button, which is
defined in the CDialogBar)


i appreciate any hints and tipps


greetings
UlhakA
Ajay Kalra
2006-06-07 18:38:57 UTC
Permalink
Create as many CDialogBars as the dialogs you have. You can hide/show
the bars as needed. This is a better option than changing the dialog
template of the bar itself at run time. One side effect would be the
possible flickering and managing the size/location of the dialog bars
as you would like all dialog bars to be of same size and at the same
location. This will not be an issue if your dialog bars are not
dockable/re-sizable.

---
Ajay
Post by UlhakA
Hello folks,
i hope somebody can help me,
i want to use different CDialog's from a CDialogBar, for different purposes
different CDialogs (i launch the CDialog when i click on a Button, which is
defined in the CDialogBar)
i appreciate any hints and tipps
greetings
UlhakA
Loading...