Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » Icon in MessageBox ??

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
28.03.2004, 12:01 Uhr
RedEagle



Wie kann ich in dieser MessageBox ein Icon aus dem Hauptverzeichniss der main.cpp einfügen?? (Vor dem Text, wie eine Warnmeldun)


C++:
MessageBox(NULL, "Sie sind mit dem Internet verbunden", "Connection state", 0);


--
MFG RedEagle

Dieser Post wurde am 28.03.2004 um 12:01 Uhr von RedEagle editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
28.03.2004, 12:24 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


Die einzigen Icons die du in einer Message Box anzeigne kannst sind die die in der MSDN angegeben sind.
Wenn du ein anderes willst musst du dir deinen eigenen Dialog basteln.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
28.03.2004, 12:27 Uhr
RedEagle



und wie kann ich die aus der MSDN sind anwenden????
Wo muss ich den Code hinschreiben (wo 'NULL' ist, wo '0' ist, oder wie??
--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
28.03.2004, 12:56 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


erm, das steht doch da


Zitat:

int MessageBox(
HWND hWnd, // handle of owner window
LPCTSTR lpText, // address of text in message box
LPCTSTR lpCaption, // address of title of message box
UINT uType // style of message box
);
...
...
...
uType
Specifies a set of bit flags that determine the contents and behavior of the dialog box. This parameter can be a combination of flags from the following groups of flags.
...
...
...
Flag Meaning
MB_ICONEXCLAMATION An exclamation-point icon appears in the message box.
MB_ICONINFORMATION An icon consisting of a lowercase letter i in a circle appears in the message box.
MB_ICONQUESTION A question-mark icon appears in the message box.
MB_ICONSTOP A stop-sign icon appears in the message box.


Dieser Post wurde am 28.03.2004 um 12:59 Uhr von Guybrush Threepwood editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
28.03.2004, 13:11 Uhr
RedEagle




--
MFG RedEagle
 
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: