Coordinates problems?
-
Hello: I´ve made a program that works with graphics, and it draws them fine with Windows 95, 98 and Millenium. The program detects screen resolution and windows fonts size to resize them to full screen. I used SetMapMode with MM_LOENGLISH coordinates (x with positive values and y with negatives) and it worked fine in screen as well as printed. But this week I have just installed Windows 2000 and the graphics appear in the left corner of the screen with any choosen resolution and smaller than in other Windows versions. In a first time I thought it could be a problem with the drivers of my graphics display card with win2000, but a friend of mine has the same problem. Could it be the problem the coordinates system ? Do I need to use SetWindowExt , SetViewportExt or similars functions? Please I need some help because I have distributed the program to many people. Thanks a lot.