Hi,
When using MoveWindow() is there a way to tell it what "window" you want it to base its coordinates on?
My computer screen resolution is set to 1280 x 800. My main window in my program is set to 1024 x 600 (then centered in the screen).
When I use the MoveWindow(oDlg:hWnd,50,50), it places the window based on the whole screen not the main window in my program.
I hope I explained that clearly