Click here to Skip to main content
15,921,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Crash after reading a linked list CString Pin
Joaquín M López Muñoz9-Apr-03 23:09
Joaquín M López Muñoz9-Apr-03 23:09 
GeneralRe: Crash after reading a linked list CString Pin
G. Steudtel9-Apr-03 23:21
G. Steudtel9-Apr-03 23:21 
GeneralRe: Crash after reading a linked list CString Pin
Willem B10-Apr-03 22:35
Willem B10-Apr-03 22:35 
GeneralEmbed word document inside a form Pin
Kamesh9-Apr-03 22:30
Kamesh9-Apr-03 22:30 
GeneralRe: Embed word document inside a form Pin
vijayaramaraju10-Apr-03 0:52
vijayaramaraju10-Apr-03 0:52 
Generalmodeless dialogue prob Pin
andyg.1019-Apr-03 22:18
andyg.1019-Apr-03 22:18 
GeneralRe: modeless dialogue prob Pin
Hans Ruck9-Apr-03 23:16
Hans Ruck9-Apr-03 23:16 
GeneralCEdit update delay Pin
CodeBrain9-Apr-03 21:59
CodeBrain9-Apr-03 21:59 
I have a problem with a CEdit control. The control in my application is used to enter parameters for my application. I am using a derived class CNumericEdit, to be able to enter numbers.
Some of my CEdit controls have a restricted value range. E.g. from 100 to 1000. The input of the user should be applied "on the fly". That means if the user enters a number it should take effect immediately _without_ confirming the change e.g. via a button click.
So I am using the ON_EN_CHANGE message.
But this message works too good for me Smile | :)
E.g. if the user tries to enter 150. I get a change event if the user starts to enter '1'. And that may be wrong because '1' may be out of range, but the user wants to enter 150.
So is there a possibilty to ignore change events as long as the user writes into the edit field. Or is there an event if the user has "finished" his input (some sort of input delay)?
I have tried to search for this problem in the internet and here in the archive, but it is difficult to define some useful search keys for the problem. Confused | :confused:
Thanks in advance.
GeneralRe: CEdit update delay Pin
G. Steudtel9-Apr-03 23:34
G. Steudtel9-Apr-03 23:34 
GeneralRe: CEdit update delay Pin
Debs10-Apr-03 0:33
Debs10-Apr-03 0:33 
GeneralMultiple line in MessageBox Pin
Cedric Moonen9-Apr-03 21:59
Cedric Moonen9-Apr-03 21:59 
GeneralRe: Multiple line in MessageBox Pin
Joaquín M López Muñoz9-Apr-03 23:12
Joaquín M López Muñoz9-Apr-03 23:12 
GeneralRe: Multiple line in MessageBox Pin
Zdeslav Vojkovic9-Apr-03 23:12
Zdeslav Vojkovic9-Apr-03 23:12 
GeneralRe: Multiple line in MessageBox Pin
jeremysay9-Apr-03 23:31
jeremysay9-Apr-03 23:31 
GeneralRe: Multiple line in MessageBox Pin
Cedric Moonen9-Apr-03 23:49
Cedric Moonen9-Apr-03 23:49 
GeneralRe: Multiple line in MessageBox Pin
Rage9-Apr-03 23:54
professionalRage9-Apr-03 23:54 
GeneralRe: Multiple line in MessageBox Pin
Cedric Moonen10-Apr-03 1:27
Cedric Moonen10-Apr-03 1:27 
GeneralProblem in adding text to a progress bar Pin
summo9-Apr-03 21:22
summo9-Apr-03 21:22 
GeneralRe: Problem in adding text to a progress bar Pin
Cedric Moonen9-Apr-03 21:48
Cedric Moonen9-Apr-03 21:48 
GeneralRe: Problem in adding text to a progress bar Pin
Anonymous9-Apr-03 21:59
Anonymous9-Apr-03 21:59 
GeneralRe: Problem in adding text to a progress bar Pin
Anonymous9-Apr-03 22:01
Anonymous9-Apr-03 22:01 
GeneralVC++.NET for Palm OS Pin
Anonymous9-Apr-03 20:47
Anonymous9-Apr-03 20:47 
GeneralNamed Pipe, and Security for CreateProcessAsUser Pin
Paul Farry9-Apr-03 20:46
professionalPaul Farry9-Apr-03 20:46 
GeneralCannot run my ADO program in Win 95 Pin
Toni789-Apr-03 19:55
Toni789-Apr-03 19:55 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Zdeslav Vojkovic9-Apr-03 23:38
Zdeslav Vojkovic9-Apr-03 23:38 

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.