jennico Posted November 30, 2008 Posted November 30, 2008 i know this is a bit off AutoIt topics but i am tired of searching google and dlls. can anyone tell me where i can find the resources (bitmap/icon) windows uses for its static controls like checkbox, radiobutton, check hook and radio dot (in contextmenu) ? i want to display them in ownerdrawn controls. thx j. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
Bert Posted November 30, 2008 Posted November 30, 2008 MSDN The Vollatran project My blog: http://www.vollysinterestingshit.com/
jennico Posted November 30, 2008 Author Posted November 30, 2008 anyone else knows ? Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
jennico Posted December 1, 2008 Author Posted December 1, 2008 bumpibump nobody knows ?????? Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
ProgAndy Posted December 1, 2008 Posted December 1, 2008 -> http://msdn.microsoft.com/en-us/library/bb773289(VS.85).aspx-> http://msdn.microsoft.com/en-us/library/ms534865(VS.85).aspx *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
jennico Posted December 1, 2008 Author Posted December 1, 2008 thank you this helps a lot. but the images, are they stored somewhere, or are they drawn pixel by pixel ? (sorry for my bad formulations). j. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
martin Posted December 1, 2008 Posted December 1, 2008 Maybe this will help. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
jennico Posted December 1, 2008 Author Posted December 1, 2008 (edited) well, that's why i asked. i cannot find them in the resources. and i've been searching for them for several months (with changing intensity). from msdn (second link DrawFrameControl):If uType is either DFC_MENU or DFC_BUTTON and uState is not DFCS_BUTTONPUSH, the frame control is a black-on-white mask (that is, a black frame control on a white background). In such cases, the application must pass a handle to a bitmap memory device control. The application can then use the associated bitmap as the hbmMask parameter to the MaskBlt function,...so i think this is a hint that there are bitmaps stored somewhere (at least black and white masks).but where ?j. Edited December 1, 2008 by jennico Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now