Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
cmdow "Hurricane [Optimized] - Foundation [Optimized]" /SIZ 1920 1080 /MOV 910 540
Resizes the window and moves it to center screen (change mov x,y as desired) ?
A search for 'move any window free utility' revealed some more GUI-based tools for those that want to just point and drag :)
at 1920x1080 need to not use 2.0 scaled UI (the top-right menu buttons get shoved off the display)
--------
So - wht's so hard about setting different window styles?
SetWindowLong(hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE ) & !WS_POPUP );
or
SetWindowLong(hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE ) | WS_POPUP);
Maybe this could be fixed ?
1. Right mouse click on the game in Library and then "Properties"
2. Click "Set Launch options..."
3. Type "-window" and click ok
4. Start the game
5. Profit =)