I recently upgraded a VC++ project from 2005 to 2010, everything works fine except the resources. I have a tab control with 2 pages, all dialogs in the same resource file, the TabControl is found and
I wrote this code to draw a simple rectangle in a dialog , I also added ON_WM_PAINT() to my message map. but it didnt show anything on dialog to me ! I really appreciate it if anyone could tell my mis
I am trying to advance my personal skills in several areas including GUI development and I was wondering about tools / libraries currently available. At the company I currently work, most of our appli
In the release version of my code one line is throwing an exception and I don\'t know what type of exception it is so I can\'t catch it correctly or figure out the problem.
Language: C++ Development Environment: Microsoft Visual C++ Libraries Used: MFC Background: So I\'ve created an application that is basically a large preference dialog where the user can configure
I\'m curently working on dialogs in an M开发者_运维百科FC application and I\'m – admittedly – quite new to MFC.
this is my code to display something in dialog, I put these in OnPaint() but when I build it there is nothing in my main dialog.
I have developed on application, which shows a dialog box with two list controls. In this list control, I am showing images. Now I w开发者_如何学Goant is, when we move the mouse on images from the lis
I tried using something like this to set the to开发者_运维百科ol tip of a CMenu item (as described here) but it is just being displayed in a single line and the line break is not visible.
In my MFC project, I want to generate the labels dynamically. E开发者_如何学JAVAg: I have to generate 4 edit controls and corresponding labels for them- say \"Label1\" \"Label2\"....