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

C / C++ / MFC

 
AnswerRe: How do you traverse, or loop through the controls Pin
littleGreenDude27-Aug-07 7:48
littleGreenDude27-Aug-07 7:48 
GeneralRe: How do you traverse, or loop through the controls Pin
David Crow27-Aug-07 8:25
David Crow27-Aug-07 8:25 
AnswerRe: How do you traverse, or loop through the controls Pin
Stephen Hewitt27-Aug-07 18:32
Stephen Hewitt27-Aug-07 18:32 
QuestionPDA communication Pin
Waldermort27-Aug-07 5:34
Waldermort27-Aug-07 5:34 
GeneralRe: PDA communication Pin
Matthew Faithfull27-Aug-07 8:04
Matthew Faithfull27-Aug-07 8:04 
Questionpointer on char array Pin
baerten27-Aug-07 3:35
baerten27-Aug-07 3:35 
AnswerRe: pointer on char array Pin
David Crow27-Aug-07 3:41
David Crow27-Aug-07 3:41 
GeneralRe: pointer on char array Pin
baerten27-Aug-07 4:03
baerten27-Aug-07 4:03 
Thanks for your answer,

i like to develop this kind of trading to minimize the lines of code.

at the window i have class-member strings which are always up-to-date with the
content of the textbox.

Because if i have 10 textboxes on a view and they'll filled with data from out a database
then the user can modify the content and at the destruction of the view all the contents of the
textboxes are re-stored into the database.

In this case i have to GetWindowText 10times and SetWindowText 10times.

If the view performs other special functionalities i Get/Set more than 2-3times.

Since now i always do it in your way, but i try to keep the DOS-Programming way, for that
my work-partners, which works only in DOS programming could understand more faster my application.
Because i copy the existing DOS-Applic 1:1 into MFC
And i don't have the time to change all the logic from DOS-to-Windows Programmatic-System Sigh | :sigh:

I know that all this is strange, but it's my work Wink | ;)
GeneralRe: pointer on char array Pin
David Crow27-Aug-07 4:39
David Crow27-Aug-07 4:39 
AnswerRe: pointer on char array Pin
Russell'27-Aug-07 3:49
Russell'27-Aug-07 3:49 
GeneralRe: pointer on char array Pin
baerten27-Aug-07 3:57
baerten27-Aug-07 3:57 
GeneralRe: pointer on char array Pin
Russell'27-Aug-07 4:14
Russell'27-Aug-07 4:14 
QuestionRe: Strange Pin
baerten27-Aug-07 4:26
baerten27-Aug-07 4:26 
AnswerRe: Strange Pin
Russell'27-Aug-07 4:47
Russell'27-Aug-07 4:47 
GeneralRe: Strange Pin
baerten27-Aug-07 5:12
baerten27-Aug-07 5:12 
AnswerRe: pointer on char array Pin
KarstenK27-Aug-07 4:13
mveKarstenK27-Aug-07 4:13 
GeneralRe: pointer on char array Pin
baerten27-Aug-07 20:59
baerten27-Aug-07 20:59 
QuestionHighlighting a entire row Pin
Sangeetha_J27-Aug-07 3:35
Sangeetha_J27-Aug-07 3:35 
AnswerRe: Highlighting a entire row Pin
Hamid_RT27-Aug-07 3:59
Hamid_RT27-Aug-07 3:59 
QuestionProblem calling a function in RecordView's constructor Pin
__yash__27-Aug-07 3:29
professional__yash__27-Aug-07 3:29 
AnswerRe: Problem calling a function in RecordView's constructor Pin
David Crow27-Aug-07 3:38
David Crow27-Aug-07 3:38 
GeneralRe: Problem calling a function in RecordView's constructor Pin
__yash__27-Aug-07 3:44
professional__yash__27-Aug-07 3:44 
AnswerRe: Problem calling a function in RecordView's constructor Pin
KarstenK27-Aug-07 4:08
mveKarstenK27-Aug-07 4:08 
GeneralRe: Problem calling a function in RecordView's constructor Pin
__yash__27-Aug-07 4:40
professional__yash__27-Aug-07 4:40 
QuestionCDC::DrawDragRect Pin
bob1697227-Aug-07 3:25
bob1697227-Aug-07 3:25 

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.