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

C / C++ / MFC

 
GeneralRe: Windows Programming Question Pin
Michael P Butler27-Jun-02 0:38
Michael P Butler27-Jun-02 0:38 
GeneralRe: Windows Programming Question Pin
Alan Chambers27-Jun-02 0:52
Alan Chambers27-Jun-02 0:52 
GeneralRe: Windows Programming Question Pin
Michael P Butler27-Jun-02 1:07
Michael P Butler27-Jun-02 1:07 
GeneralRe: Windows Programming Question Pin
Alan Chambers27-Jun-02 1:36
Alan Chambers27-Jun-02 1:36 
QuestionHow strange are these problems? Pin
Alan Chambers27-Jun-02 0:28
Alan Chambers27-Jun-02 0:28 
GeneralScrollView Problem Pin
LittleYellowBird27-Jun-02 0:09
LittleYellowBird27-Jun-02 0:09 
GeneralRe: ScrollView Problem Pin
Rage27-Jun-02 1:58
professionalRage27-Jun-02 1:58 
GeneralRe: ScrollView Problem Pin
Roger Allen27-Jun-02 2:11
Roger Allen27-Jun-02 2:11 
The scroll bars in a scroll view have a scroll range of 32767 counts.


My bet is that the line

sizeTotal.cy = nLines * nLineHeight;

With nLines being 2060 majes sizeTotal.cy > 32767 causing all the vertical scroll ranges to be come messed up.

I have seen an artile that covers how to get around this. I will try and find the reference.



Roger Allen
Sonork 100.10016

If I had a quote, it would be a very good one.
GeneralRe: ScrollView Problem Pin
LittleYellowBird27-Jun-02 4:19
LittleYellowBird27-Jun-02 4:19 
GeneralRe: ScrollView Problem Pin
Roger Allen27-Jun-02 2:16
Roger Allen27-Jun-02 2:16 
Generaldial-up networking Pin
slah27-Jun-02 0:04
slah27-Jun-02 0:04 
GeneralRe: dial-up networking Pin
Bill Wilson27-Jun-02 10:07
Bill Wilson27-Jun-02 10:07 
QuestionHow to allocate additional space with new Object[]? Pin
Tommy Svensson26-Jun-02 23:54
Tommy Svensson26-Jun-02 23:54 
AnswerRe: How to allocate additional space with new Object[]? Pin
Christian Graus27-Jun-02 0:04
protectorChristian Graus27-Jun-02 0:04 
GeneralRe: How to allocate additional space with new Object[]? Pin
Rage27-Jun-02 2:00
professionalRage27-Jun-02 2:00 
GeneralRe: How to allocate additional space with new Object[]? Pin
Christian Graus27-Jun-02 2:20
protectorChristian Graus27-Jun-02 2:20 
GeneralRe: How to allocate additional space with new Object[]? Pin
Rage27-Jun-02 2:47
professionalRage27-Jun-02 2:47 
GeneralRe: How to allocate additional space with new Object[]? Pin
Tommy Svensson27-Jun-02 6:20
Tommy Svensson27-Jun-02 6:20 
GeneralRe: How to allocate additional space with new Object[]? Pin
Tommy Svensson27-Jun-02 6:16
Tommy Svensson27-Jun-02 6:16 
GeneralRe: How to allocate additional space with new Object[]? Pin
Christian Graus27-Jun-02 11:03
protectorChristian Graus27-Jun-02 11:03 
GeneralCAN U HELP ?? Stop the unworthy comments Pin
29-Jun-02 4:22
suss29-Jun-02 4:22 
GeneralRe: CAN U HELP ?? Stop the unworthy comments Pin
Christian Graus29-Jun-02 13:14
protectorChristian Graus29-Jun-02 13:14 
GeneralCopying bitmap to clipboard using GDI+ Pin
Jonathan de Halleux26-Jun-02 22:57
Jonathan de Halleux26-Jun-02 22:57 
GeneralRe: Copying bitmap to clipboard using GDI+ Pin
Christian Graus27-Jun-02 0:05
protectorChristian Graus27-Jun-02 0:05 
GeneralHow to detach from Bitmap ? Pin
Jonathan de Halleux27-Jun-02 0:12
Jonathan de Halleux27-Jun-02 0:12 

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.