HI, How to do Bitwise AND(&) on CString values in MFC(VC++)? Example : CString NASServerIP = \"172.24.15.25\";
I have a MDI application and i need to do an action when the user (or the program) change from a child window to another.
Most GUI apps have multiple autoprocessing options, say editbox triggers autocomplete, listbox changes icons and product description, radiobutton triggers text updates and so on.
I am 开发者_开发技巧working on a sample which loads a bitmap image and display it on to window. I want to identify whether the image is Black and white image or the color image.
how to compare two IP belongs to same Class(CLASS A,B,C,D) in MFC(VC++) ? I have one IP as 172.24.17.174 and other one as 172开发者_如何学运维.24.17.86 now i can compare whether they lie in same class
I am using wcstombs_s in my code to convert CString to char*. here is code: AddItemToListIncludeSubFolder(CString FolderPath, CString Parent)
I have开发者_运维技巧 tried with XML Lite which is pretty good with reading and writing a new xml , but when I try to add a new element to an existing XML , I amunable to figure out how to go about it
How we can compa开发者_开发技巧re if two numbers are in any range in MFC(VC++)? I want to compare if 172 and 185 lies in range 128-191 ?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
How to set last Unused drive letter to Combobox in MFC (VC++) ? My code is like this : TCHAR g_szDrvMsg[] = _T(\"A:\\n\");