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

C / C++ / MFC

 
GeneralRe: How to access all the Editboxes in a form. Pin
CodingLover15-Oct-07 19:47
CodingLover15-Oct-07 19:47 
AnswerRe: How to access all the Editboxes in a form. Pin
Naveen15-Oct-07 19:25
Naveen15-Oct-07 19:25 
GeneralRe: How to access all the Editboxes in a form. Pin
Anand Todkar15-Oct-07 19:31
Anand Todkar15-Oct-07 19:31 
AnswerRe: How to access all the Editboxes in a form. Pin
Nelek15-Oct-07 21:03
protectorNelek15-Oct-07 21:03 
QuestionList iteration Problem [modified] Pin
ashishbhatt15-Oct-07 19:04
ashishbhatt15-Oct-07 19:04 
AnswerRe: List iteration Problem Pin
zakkas248315-Oct-07 20:11
zakkas248315-Oct-07 20:11 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 20:29
ashishbhatt15-Oct-07 20:29 
GeneralRe: List iteration Problem Pin
Nelek15-Oct-07 21:05
protectorNelek15-Oct-07 21:05 
what about with...

rectlist::iterator i;

for (i = rects.begin(); i != rects.end(); i++)
{
CaptureScreen(&i, m_mainbuff);
}


Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

GeneralRe: List iteration Problem Pin
zakkas248315-Oct-07 21:38
zakkas248315-Oct-07 21:38 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 22:06
ashishbhatt15-Oct-07 22:06 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 22:17
ashishbhatt15-Oct-07 22:17 
GeneralRe: List iteration Problem Pin
zakkas248315-Oct-07 22:59
zakkas248315-Oct-07 22:59 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 23:16
ashishbhatt15-Oct-07 23:16 
GeneralRe: List iteration Problem Pin
David Crow16-Oct-07 2:29
David Crow16-Oct-07 2:29 
GeneralRe: List iteration Problem Pin
David Crow16-Oct-07 2:30
David Crow16-Oct-07 2:30 
QuestionBuild error in calling static library function Pin
MKUser15-Oct-07 16:59
MKUser15-Oct-07 16:59 
QuestionMonitoring files Pin
dArK cHAriSmA15-Oct-07 16:06
dArK cHAriSmA15-Oct-07 16:06 
AnswerRe: Monitoring files [modified] Pin
azonenberg15-Oct-07 17:52
azonenberg15-Oct-07 17:52 
AnswerRe: Monitoring files Pin
Hamid_RT15-Oct-07 19:32
Hamid_RT15-Oct-07 19:32 
QuestionVS6.0 Modeless Dialog as a static library or DLL Pin
Ralph_L15-Oct-07 9:48
Ralph_L15-Oct-07 9:48 
AnswerRe: VS6.0 Modeless Dialog as a static library or DLL Pin
Mark Salsbery15-Oct-07 10:26
Mark Salsbery15-Oct-07 10:26 
GeneralRe: VS6.0 Modeless Dialog as a static library or DLL Pin
#realJSOP15-Oct-07 11:00
mve#realJSOP15-Oct-07 11:00 
GeneralRe: VS6.0 Modeless Dialog as a static library or DLL Pin
Mark Salsbery15-Oct-07 11:04
Mark Salsbery15-Oct-07 11:04 
GeneralRe: VS6.0 Modeless Dialog as a static library or DLL Pin
#realJSOP15-Oct-07 11:54
mve#realJSOP15-Oct-07 11:54 
GeneralRe: VS6.0 Modeless Dialog as a static library or DLL Pin
Mark Salsbery15-Oct-07 12:00
Mark Salsbery15-Oct-07 12:00 

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.