how to get user\'s o开发者_StackOverflowu programmatically with ldap C++Well if you can get the users full DN, which is usually needed for the bind, then chop off the first something=something, and yo
I\'m able to parse json files in MFC but is having a hard time modifying the values. Is there an easier way writing new values, other than converting it to native file types, modifying the contents an
I am creating a C++ application which uses Qt to create the GUI. However, I need to use a third party library which relies on MFC (for CString\'s, etc). Is there anyway to add开发者_JAVA百科 MFC to my
Is it possible to get the screen pixel resolution in mm using Win32 APIs ? I have an application which is showing 0.3472222222222222 as the value for this on my 1280x1024 monitor with 96 dpi . But I a
In Windows XP if you click Start, Run (or Windows-key + R) you get a little dialog for running things directly. If you start typing, a resizable scroll-list pops up underneath the edit-box.
I read this article in http://www.codeproject.com/KB/shell/overlayicon.aspx. I have some questions that I cannot answer. Please help me?
When I move to a CEdit control on my dialog using the tab key or the arrow keys all the text in the control is selected. This behaviour is causing me problems and I would prefer it if the control just
I writing a MFC which has a listview control. When the user right clicks any item , I am generating a dynamic menu item with that text that is selected in listview. Everything is displaying properly,
I\'m adding SVG export support to an old application built with MFC and using plain old GDI. As SVG 1.1 doesn\'t support text wrapping, I am forced to do this manually.
I am writing an MFC application that doesn\'t use .NET (CLR support is set to No Common Language Runtime support in the project settings). However, I get an SEHException thrown when I quit the applica