I need some help. I'd to open a dialog (built from resources) and have for the dialog to pop on the center of a window and not allow dragging outside of its parent window where it belongs.
- Code: Select all Expand view
DEFINE DIALOG oDlg OF oChildWnd RESOURCE "About" TRANSPARENT COLOR CLR_WHITE , RGB(240,240,240)
...
ACTIVATE DIALOG oDlg
I especially would like to avoid the dialog from being dragged outside the main window. Any ideas?
Thank you,
Reinaldo.