mfc, how can i make a proccess in an OnLButtonDown() event happen again and again untill i live the

Posted by Erez on Stack Overflow See other posts from Stack Overflow or by Erez
Published on 2010-04-26T23:34:17Z Indexed on 2010/04/27 9:23 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

What happen untill now is this...

Any line happens once, and if i use a while(1) or while (nFlags == MK_LBUTTON) its working as it should but i get a crash...

The other problem, or mabye the same one is the delay if i will be able to do it, mabye using while() with Timer()?????

I was thinking about Timer() to recall the function with delay but i can't call OnLButtonDown() becouse as i understand it only a messege can call it with the arguments.....

10x

© Stack Overflow or respective owner

Related posts about mdc

Related posts about c++