Start a dialog hidden
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
ON my windows desktop app, I would start model dialogs in a separate thread, as hidden using WM_WINDOWPOSCHANGING as ShowWindow, does not hide the dialog. On windows CE WM_WINDOWPOSCHANGING does not seem to be supported, so when I start the dialog, it appears right on the screen.. How can I hide it. Annum