Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CEdit notification message Pin
Steve S27-Oct-03 2:19
Steve S27-Oct-03 2:19 
QuestionMessages missing for slider controls (and also for spinbuttons etc.)? Pin
DaFrawg27-Oct-03 2:09
DaFrawg27-Oct-03 2:09 
AnswerRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Roger Allen27-Oct-03 3:33
Roger Allen27-Oct-03 3:33 
AnswerRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Iain Clarke, Warrior Programmer27-Oct-03 3:48
Iain Clarke, Warrior Programmer27-Oct-03 3:48 
AnswerRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Chris Hills27-Oct-03 4:01
Chris Hills27-Oct-03 4:01 
GeneralRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
DaFrawg27-Oct-03 22:37
DaFrawg27-Oct-03 22:37 
GeneralRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Chris Hills29-Oct-03 1:19
Chris Hills29-Oct-03 1:19 
GeneralRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Atlantys30-Oct-03 13:17
Atlantys30-Oct-03 13:17 
DaFrawg wrote:
ClassWizard doesn't show them

Right-click on the Dialog class that contains the spin control. In the window that appears, select the IDC of the control you want to receive notifications about, in the "Class or object to handle" listbox.
UDN_DELTAPOS should appear, along with NM_OUTOFMEMORY, in the "New Windows messages/events" listbox on the left hand side.
There you go!

Sliders receive both the WM_HSCROLL and WM_VSCROLL messages. You can either handle them in the control itself, or through the parent dialog.


The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices.
[Roger Wright on stupid people]

We're like private member functions
[John Theal on R&D]

We're figuring out the parent thing as we go though. Kinda like setting up Linux for the first time ya' know...
[Nitron]

Generalmysql with release mode? urgent Pin
murali_utr27-Oct-03 1:33
murali_utr27-Oct-03 1:33 
GeneralRe: mysql with release mode? urgent Pin
Steve S27-Oct-03 1:41
Steve S27-Oct-03 1:41 
GeneralThanks For Ur Help. Pin
murali_utr27-Oct-03 1:45
murali_utr27-Oct-03 1:45 
Generalregd radio buttons in VC++ Pin
karteek27-Oct-03 1:12
karteek27-Oct-03 1:12 
GeneralRe: regd radio buttons in VC++ Pin
Steve S27-Oct-03 1:39
Steve S27-Oct-03 1:39 
GeneralRe: regd radio buttons in VC++ Pin
Iain Clarke, Warrior Programmer27-Oct-03 1:40
Iain Clarke, Warrior Programmer27-Oct-03 1:40 
GeneralExcel-Automation with C++ Pin
DeckY27-Oct-03 0:58
DeckY27-Oct-03 0:58 
GeneralCSocket and CWinThread Pin
y_seval27-Oct-03 0:55
y_seval27-Oct-03 0:55 
GeneralRe: CSocket and CWinThread Pin
vcplusplus27-Oct-03 1:50
vcplusplus27-Oct-03 1:50 
QuestionHow to change the font size and color of the fonts in a edit box Pin
Deepak Samuel27-Oct-03 0:00
Deepak Samuel27-Oct-03 0:00 
AnswerRe: How to change the font size and color of the fonts in a edit box Pin
Steve S27-Oct-03 1:37
Steve S27-Oct-03 1:37 
GeneralOutlook Automation (C++) Pin
chz171065xy26-Oct-03 23:20
chz171065xy26-Oct-03 23:20 
GeneralRe: Outlook Automation (C++) Pin
Heath Stewart27-Oct-03 3:24
protectorHeath Stewart27-Oct-03 3:24 
GeneralRe: Outlook Automation (C++) Pin
chz171065xy27-Oct-03 21:37
chz171065xy27-Oct-03 21:37 
GeneralRe: Outlook Automation (C++) Pin
David Crow28-Oct-03 4:08
David Crow28-Oct-03 4:08 
Generalurgent! Pin
ranjjj26-Oct-03 22:57
ranjjj26-Oct-03 22:57 
GeneralRe: urgent! Pin
David Crow27-Oct-03 2:46
David Crow27-Oct-03 2:46 

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.