Click here to Skip to main content
15,895,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sprintf formatting with conditional statement Pin
Jörgen Sigvardsson5-Jan-04 9:45
Jörgen Sigvardsson5-Jan-04 9:45 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 9:53
Ian Darling5-Jan-04 9:53 
GeneralRe: sprintf formatting with conditional statement Pin
Jörgen Sigvardsson5-Jan-04 9:58
Jörgen Sigvardsson5-Jan-04 9:58 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 10:06
Ian Darling5-Jan-04 10:06 
GeneralRe: sprintf formatting with conditional statement Pin
Prakash Nadar5-Jan-04 16:09
Prakash Nadar5-Jan-04 16:09 
GeneralRe: sprintf formatting with conditional statement Pin
shultas5-Jan-04 9:55
shultas5-Jan-04 9:55 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 9:57
Ian Darling5-Jan-04 9:57 
GeneralRichEdit EN_VSCROLL doesn't send SB_THUMBTRACK Pin
Tyler Kellen5-Jan-04 8:31
Tyler Kellen5-Jan-04 8:31 
According to:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolmessages/en_vscroll.asp

This message is sent for the following mouse events on the vertical
scroll bar: clicking either arrow button or clicking between the arrow
button and the thumb. However, the message is not sent when clicking
the scroll bar mouse itself. The message is also sent when a keyboard
event causes a change in the view area of the edit control, for
example, pressing HOME, END, PAGE UP, PAGE DOWN, UP ARROW, or DOWN
ARROW.

How can I capture the scroll event when the user drags the actual
scrollbar? (SB_THUMBTRACK)

Any pointsers would be very helpful. I'm writing this in pure
c/win32api.
I am using a Richedit 1.0 common control.

Also, I have turned on the ENM_MOUSEEVENTS & ENM_SCROLL event masks.
I can capture EN_VSCROLL just fine.

Current source:
http://www.curvyline.com/codepad.c
http://www.curvyline.com/linefunc.h
http://www.curvyline.com/protos.h
http://www.curvyline.com/openclose.h

-Tyler Kellen
QuestionHow to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 7:20
Cyrus Dang5-Jan-04 7:20 
AnswerRe: How to put a carriage return into a CView object? Pin
Chris Meech5-Jan-04 7:29
Chris Meech5-Jan-04 7:29 
GeneralRe: How to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 8:32
Cyrus Dang5-Jan-04 8:32 
GeneralRe: How to put a carriage return into a CView object? Pin
Chris Meech5-Jan-04 8:45
Chris Meech5-Jan-04 8:45 
GeneralRe: How to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 8:49
Cyrus Dang5-Jan-04 8:49 
AnswerRe: How to put a carriage return into a CView object? Pin
David Crow5-Jan-04 7:29
David Crow5-Jan-04 7:29 
AnswerRe: How to put a carriage return into a CView object? Pin
Nick Hodapp5-Jan-04 8:31
sitebuilderNick Hodapp5-Jan-04 8:31 
GeneralRe: How to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 8:38
Cyrus Dang5-Jan-04 8:38 
GeneralLoading Bitmaps Pin
FieldHawk5-Jan-04 7:12
FieldHawk5-Jan-04 7:12 
GeneralRe: Loading Bitmaps Pin
David Crow5-Jan-04 7:17
David Crow5-Jan-04 7:17 
GeneralRe: Loading Bitmaps Pin
abc8765-Jan-04 8:04
abc8765-Jan-04 8:04 
GeneralVC++6, ODBC, and Access 2000 Pin
Roger Wright5-Jan-04 6:42
professionalRoger Wright5-Jan-04 6:42 
GeneralRe: VC++6, ODBC, and Access 2000 Pin
FieldHawk5-Jan-04 7:23
FieldHawk5-Jan-04 7:23 
GeneralRe: VC++6, ODBC, and Access 2000 Pin
Chris Meech5-Jan-04 7:26
Chris Meech5-Jan-04 7:26 
GeneralRe: VC++6, ODBC, and Access 2000 Pin
Roger Wright5-Jan-04 7:50
professionalRoger Wright5-Jan-04 7:50 
GeneralRe: VC++6, ODBC, and Access 2000 Pin
David Crow5-Jan-04 7:27
David Crow5-Jan-04 7:27 
GeneralVC++ .NET 2002 and 2003 Pro Pin
jdgonko5-Jan-04 6:26
jdgonko5-Jan-04 6:26 

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.