Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem loading non-default wab Pin
Member 8689269-Jan-13 2:31
Member 8689269-Jan-13 2:31 
AnswerRe: Problem loading non-default wab Pin
Code-o-mat10-Jan-13 2:06
Code-o-mat10-Jan-13 2:06 
GeneralRe: Problem loading non-default wab Pin
Member 86892611-Jan-13 6:05
Member 86892611-Jan-13 6:05 
GeneralRe: Problem loading non-default wab Pin
Code-o-mat11-Jan-13 7:49
Code-o-mat11-Jan-13 7:49 
GeneralRe: Problem loading non-default wab Pin
Member 86892611-Jan-13 9:56
Member 86892611-Jan-13 9:56 
GeneralRe: Problem loading non-default wab Pin
Code-o-mat11-Jan-13 10:07
Code-o-mat11-Jan-13 10:07 
GeneralRe: Problem loading non-default wab Pin
Code-o-mat11-Jan-13 10:12
Code-o-mat11-Jan-13 10:12 
GeneralRe: Problem loading non-default wab Pin
Member 86892612-Jan-13 4:17
Member 86892612-Jan-13 4:17 
GeneralRe: Problem loading non-default wab Pin
Code-o-mat12-Jan-13 8:09
Code-o-mat12-Jan-13 8:09 
QuestionRe: Problem loading non-default wab Pin
Richard MacCutchan11-Jan-13 6:41
mveRichard MacCutchan11-Jan-13 6:41 
AnswerRe: Problem loading non-default wab Pin
Member 86892611-Jan-13 9:53
Member 86892611-Jan-13 9:53 
GeneralRe: Problem loading non-default wab Pin
Richard MacCutchan11-Jan-13 23:17
mveRichard MacCutchan11-Jan-13 23:17 
GeneralRe: Problem loading non-default wab Pin
Member 86892612-Jan-13 4:06
Member 86892612-Jan-13 4:06 
GeneralRe: Problem loading non-default wab Pin
Richard MacCutchan12-Jan-13 4:20
mveRichard MacCutchan12-Jan-13 4:20 
QuestionHow do you get the file size for an open file? Pin
Member 41945938-Jan-13 3:29
Member 41945938-Jan-13 3:29 
AnswerRe: How do you get the file size for an open file? Pin
Jochen Arndt8-Jan-13 4:14
professionalJochen Arndt8-Jan-13 4:14 
GeneralRe: How do you get the file size for an open file? Pin
Member 41945938-Jan-13 10:27
Member 41945938-Jan-13 10:27 
GeneralRe: How do you get the file size for an open file? Pin
Member 41945938-Jan-13 12:24
Member 41945938-Jan-13 12:24 
QuestionWhile launching a winapp as ole server some time OnFIleNew() failed Pin
vermaashish_mca8-Jan-13 1:36
vermaashish_mca8-Jan-13 1:36 
AnswerRe: While launching a winapp as ole server some time OnFIleNew() failed Pin
Jochen Arndt8-Jan-13 2:51
professionalJochen Arndt8-Jan-13 2:51 
QuestionIcon/Bitmap missing in 1st control (MFC dialog) Pin
_jg_7-Jan-13 22:52
_jg_7-Jan-13 22:52 
I ran into a small problem using Visual Studio 2012 Update 1.

Any MFC dialog that has controls with icons or bitmaps does not show the graphics if it is the first one in z-order. The following controls are displayed correctly.

A simple way to demonstrate this bogus behavior is to generate a dialog application with a couple of MFC EditBrowse Controls (but you could use MFC Buttons with icons as well). You can arbitratily change the z-order of the controls with the result that the icon does not display for the first one (preview is ok but not the compiled application).

I don't know whether this problem occurs in other versions of VS or if I have overlooked something important like proper initialization.

A simple way to get around this problem is to add a control with a picture at z-order 1 and make it invisible such that subsequent controls are not affected.

Has anybody dealt with this before?

_jg_
QuestionThe task runtime question of RTOS. Pin
econy7-Jan-13 5:22
econy7-Jan-13 5:22 
AnswerRe: The task runtime question of RTOS. Pin
jeron17-Jan-13 5:35
jeron17-Jan-13 5:35 
AnswerRe: The task runtime question of RTOS. Pin
Joe Woodbury7-Jan-13 10:28
professionalJoe Woodbury7-Jan-13 10:28 
GeneralTreeview After Select Event Pin
Varun Pandey7-Jan-13 2:49
Varun Pandey7-Jan-13 2:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.