Application Window Position
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have two Window CE applications running and I am trying to activate one from the other. I tried two different ways: grab the CWnd pointer of the other application and call BringWindowToTop (or SetWindowPos, or SetWindowActive); and the other attempt was to send the current app to the bottom of the z-order using SetWindowPos. None of these ideas seemed to work. The functions just seem to be ignored. I can cause the application forms to disappear or changes size, but the z-order I can't seem to change. Any Ideas? :confused: Paul Jahans