Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Send Mail Pin
Member 686483930-Jan-10 10:00
Member 686483930-Jan-10 10:00 
GeneralRe: Send Mail Pin
David Crow30-Jan-10 12:15
David Crow30-Jan-10 12:15 
QuestionListBox redrawing Pin
Rock Bottom29-Jan-10 6:13
Rock Bottom29-Jan-10 6:13 
AnswerRe: ListBox redrawing Pin
LunaticFringe29-Jan-10 8:54
LunaticFringe29-Jan-10 8:54 
GeneralRe: ListBox redrawing Pin
Rock Bottom29-Jan-10 8:57
Rock Bottom29-Jan-10 8:57 
GeneralRe: ListBox redrawing Pin
LunaticFringe29-Jan-10 9:32
LunaticFringe29-Jan-10 9:32 
GeneralRe: ListBox redrawing Pin
Rock Bottom29-Jan-10 9:59
Rock Bottom29-Jan-10 9:59 
AnswerRe: ListBox redrawing Pin
David Crow30-Jan-10 5:26
David Crow30-Jan-10 5:26 
GeneralRe: ListBox redrawing Pin
Rock Bottom1-Feb-10 5:55
Rock Bottom1-Feb-10 5:55 
QuestioncapPreview() slow problem... Pin
Aric Wang29-Jan-10 5:24
Aric Wang29-Jan-10 5:24 
AnswerRe: capPreview() slow problem... Pin
Richard MacCutchan29-Jan-10 6:22
mveRichard MacCutchan29-Jan-10 6:22 
GeneralRe: capPreview() slow problem... Pin
Aric Wang29-Jan-10 6:48
Aric Wang29-Jan-10 6:48 
GeneralRe: capPreview() slow problem... Pin
Richard MacCutchan29-Jan-10 9:17
mveRichard MacCutchan29-Jan-10 9:17 
GeneralRe: capPreview() slow problem... [modified] Pin
Aric Wang29-Jan-10 16:10
Aric Wang29-Jan-10 16:10 
AnswerRe: capPreview() slow problem... Pin
Chris Meech29-Jan-10 6:33
Chris Meech29-Jan-10 6:33 
GeneralRe: capPreview() slow problem... Pin
Aric Wang29-Jan-10 6:45
Aric Wang29-Jan-10 6:45 
AnswerRe: capPreview() slow problem... Pin
Saurabh.Garg30-Jan-10 19:03
Saurabh.Garg30-Jan-10 19:03 
GeneralRe: capPreview() slow problem... Pin
Aric Wang31-Jan-10 1:57
Aric Wang31-Jan-10 1:57 
QuestionCombo box - Dropdown height? Pin
dipuks29-Jan-10 2:00
dipuks29-Jan-10 2:00 
AnswerRe: Combo box - Dropdown height? Pin
Rajesh R Subramanian29-Jan-10 2:03
professionalRajesh R Subramanian29-Jan-10 2:03 
AnswerRe: Combo box - Dropdown height? Pin
Cedric Moonen29-Jan-10 2:05
Cedric Moonen29-Jan-10 2:05 
GeneralRe: Combo box - Dropdown height? Pin
dipuks29-Jan-10 7:00
dipuks29-Jan-10 7:00 
Cedric,

If there are multiple items, it does show a longer vertical scroll bar and thats not the problem.

The problem is when there's only 1 item. At that time, the default Windows thing sets the vertical scroll bar height to a set length so that the one item is visible.

And this works perfect, and the user can always use the mouse pointer to select.

But the issue that am facing is, the application am using will take input from a touch screen. So when using touch screen the smaller vertical scroll bar is an issue.

Hope you undertand the issue.

Thats the reason why i need a longer vertical scroll bar.

Any ideas?
GeneralRe: Combo box - Dropdown height? Pin
Cedric Moonen29-Jan-10 7:29
Cedric Moonen29-Jan-10 7:29 
GeneralRe: Combo box - Dropdown height? Pin
dipuks29-Jan-10 8:05
dipuks29-Jan-10 8:05 
GeneralRe: Combo box - Dropdown height? Pin
Cedric Moonen30-Jan-10 3:49
Cedric Moonen30-Jan-10 3:49 

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.