![]() |
Windows programming question!
Ok, so i started windows programming and i simply love it :)
I just want to make the windows i create in my own language, but don't know how to do that Can anyone help me? Here is the code: Code:
#include <windows.h> |
there are many ways to translate your application, there is no single right way.
the win32 api gives you functions to determine the currently set locale, the rest is up to you |
Is there a way to turn the window upside down for example?
|
Yes, there is always a way to do something when you are programming.
In the case of turning a window upside-down, you will need to sub-class the window class (to try to maintain some of the built in functionality), override the draw methods with your own implementation of how a window should appear (user drawn control) and then most likely redo all of the resizing, moving, and control location in the window to facilitate the now upside-down window. Shouldn't be harder that something like skiing through a revolving door. |
| All times are GMT. The time now is 12:30 PM. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.