Click here to Skip to main content
15,887,364 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Popmenu in View class Pin
shanmugarajaa9-Dec-09 15:56
shanmugarajaa9-Dec-09 15:56 
AnswerRe: Popmenu in View class Pin
JohnCz9-Dec-09 19:08
JohnCz9-Dec-09 19:08 
QuestionProblem with mousewheel Pin
Rozis24-Nov-09 13:02
Rozis24-Nov-09 13:02 
AnswerRe: Problem with mousewheel Pin
«_Superman_»24-Nov-09 13:22
professional«_Superman_»24-Nov-09 13:22 
GeneralRe: Problem with mousewheel [modified] Pin
Rozis25-Nov-09 14:21
Rozis25-Nov-09 14:21 
QuestionHow to ask the user to choose a directory/folder? Pin
Anthony Appleyard24-Nov-09 11:06
Anthony Appleyard24-Nov-09 11:06 
AnswerRe: How to ask the user to choose a directory/folder? Pin
Maximilien24-Nov-09 12:08
Maximilien24-Nov-09 12:08 
QuestionMFC child modal CDialog appears in the task bar. ? Pin
Maximilien24-Nov-09 11:02
Maximilien24-Nov-09 11:02 
Weird, I've seen this before, but I'm not certain why it will do that.

One of my application dialog is shown as a distinct window in vista's task bar (I cannot test on XP now).

It's a simple CDialog derive dialog that contains some CMFCPropertyGridCtrl, some CMFCButton and a CTreeCtrl.

No weird code in the OnCreate or in the OnInitDialog.

Dialog is created from the main frame like this :

void CMyMainFrame::OnMyDialog()
{
MyDialog dlg;
dlg.DoModal(this);
}


Thanks.

This signature was proudly tested on animals.

AnswerRe: MFC child modal CDialog appears in the task bar. ? Pin
«_Superman_»24-Nov-09 12:49
professional«_Superman_»24-Nov-09 12:49 
GeneralRe: MFC child modal CDialog appears in the task bar. ? Pin
Maximilien26-Nov-09 3:34
Maximilien26-Nov-09 3:34 
Questionwher should be a modeless dialog box be created Pin
Sujay chakraborty24-Nov-09 8:04
Sujay chakraborty24-Nov-09 8:04 
AnswerRe: wher should be a modeless dialog box be created Pin
«_Superman_»24-Nov-09 8:10
professional«_Superman_»24-Nov-09 8:10 
GeneralRe: wher should be a modeless dialog box be created Pin
Sujay chakraborty25-Nov-09 7:11
Sujay chakraborty25-Nov-09 7:11 
GeneralRe: wher should be a modeless dialog box be created Pin
Tim Craig25-Nov-09 9:29
Tim Craig25-Nov-09 9:29 
QuestionRe: wher should be a modeless dialog box be created Pin
Sujay chakraborty30-Nov-09 20:04
Sujay chakraborty30-Nov-09 20:04 
AnswerRe: wher should be a modeless dialog box be created Pin
Tim Craig30-Nov-09 20:58
Tim Craig30-Nov-09 20:58 
QuestionDefault data in data tab of combo box not working Pin
Sujay chakraborty24-Nov-09 8:00
Sujay chakraborty24-Nov-09 8:00 
AnswerRe: Default data in data tab of combo box not working Pin
«_Superman_»24-Nov-09 8:16
professional«_Superman_»24-Nov-09 8:16 
QuestionRe: Default data in data tab of combo box not working Pin
David Crow24-Nov-09 16:56
David Crow24-Nov-09 16:56 
AnswerRe: Default data in data tab of combo box not working Pin
Sujay chakraborty25-Nov-09 7:05
Sujay chakraborty25-Nov-09 7:05 
QuestionRe: Default data in data tab of combo box not working Pin
David Crow30-Nov-09 3:36
David Crow30-Nov-09 3:36 
AnswerRe: Default data in data tab of combo box not working Pin
Sujay chakraborty30-Nov-09 19:57
Sujay chakraborty30-Nov-09 19:57 
QuestionCompare two images Pin
franckesh24-Nov-09 6:45
franckesh24-Nov-09 6:45 
NewsRe: Compare two images - repost Pin
Iain Clarke, Warrior Programmer24-Nov-09 7:36
Iain Clarke, Warrior Programmer24-Nov-09 7:36 
AnswerRe: Compare two images Pin
Maximilien24-Nov-09 7:42
Maximilien24-Nov-09 7:42 

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.