Click here to Skip to main content
15,886,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOpenProcess() issue in win XP Pin
P_JAYAPRAKASH25-Oct-04 19:08
P_JAYAPRAKASH25-Oct-04 19:08 
GeneralRe: OpenProcess() issue in win XP Pin
bryce25-Oct-04 19:48
bryce25-Oct-04 19:48 
GeneralError Link in VC++ Pin
TrungHuynh25-Oct-04 18:25
TrungHuynh25-Oct-04 18:25 
GeneralRe: Error Link in VC++ Pin
bryce25-Oct-04 19:44
bryce25-Oct-04 19:44 
GeneralRe: Error Link in VC++ Pin
Robert A. T. Káldy26-Oct-04 0:28
Robert A. T. Káldy26-Oct-04 0:28 
GeneralRe: Error Link in VC++ Pin
dharani26-Oct-04 21:24
dharani26-Oct-04 21:24 
GeneralRe: Error Link in VC++ Pin
Robert A. T. Káldy28-Oct-04 23:43
Robert A. T. Káldy28-Oct-04 23:43 
Generalplaying with edit ctrl Pin
bektek25-Oct-04 18:17
bektek25-Oct-04 18:17 
What I'd like to do is this..
When I put '1' to the edit ctrl, the contents of editctrl should be changed to '2', if '2', then should be '3' and so forth..

That's why I used EN_CHANGE event handler..
In the handler, at first I read the int value of edit ctrl by GetdlgItemInt API.
then add 1 to the value,
finally called SetDlgItemInt with the new changed value..

But the result was the infinite loop..
does that make sense?

That's because SetDlgItemInt API cause new EN_CHANGE event.. before the first event finished the job..

How can I solve that problem?
As I said before, the contents of edit ctrl should change simultaously as I typed the value..


GeneralRe: playing with edit ctrl Pin
alex.barylski25-Oct-04 18:20
alex.barylski25-Oct-04 18:20 
GeneralRe: playing with edit ctrl Pin
bektek25-Oct-04 18:35
bektek25-Oct-04 18:35 
GeneralRe: playing with edit ctrl Pin
PJ Arends25-Oct-04 18:46
professionalPJ Arends25-Oct-04 18:46 
GeneralRe: playing with edit ctrl Pin
bektek25-Oct-04 19:22
bektek25-Oct-04 19:22 
Questionhow to use flash in vc++ Pin
vc-programmer-25-Oct-04 16:57
vc-programmer-25-Oct-04 16:57 
AnswerRe: how to use flash in vc++ Pin
bryce25-Oct-04 19:41
bryce25-Oct-04 19:41 
GeneralRe: how to use flash in vc++ Pin
vc-programmer-25-Oct-04 20:29
vc-programmer-25-Oct-04 20:29 
QuestionHow to display from dialog box to sdi window? Pin
zhaque25-Oct-04 14:43
zhaque25-Oct-04 14:43 
AnswerRe: How to display from dialog box to sdi window? Pin
Maximilien25-Oct-04 14:55
Maximilien25-Oct-04 14:55 
GeneralRe: How to display from dialog box to sdi window? Pin
dharani26-Oct-04 21:28
dharani26-Oct-04 21:28 
GeneralDetect Privileges Pin
Anonymous25-Oct-04 13:27
Anonymous25-Oct-04 13:27 
GeneralRe: Detect Privileges Pin
vcplusplus25-Oct-04 14:37
vcplusplus25-Oct-04 14:37 
GeneralCreating Stochastic models (Probability density functions) in Visual C++6.0 Pin
Member 260788825-Oct-04 11:11
Member 260788825-Oct-04 11:11 
GeneralRe: Creating Stochastic models (Probability density functions) in Visual C++6.0 Pin
Christian Graus25-Oct-04 12:51
protectorChristian Graus25-Oct-04 12:51 
GeneralAccessing ActiveX in VC++ 1.52 Pin
Anonymous25-Oct-04 10:50
Anonymous25-Oct-04 10:50 
GeneralRe: Accessing ActiveX in VC++ 1.52 Pin
Ryan Binns25-Oct-04 18:01
Ryan Binns25-Oct-04 18:01 
QuestionInordinate Delaying in Form Display? Pin
NietzscheDisciple25-Oct-04 10:06
NietzscheDisciple25-Oct-04 10:06 

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.