Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: popup menu text size Pin
Tomasz Sowinski9-Aug-02 6:06
Tomasz Sowinski9-Aug-02 6:06 
GeneralRe: popup menu text size Pin
Shog99-Aug-02 8:03
sitebuilderShog99-Aug-02 8:03 
QuestionHow to tell if a PIDL is for a Drive Pin
Jawache9-Aug-02 5:42
Jawache9-Aug-02 5:42 
GeneralACM audio compression turorial. Pin
redeemer9-Aug-02 5:29
redeemer9-Aug-02 5:29 
GeneralCD Burning Pin
nlecren9-Aug-02 5:18
nlecren9-Aug-02 5:18 
GeneralCListBox scrollbar problem Pin
moobob9-Aug-02 5:15
moobob9-Aug-02 5:15 
GeneralRe: CListBox scrollbar problem Pin
Tomasz Sowinski9-Aug-02 5:26
Tomasz Sowinski9-Aug-02 5:26 
GeneralRe: CListBox scrollbar problem Pin
Ravi Bhavnani9-Aug-02 5:28
professionalRavi Bhavnani9-Aug-02 5:28 
You need to call CListBox::SetHorizontalExtent(). The value passed in the arg will cause the horizontal scrollbar to appear if it's more than the current width of the scrollbar.

It's nicer to subclass CListBox and override AddItem(), InsertItem() and DeleteItem() so that they recompute the current max length of the list box's strings and call SetHorizontalExtent()themselves.

/ravi

Let's put "civil" back into "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralRe: CListBox scrollbar problem Pin
moobob9-Aug-02 9:14
moobob9-Aug-02 9:14 
GeneralRe: CListBox scrollbar problem Pin
Ravi Bhavnani9-Aug-02 10:59
professionalRavi Bhavnani9-Aug-02 10:59 
GeneralRe: CListBox scrollbar problem Pin
Mushtaque Nizamani8-Aug-07 20:52
Mushtaque Nizamani8-Aug-07 20:52 
GeneralListbox drag and drop Pin
danag9-Aug-02 4:59
danag9-Aug-02 4:59 
GeneralRe: Listbox drag and drop Pin
Atlantys9-Aug-02 15:03
Atlantys9-Aug-02 15:03 
Questionhow to but newline character using instance of CString Pin
Birdy9-Aug-02 4:32
Birdy9-Aug-02 4:32 
AnswerRe: how to but newline character using instance of CString Pin
dazinith9-Aug-02 4:38
dazinith9-Aug-02 4:38 
AnswerRe: how to but newline character using instance of CString Pin
RuiSantiago9-Aug-02 4:45
RuiSantiago9-Aug-02 4:45 
GeneralNeed HELP on ListControl Header Column Pin
Anonymous9-Aug-02 4:25
Anonymous9-Aug-02 4:25 
GeneralRe: Need HELP on ListControl Header Column Pin
Tomasz Sowinski9-Aug-02 4:40
Tomasz Sowinski9-Aug-02 4:40 
GeneralRe: Need HELP on ListControl Header Column Pin
Anonymous9-Aug-02 8:24
Anonymous9-Aug-02 8:24 
GeneralRe: Need HELP on ListControl Header Column Pin
dazinith9-Aug-02 4:44
dazinith9-Aug-02 4:44 
GeneralRe: It is working! Thanks Pin
ATC9-Aug-02 6:29
ATC9-Aug-02 6:29 
GeneralDataBase variables Pin
RuiSantiago9-Aug-02 4:15
RuiSantiago9-Aug-02 4:15 
GeneralRe: DataBase variables Pin
nlecren9-Aug-02 5:32
nlecren9-Aug-02 5:32 
GeneralRe: DataBase variables Pin
RuiSantiago9-Aug-02 5:35
RuiSantiago9-Aug-02 5:35 
GeneralWindows and Programs Pin
Slayders9-Aug-02 4:07
Slayders9-Aug-02 4:07 

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.