How to change CDialogBar position initially?
I write a program with a CDialogBar,but I cannot find any method to show
it at some position (x,y) initially.
Printable View
How to change CDialogBar position initially?
I write a program with a CDialogBar,but I cannot find any method to show
it at some position (x,y) initially.
Use can use base class function -> MoveWindow( LPCRECT lpRect, BOOL bRepaint = TRUE );
Cheers,
Bye,
Dinesh