Click to See Complete Forum and Search --> : How to change CDialogBar position initially?


JustNow
April 28th, 1999, 04:01 AM
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.

dineshsv
May 7th, 1999, 05:57 AM
Use can use base class function -> MoveWindow( LPCRECT lpRect, BOOL bRepaint = TRUE );

Cheers,
Bye,
Dinesh