Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » Einen Befehl für Vollbild

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
17.09.2004, 17:15 Uhr
~binnochneuhierunddu
Gast


Ich suche einen Befehl (bitte hier posten und keine links) das ein dos consolen programm im vollbild modus startet?

ich weiss es gibt dieses thema schon aber ich habe keinen befehl darin gefunden?

Bitte Helft Mir
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
17.09.2004, 17:29 Uhr
typecast
aka loddab
(Operator)


Jo, also auf keinen Fall hier. Das ist naemlich mit ANSI nicht moeglich

->
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
17.09.2004, 18:31 Uhr
Oliver
S2-Pixelgeneral


www.fun-soft.de/showtopic.php?threadid=1093

Da steht es eigentlich da...
--
Demokratie ist die Diktatur der Mehrheit.

www.siedler25.org/ ( Siedler2 - Remake )
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
18.09.2004, 10:16 Uhr
~Canon
Gast


Du könntest es so machen:

C++:
void FullScreen ()
{
    keybd_event ( VK_MENU , 0x38 , 0 , 0 );
    keybd_event ( VK_RETURN , 0x1c , 0 , 0 );
    keybd_event ( VK_RETURN , 0x1c , KEYEVENTF_KEYUP , 0 );
    keybd_event ( VK_MENU , 0x38 , KEYEVENTF_KEYUP , 0 );
}



MfG Canon
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: