Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Tab Control - text Pin
zbek5-Jun-06 18:32
zbek5-Jun-06 18:32 
GeneralRe: Tab Control - text Pin
ThatsAlok5-Jun-06 23:00
ThatsAlok5-Jun-06 23:00 
QuestionRunning an external executable through C++.Net code Pin
Bob X5-Jun-06 7:01
Bob X5-Jun-06 7:01 
AnswerRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 7:08
toxcct5-Jun-06 7:08 
GeneralRe: Running an external executable through C++.Net code Pin
Bob X5-Jun-06 7:18
Bob X5-Jun-06 7:18 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 7:21
toxcct5-Jun-06 7:21 
GeneralRe: Running an external executable through C++.Net code Pin
Bob X5-Jun-06 7:27
Bob X5-Jun-06 7:27 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 7:28
toxcct5-Jun-06 7:28 
GeneralRe: Running an external executable through C++.Net code Pin
Bob X5-Jun-06 7:30
Bob X5-Jun-06 7:30 
GeneralRe: Running an external executable through C++.Net code Pin
ThatsAlok5-Jun-06 22:48
ThatsAlok5-Jun-06 22:48 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 22:53
toxcct5-Jun-06 22:53 
GeneralRe: Running an external executable through C++.Net code Pin
ThatsAlok5-Jun-06 22:58
ThatsAlok5-Jun-06 22:58 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 23:01
toxcct5-Jun-06 23:01 
AnswerRe: Running an external executable through C++.Net code Pin
David Crow5-Jun-06 7:30
David Crow5-Jun-06 7:30 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 7:32
toxcct5-Jun-06 7:32 

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.