Cannot set the window position

  • Thread starter Thread starter Mezek Shaakti
  • Start date Start date
M

Mezek Shaakti

Guest
I'm using SetWindowPos() to position the window horizontally at screen position 0 like this - SetWindowPos(hWnd, 0, 0, 100, 0, 0, SWP_NOSIZE), but the window is positioned few pixels after the left border of the screen. Why?

Continue reading...
 
Back
Top