Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 7:13
Ric Ashton26-Feb-09 7:13 
GeneralRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 7:20
Code-o-mat26-Feb-09 7:20 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 7:39
Ric Ashton26-Feb-09 7:39 
GeneralRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 7:50
Code-o-mat26-Feb-09 7:50 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 8:40
Ric Ashton26-Feb-09 8:40 
GeneralRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 9:14
Code-o-mat26-Feb-09 9:14 
GeneralRe: Vista Alt+Tab Pin
Luc Pattyn26-Feb-09 11:08
sitebuilderLuc Pattyn26-Feb-09 11:08 
QuestionExpression in a variable name Pin
callmeishmael2526-Feb-09 4:47
callmeishmael2526-Feb-09 4:47 
I hope this is an easy question. I have ten static text boxes with ids IDC_NAME0, IDC_NAME1, etc. Corresponding mapped variables are m_name0, m_name1, etc.

I want to create a loop so I can easily assign the same text to each box using a m_namex.SetWindowText command.

How can I create an expression to do this?

for(i=0;i<=9;++i) m_name??.SetWindowText("hello");

I'm using VS 6.0, C++, dialog based application.
AnswerRe: Expression in a variable name Pin
Code-o-mat26-Feb-09 5:07
Code-o-mat26-Feb-09 5:07 
GeneralRe: Expression in a variable name Pin
callmeishmael2526-Feb-09 5:41
callmeishmael2526-Feb-09 5:41 
AnswerRe: Expression in a variable name Pin
David Crow26-Feb-09 7:41
David Crow26-Feb-09 7:41 
QuestionATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 2:49
Kuniva26-Feb-09 2:49 
AnswerRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:10
Code-o-mat26-Feb-09 3:10 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 3:23
Kuniva26-Feb-09 3:23 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:31
Code-o-mat26-Feb-09 3:31 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 3:34
Kuniva26-Feb-09 3:34 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:38
Code-o-mat26-Feb-09 3:38 
Questioninterprocess communication between flash and visual c++ Pin
praveensweb26-Feb-09 1:05
praveensweb26-Feb-09 1:05 
AnswerRe: interprocess communication between flash and visual c++ Pin
Code-o-mat26-Feb-09 1:16
Code-o-mat26-Feb-09 1:16 
GeneralRe: interprocess communication between flash and visual c++ Pin
Jim Crafton26-Feb-09 10:52
Jim Crafton26-Feb-09 10:52 
AnswerRe: interprocess communication between flash and visual c++ Pin
Nishad S26-Feb-09 1:58
Nishad S26-Feb-09 1:58 
AnswerRe: interprocess communication between flash and visual c++ Pin
lebaer26-Feb-09 19:22
lebaer26-Feb-09 19:22 
GeneralRe: interprocess communication between flash and visual c++ Pin
JackPuppy28-Feb-09 8:08
JackPuppy28-Feb-09 8:08 
QuestionLarge file handling using MFC Pin
Vikas K.26-Feb-09 1:03
Vikas K.26-Feb-09 1:03 
AnswerRe: Large file handling using MFC Pin
Vikas K.26-Feb-09 1:04
Vikas K.26-Feb-09 1:04 

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.