Click here to Skip to main content
15,890,186 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to access all the Editboxes in a form. Pin
Hamid_RT15-Oct-07 19:38
Hamid_RT15-Oct-07 19:38 
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 
Prototype of CaptureScreen()...

void CaptureScreen(RECT &UpdateArea, BYTE *scrBuff);

i have just used this ....

<br />
rectlist::iterator i;<br />
<br />
for (i = rects.begin(); i != rects.end(); i++)<br />
{<br />
      CaptureScreen(*i, m_mainbuff);<br />
}<br />
<br />


But in my case it does not go into loop even if condition is true. And if I make..


i == rects.end()

then it goes into the loop but their values are different.And if it goes into loop then it gives error as I explained above.And if I make it like....

<br />
      CaptureScreen((RECT &)i, m_mainbuff);<br />
<br />


then it does not give error.But when for is incremented then again it gives error like....

list iterator is not incremental

That's all the case....

Thanks Hiru.
GeneralRe: List iteration Problem Pin
Nelek15-Oct-07 21:05
protectorNelek15-Oct-07 21:05 
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 

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.