Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Interview Questions ... Please Answer! Pin
AryaSoft7-Jun-06 11:24
AryaSoft7-Jun-06 11:24 
Questionstatus bar Pin
LCI5-Jun-06 8:57
LCI5-Jun-06 8:57 
AnswerRe: status bar Pin
led mike5-Jun-06 9:18
led mike5-Jun-06 9:18 
AnswerRe: status bar Pin
Zac Howland5-Jun-06 9:25
Zac Howland5-Jun-06 9:25 
QuestionTrackPopupMenu() blocks message engine Pin
LeeeNN5-Jun-06 8:50
LeeeNN5-Jun-06 8:50 
AnswerRe: TrackPopupMenu() blocks message engine Pin
Zac Howland5-Jun-06 9:14
Zac Howland5-Jun-06 9:14 
GeneralI did not make myself clear? Pin
LeeeNN5-Jun-06 9:20
LeeeNN5-Jun-06 9:20 
GeneralRe: I did not make myself clear? Pin
Zac Howland5-Jun-06 9:29
Zac Howland5-Jun-06 9:29 
GeneralRe: I did not make myself clear? Pin
LeeeNN5-Jun-06 9:43
LeeeNN5-Jun-06 9:43 
GeneralRe: I did not make myself clear? Pin
Zac Howland5-Jun-06 10:11
Zac Howland5-Jun-06 10:11 
AnswerRe: TrackPopupMenu() blocks message engine Pin
Wes Aday5-Jun-06 9:24
professionalWes Aday5-Jun-06 9:24 
GeneralRe: TrackPopupMenu() blocks message engine Pin
LeeeNN5-Jun-06 9:29
LeeeNN5-Jun-06 9:29 
GeneralRe: TrackPopupMenu() blocks message engine Pin
Wes Aday5-Jun-06 9:33
professionalWes Aday5-Jun-06 9:33 
AnswerRe: TrackPopupMenu() blocks message engine Pin
Stephen Hewitt5-Jun-06 14:22
Stephen Hewitt5-Jun-06 14:22 
GeneralRe: TrackPopupMenu() blocks message engine Pin
Ryan Binns5-Jun-06 18:28
Ryan Binns5-Jun-06 18:28 
GeneralRe: TrackPopupMenu() blocks message engine Pin
Stephen Hewitt5-Jun-06 18:35
Stephen Hewitt5-Jun-06 18:35 
GeneralRe: TrackPopupMenu() blocks message engine Pin
Ryan Binns5-Jun-06 18:42
Ryan Binns5-Jun-06 18:42 
QuestionHow do I host an ASP.NET 2.0 Page in C++ MFC SDI app? Pin
davegalligher5-Jun-06 7:47
davegalligher5-Jun-06 7:47 
AnswerRe: How do I host an ASP.NET 2.0 Page in C++ MFC SDI app? Pin
led mike5-Jun-06 8:28
led mike5-Jun-06 8:28 
GeneralRe: How do I host an ASP.NET 2.0 Page in C++ MFC SDI app? Pin
davegalligher5-Jun-06 10:30
davegalligher5-Jun-06 10:30 
GeneralRe: How do I host an ASP.NET 2.0 Page in C++ MFC SDI app? Pin
led mike5-Jun-06 10:52
led mike5-Jun-06 10:52 
GeneralRe: How do I host an ASP.NET 2.0 Page in C++ MFC SDI app? Pin
davegalligher5-Jun-06 12:50
davegalligher5-Jun-06 12:50 
QuestionTab Control - text Pin
zbek5-Jun-06 7:22
zbek5-Jun-06 7:22 
Could anyone help me with a problem I am having with a Dialod-Based Application (first visual program for me). It uses a "Tab Control" (3 pages) that display numbers in small "Static Text Controls" in each page. The problem I'm having, is how to link a varible (for the numbers) to a StaticText Control that is placed on one of the "Dialog Forms" in the Tab Control.
I know how to use the "Static Text Controls" for displaying data with these statements:

m_strText.Format("%d", m_nNumber);
UpdateData(FALSE);

However, it doesn't work if the Static Text Control is placed on one of Dialogs of the Tab control. What is needed for these Static Text Controls to display information when used in a Tab Control.

AnswerRe: Tab Control - text Pin
David Crow5-Jun-06 7:33
David Crow5-Jun-06 7:33 
GeneralRe: Tab Control - text Pin
zbek5-Jun-06 11:42
zbek5-Jun-06 11: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.