I am trying for a transpaerent radio button with colored text, i tried so many options by overwriting WM_CTRL_CLR or WM_ERASE_BKGND etcc.. its working for static and buttons but radio buttons not working... can any throw a light on this.. how we can do it
kiranin
Posts
-
Transparent background and colored text for radio button -
Menu and SubmenuHello Guys, I m trying for a sample which si have menu with dynamic items (i seen sample in code project for dynamic items), whihch will dynamically create menu with menus and sub menus, but problem is main menu coming with left side(column) seprator for images and text and submenu are coming with without seprator, how we can set options with or without left separator
-
Minimize Mainframe in SDIsdi mainframe windows splitter into 2 rows and 2nd row into two columns, where views will replaced based on the selection of the controls in the dialog
-
Minimize Mainframe in SDIThe dialog should be visible thru entire application and should not minimize at any time. Dialog should not be modal why because my control should not restrict to dialog. Dialog should be accessible and my mainframe views should be accessible, based on the control from the dialog mainframe views will replaced with the reqd content.
-
Minimize Mainframe in SDII tried, it is hiding everything Dialog is modeles dialog
-
Minimize Mainframe in SDIi want to minimize the application Mainframe window, and want to show the other dialogs which are opened from the application? from following code it is minimizing everything AfxGetMainWnd()->ShowWindow(SW_MINIMIZE);
-
Good UI to select one of 250+ item ? (proto-answered, but looking for other suggestions)Example link is not opening, can you check once?
-
Language Installed in OSThanks David, And one more question is there a way to find the Language for Non Unicode programs which can be set through Regional and Language options?
-
Language Installed in OSIsValidLanguageGroup(LGRPID_SIMPLIFIED_CHINESE | LGRPID_TRADITIONAL_CHINESE, LGRPID_INSTALLED); is returning false when i tried in Windows XP Chinese, but it is returning true in English OS where East Asian language pack installed
-
Language Installed in OSActually i didn't understand how to use the API, and also i didn't find any sample for it :). If you can help me on how to use this API it will be very useful for myself.
-
Language Installed in OSHow to find the language installed or Language package exists or language in OS will support or not? I failed to use GetUILanguage and EnumUILangauges API's. Any suggestions?
-
bitmap from resource DLLI am working on multilingual application so i create separate resource dll (bitmaps, dialogs, string table, menus) for local language , except bitmaps every resource is loading from DLL, but for bitmaps coming as english any guess whats the problem?
-
For anyone interested in UI DesignHey Good One
-
Images in DllYa am loading dll using Loadlibrary, but FindResource is failing. How can we know dll contains images or not? You can see this link Load JPEG images from DLL with LoadResource in Managed C++[^] , here also loading image from dll, the same way i tried but it is failed. any reasons?
modified on Saturday, April 4, 2009 9:06 AM
-
Images in DllI created MFC dll with JPG images as you explained, but when try to load into exe, FindResource() returning ERROR_RESOURCE_DATA_NOT_FOUND. Can you suggest me what to do (I have an application inc which dialogs and contros skinned with jpg images, so am carrying jpg images with my application, for that want to create dll and load images whenever required), what type of Dll(Win32 or MFC) need to build? IF MFC why it is failing to find resource, if win32 how images can add into dll.
-
Images in Dllhow can i set images in external dll and load into application?
-
Images in Dllcan i load from external dll?
-
Images in Dllin MFC application am using JPEG images which are using as background images for my dialogs. fro the am carrying image filtes with my application instead of that can i set imaged into dll and load the images from dll whenever required?
-
transparent CheckboxCheckbox transparency is failing giving black color on the background when my project is in UNICODE, but in NONUNICODE version it giving tranparency. Some where i read it because of InitiCOmmonCOntrols(), how can i reslove it?
-
CStdioFile WriteString (Unicode Strings) failing?iT IS NOT WRITING ANYTHING ....I HAVE STRING WHICH IS HAVING ENGLISH + CHINESE - WRITING ENGLISH STRING ONLY WHEN CHINESE STARTS ITS WRITES NOTHING