Also Ich habe ja jetzt ein 16x16 Bit Icon, mein Problem ist es nur, es als Icon in der Titlebar anzeigen zu lassen..
Meine CreateWindowClassEx-Funktion scheint auch nicht richtig zu funktionieren:
Wenn ich zum Bsp als Parameter bei 'dwExStyle'
---------------------------------------
WS_EX_CONTEXTHELP
Includes a question mark in the title bar of the window. When the user clicks the question mark, the cursor changes to a question mark with a pointer. If the user then clicks a child window, the child receives a WM_HELP message. The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command. The Help application displays a pop-up window that typically contains help for the child window.
WS_EX_CONTEXTHELP cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX styles.
-----------------------------------------
angebe, passiert nichts, also ist wohl vorher schon irgendetwas falsch gelaufen, und das Icon kann also auch nicht angezeigt werden...
Vielleicht liegt es auch daran, daß mein ICon nicht in den Resourcen unter Icon liegt sondern unter Bitmap, ich habe es ja importiert, und es wurde automatisch dort abgelegt, obwohl es die Endung .ico hat...
Aber dann müßte der Compiler ja eine Fehlermeldung geben, also ich weiß nicht mehr weiter....
Oder gehe ich falsch in der Annahme, daß der Parameter in WNDCLASSEX der Parameter ist, den ich ändern will-->hIconSm
Meine CreateWindowClassEx-Funktion scheint auch nicht richtig zu funktionieren:
Wenn ich zum Bsp als Parameter bei 'dwExStyle'
---------------------------------------
WS_EX_CONTEXTHELP
Includes a question mark in the title bar of the window. When the user clicks the question mark, the cursor changes to a question mark with a pointer. If the user then clicks a child window, the child receives a WM_HELP message. The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command. The Help application displays a pop-up window that typically contains help for the child window.
WS_EX_CONTEXTHELP cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX styles.
-----------------------------------------
angebe, passiert nichts, also ist wohl vorher schon irgendetwas falsch gelaufen, und das Icon kann also auch nicht angezeigt werden...
Vielleicht liegt es auch daran, daß mein ICon nicht in den Resourcen unter Icon liegt sondern unter Bitmap, ich habe es ja importiert, und es wurde automatisch dort abgelegt, obwohl es die Endung .ico hat...
Aber dann müßte der Compiler ja eine Fehlermeldung geben, also ich weiß nicht mehr weiter....
Oder gehe ich falsch in der Annahme, daß der Parameter in WNDCLASSEX der Parameter ist, den ich ändern will-->hIconSm
Zuletzt bearbeitet: