Click here to Skip to main content
15,914,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLInking Statically to MFC Pin
Code4Food18-Jul-03 6:33
Code4Food18-Jul-03 6:33 
GeneralRe: LInking Statically to MFC Pin
Rick York18-Jul-03 6:42
mveRick York18-Jul-03 6:42 
QuestionHow Base64 convert Pin
Anonymous18-Jul-03 5:19
Anonymous18-Jul-03 5:19 
AnswerRe: How Base64 convert Pin
markkuk18-Jul-03 5:28
markkuk18-Jul-03 5:28 
AnswerRe: How Base64 convert Pin
Anthony_Yio20-Jul-03 17:24
Anthony_Yio20-Jul-03 17:24 
GeneralBinary STRINGTABLE Resource Format Pin
Blake Miller18-Jul-03 5:14
Blake Miller18-Jul-03 5:14 
GeneralRe: Binary STRINGTABLE Resource Format Pin
David Crow18-Jul-03 5:44
David Crow18-Jul-03 5:44 
GeneralProblems with WM_VSCROLL PostMessage Pin
Greg Ellis18-Jul-03 4:47
Greg Ellis18-Jul-03 4:47 
Hi everyone,

I am trying to scroll a window by more than one unit at a time. currently I am doing this

[CODE]
for(int i=0; i<100; i++)
pParent->m_SkinList.PostMessage(WM_VSCROLL, MAKELONG(SB_LINEDOWN,0),NULL);
[/CODE]

I have my current code inside a for loop to make it scroll down multiple times and it works, but it freezes up my app until the for loop is done.

How can I scroll by multiple lines using a single PostMessage call? Can I scroll variably in a single call without using a for loop?

Thanks,
Greg
GeneralRe: Problems with WM_VSCROLL PostMessage Pin
PJ Arends18-Jul-03 11:47
professionalPJ Arends18-Jul-03 11:47 
GeneralRe: Problems with WM_VSCROLL PostMessage Pin
Ilushka20-Jul-03 21:43
Ilushka20-Jul-03 21:43 
GeneralA SetFont problem Pin
Vincent Ye18-Jul-03 4:21
Vincent Ye18-Jul-03 4:21 
GeneralRe: A SetFont problem Pin
Chris Losinger18-Jul-03 4:37
professionalChris Losinger18-Jul-03 4:37 
GeneralRe: A SetFont problem Pin
Vincent Ye18-Jul-03 4:57
Vincent Ye18-Jul-03 4:57 
GeneralRe: A SetFont problem Pin
Chris Losinger18-Jul-03 5:40
professionalChris Losinger18-Jul-03 5:40 
GeneralRe: A SetFont problem Pin
Vincent Ye18-Jul-03 5:53
Vincent Ye18-Jul-03 5:53 
GeneralRe: A SetFont problem Pin
Joel Lucsy18-Jul-03 7:27
Joel Lucsy18-Jul-03 7:27 
GeneralRe: A SetFont problem Pin
Vincent Ye18-Jul-03 7:33
Vincent Ye18-Jul-03 7:33 
GeneralRe: A SetFont problem Pin
Ryan Binns18-Jul-03 19:23
Ryan Binns18-Jul-03 19:23 
QuestionHelp: How to set background bitmap for Rebar? Pin
bin892218-Jul-03 4:04
bin892218-Jul-03 4:04 
Generalstring to long part 2 Pin
si_6918-Jul-03 3:51
si_6918-Jul-03 3:51 
GeneralRe: string to long part 2 Pin
Ian Darling18-Jul-03 4:00
Ian Darling18-Jul-03 4:00 
GeneralRe: string to long part 2 Pin
RChin18-Jul-03 4:07
RChin18-Jul-03 4:07 
GeneralRe: string to long part 2 Pin
Mike Nordell19-Jul-03 4:25
Mike Nordell19-Jul-03 4:25 
GeneralRe: string to long part 2 Pin
RChin20-Jul-03 23:26
RChin20-Jul-03 23:26 
GeneralRe: string to long part 2 Pin
John M. Drescher18-Jul-03 4:23
John M. Drescher18-Jul-03 4:23 

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.