Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Based Calculator Pin
toxcct5-Aug-08 21:01
toxcct5-Aug-08 21:01 
JokeRe: Windows Based Calculator Pin
David Crow6-Aug-08 7:03
David Crow6-Aug-08 7:03 
Questiondevenv.exe Problem Pin
T.RATHA KRISHNAN5-Aug-08 20:07
T.RATHA KRISHNAN5-Aug-08 20:07 
AnswerRe: devenv.exe Problem Pin
Hamid_RT5-Aug-08 20:10
Hamid_RT5-Aug-08 20:10 
GeneralRe: devenv.exe Problem Pin
T.RATHA KRISHNAN5-Aug-08 20:11
T.RATHA KRISHNAN5-Aug-08 20:11 
GeneralRe: devenv.exe Problem Pin
Hamid_RT5-Aug-08 20:21
Hamid_RT5-Aug-08 20:21 
AnswerRe: devenv.exe Problem Pin
sudhir_Kumar5-Aug-08 20:38
sudhir_Kumar5-Aug-08 20:38 
QuestionMinimize in MDI application Pin
Anu_Bala5-Aug-08 20:07
Anu_Bala5-Aug-08 20:07 
In my MDi applcation,I have mininize and maximize buton in both mainframe and childframe.
My problem is: When i minimize the childfrmaes,the minimized one goes away or behind the taskbar(not sure).So again i cannot maximize the childframes.
How can i do that?

BOOL CChildFrame::PreCreateWindow(CREATESTRUCT& cs)
{

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}

BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CMDIFrameWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}

This is my PreCreateWindow coding.

Anu

AnswerRe: Minimize in MDI application Pin
sudhir_Kumar5-Aug-08 20:12
sudhir_Kumar5-Aug-08 20:12 
GeneralRe: Minimize in MDI application Pin
Anu_Bala5-Aug-08 20:19
Anu_Bala5-Aug-08 20:19 
GeneralRe: Minimize in MDI application Pin
sudhir_Kumar5-Aug-08 20:35
sudhir_Kumar5-Aug-08 20:35 
QuestionHow to cut ellipse in to four regions. Pin
pallaka5-Aug-08 19:25
pallaka5-Aug-08 19:25 
AnswerRe: How to cut ellipse in to four regions. Pin
_AnsHUMAN_ 5-Aug-08 19:42
_AnsHUMAN_ 5-Aug-08 19:42 
AnswerRe: How to cut ellipse in to four regions. Pin
Dan5-Aug-08 22:13
Dan5-Aug-08 22:13 
Questionhow can i open a file(.doc or .txt or .xsl) in a dialog in MFC? Pin
dhanapackiyam5-Aug-08 18:56
dhanapackiyam5-Aug-08 18:56 
AnswerRe: how can i open a file(.doc or .txt or .xsl) in a dialog in MFC? Pin
nisha000005-Aug-08 19:04
nisha000005-Aug-08 19:04 
GeneralRe: how can i open a file(.doc or .txt or .xsl) in a dialog in MFC? Pin
Hamid_RT5-Aug-08 20:16
Hamid_RT5-Aug-08 20:16 
AnswerRe: how can i open a file(.doc or .txt or .xsl) in a dialog in MFC? Pin
_AnsHUMAN_ 5-Aug-08 19:05
_AnsHUMAN_ 5-Aug-08 19:05 
AnswerRe: how can i open a file(.doc or .txt or .xsl) in a dialog in MFC? Pin
Hamid_RT5-Aug-08 20:15
Hamid_RT5-Aug-08 20:15 
QuestionListing installed updates Pin
vineeshV5-Aug-08 18:15
vineeshV5-Aug-08 18:15 
AnswerRe: Listing installed updates Pin
_AnsHUMAN_ 5-Aug-08 19:01
_AnsHUMAN_ 5-Aug-08 19:01 
QuestionRe: Listing installed updates Pin
vineeshV5-Aug-08 19:15
vineeshV5-Aug-08 19:15 
AnswerRe: Listing installed updates Pin
_AnsHUMAN_ 5-Aug-08 19:26
_AnsHUMAN_ 5-Aug-08 19:26 
GeneralRe: Listing installed updates Pin
vineeshV5-Aug-08 19:38
vineeshV5-Aug-08 19:38 
QuestionTimer is getting frized on a particular functin call Pin
ptr_Electron5-Aug-08 17:55
ptr_Electron5-Aug-08 17:55 

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.