Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Windows MFC Solutions: 126 - 150 of 158
 
How to implement word wrap in CListCtrl ? I want to display column data in word wrap view when you resize CListCtrl. any idea how to do this?
I have a VC++ Multithread Application with Different COM Modules, It crashes few times. When crash occurs , the message should not be displayed, it should simply terminate. I have a batch ...
Is there any way I can trigger an event when the user loses focus from the property page by activating another property page for the same sheet. I was able to get the focus when the user cl...
How can I create a MessageBox that will only be displayed f.e. 10 seconds, and will disappear after that time. So no click on Ok etc. 500 Points....should be easy. Best regards, Thomas
Many, if not all, of my old VC++ 6.0 MFC apps don't work in Vista and Server 2008. I had that migration was a problem, but now it's my problem :( How do I go about making these things work?...
In my Dialog application I am using .txt file with , separated values for data storage      Reading:      CFile file (data.txt, CFile::modeNoTruncate | CFile::modeRead);      CArchive ar (&fi...
Hi Experts, I've converted some simple code which writes to files and creates directories with code that uses std::string instead of CString in MFC (because the particular library I'm writi...
Hi, i added some button in CtoolBar after separator.but it s not showing names for the buttons. now i have separator before IDS_ENABLESCAN id which isTBBS_CHECKGROUP.but i was adding simple ...
Reference: http://www.sonycsl.co.jp/projects/ar/restricted/wintabl.html I am having an issue with the Wintab library from Wacom. If anyone is familiar with this library, I am running into a...
Hi Experts, The question title speaks for itself - how can i see which files and registry settings get added when installing a program? Thanks, Mike
Hello Gurus, is there a function available to hide a software on runtime where more than one dialog is open? Details: I have a MainDialog and a "Progress" Dialog. While the progress is ru...
I would like to determine the number of pixels in a bitmap monochromatic image which have a gray value between 40 and 87 for example. For this purpose I have in my MFC Dialog Application a b...
Hi, im developing an application using a propertysheet with 3 propertypages. i would like to include some code that would close the application from menu items. i would want a user to click on...
Hi Experts, I'm using an MFC app and have the following code which won't compile because of the error in question.  What's going on here? Thanks, Mike
Hi Experts, How can I give access to my subversion server to people outside my network in a secure way?  If your answer is SSH, I need to know how, please. Thank you! Mike
Hiya I was wondering anybody could give me some advice on organising code in MFC applications. For example, I have a lot of code in the View (CMyAppView) of an SDI application. I would l...
Hello, I have a CSplitterWnd using wizard generated application - a "windows explorer" style app, similar to Microsoft Outlook. At the moment, I use a hack to tab between panes of the CSpli...
How do I make visual studio 2005 display different charactor types like chinese or Russan when using SetWindowText("dddd"); Currently when displaying chinese charactors Im not getting the cha...
Hiya I have an MFC SDI application. In the View I have a variable const CString ViewMessage I want to initialize this variable from a value in the Doc e.g. DocMessage. As the va...
Hiya How can I determine the current font height in an MFC application from the device context? John
Hiya I have a question about where various member functions should be placed for toolbar events etc. That is, in the examples I have seen in book, the events for pressing user added tool...
I'm looking for the best resources to assist me in scoping out a project to convert a sizable multiplatform C++ application to use unicode text.  also any information on what needs to be addre...
I am working on an international application and need to be able to check the user's regional options for Time separator AM symbol PM symbol Can someone show me how to do this with MF...
You know how Windows Explorer provides you with a standard set of default icons for My Documents, My Recent Documents, Desktop etc? Can I create a map to a directory and add an icon for it to ...
Hello, I'm using MFC's facilities for printing - a CFormView with its own OnDraw. The thing I'm printing requires a relatively high degree of precision. I thought that I could rely on MFC's...