![]() |
InitCommonControlsEx ohne VCL/Forms
Ich möchte gerne InitCommonControlsEx aufrufen, ohne Forms oder Controls zu usen. Wenn ich es so
Delphi-Quellcode:
probiere, bekomme ich
program CommCtrlTest;
uses CommCtrl, SysUtils; var icc: TInitCommonControlsEx = ( dwSize: sizeof(TInitCommonControlsEx); dwICC: ICC_BAR_CLASSES; ); begin Win32Check(InitCommonControlsEx(icc)); end. Zitat:
Edit: Wenn man InitCommonControls vor InitCommonControlsEx aufruft, klappt's. Ich werd jetzt grad aus der MSDN-Doku nicht schlau, ob das so sein soll oder nicht. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:57 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz