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

C / C++ / MFC

 
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 
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 
I have some code that I am using to display numbers in Static Text Controls. If a button is clicked, a number will be displayed in the Text control. It is very simple.
However, I would like to use the SetWindowText()method, and I haven't been able to get it to work. Could you give me an idea of how to correctly write this using SetWindowText().

void CDemoDlg::Button1()
{
m_nTestNum = 5;
m_strTextDisplay.Format("%d", m_nTestNum);
UpdateData(FALSE);
}
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 
GeneralRe: Running an external executable through C++.Net code Pin
David Crow5-Jun-06 7:39
David Crow5-Jun-06 7:39 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 7:40
toxcct5-Jun-06 7:40 

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.