fix coordinates in a window

I’m working on a MFC project;
How do I fix the origin (0,0) in the top-left corner of the window?
When i start my app, the origin is set in the bottom-left of my window?

I don’t think you can. Windows operates with the lower left being the origin.

  • Halcyon