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

C / C++ / MFC

 
GeneralRe: Watermark printing Pin
Harsh Shankar11-Feb-10 0:55
Harsh Shankar11-Feb-10 0:55 
GeneralRe: Watermark printing [modified] Pin
loyal ginger11-Feb-10 1:20
loyal ginger11-Feb-10 1:20 
GeneralRe: Watermark printing Pin
Richard MacCutchan11-Feb-10 1:44
mveRichard MacCutchan11-Feb-10 1:44 
QuestionReccommended Debugger for PE inspection ? [modified] Pin
glitteringsound11-Feb-10 0:04
glitteringsound11-Feb-10 0:04 
AnswerRe: Reccommended Debugger for PE inspection ? Pin
Richard Andrew x6411-Feb-10 8:55
professionalRichard Andrew x6411-Feb-10 8:55 
QuestionHow to add a Horizontal Scroll Bar to CListBox Pin
pandit8410-Feb-10 23:33
pandit8410-Feb-10 23:33 
QuestionRe: How to add a Horizontal Scroll Bar to CListBox Pin
David Crow11-Feb-10 2:46
David Crow11-Feb-10 2:46 
AnswerRe: How to add a Horizontal Scroll Bar to CListBox Pin
BIJU Manjeri15-Feb-10 18:29
BIJU Manjeri15-Feb-10 18:29 
When you add a list box with a horizontal scroll bar to a dialog box using MFC classes, the scroll bar will not automatically appear in your application.

To make the scroll bar appear
Set a maximum width for the widest element by calling CListBox::SetHorizontalExtent in your code.

Without this value set, the scroll bar will not appear, even when the items in the list box are wider than the box.


void SetHorizontalExtent(
int cxExtent
);
http://msdn.microsoft.com/en-us/library/1s0xed6b(VS.80).aspx


Cheers,
BIJU
GeneralRe: How to add a Horizontal Scroll Bar to CListBox Pin
pandit8415-Feb-10 20:35
pandit8415-Feb-10 20:35 
GeneralRegarding MFC Pin
kirancgi10-Feb-10 23:27
kirancgi10-Feb-10 23:27 
QuestionRegarding MFC Pin
kirancgi10-Feb-10 23:25
kirancgi10-Feb-10 23:25 
AnswerRe: Regarding MFC Pin
«_Superman_»10-Feb-10 23:36
professional«_Superman_»10-Feb-10 23:36 
AnswerRe: Regarding MFC Pin
CPallini10-Feb-10 23:51
mveCPallini10-Feb-10 23:51 
AnswerRe: Regarding MFC Pin
Alan Balkany16-Feb-10 4:38
Alan Balkany16-Feb-10 4:38 
QuestionDynamic creation of button Pin
shiv@nand10-Feb-10 23:04
shiv@nand10-Feb-10 23:04 
AnswerRe: Dynamic creation of button Pin
Cedric Moonen10-Feb-10 23:19
Cedric Moonen10-Feb-10 23:19 
QuestionPlz help to choose correct career path Pin
nknadim10-Feb-10 22:57
nknadim10-Feb-10 22:57 
AnswerRe: Plz help to choose correct career path Pin
AbhinavR10-Feb-10 23:20
AbhinavR10-Feb-10 23:20 
QuestionRe: Plz help to choose correct career path Pin
David Crow11-Feb-10 2:49
David Crow11-Feb-10 2:49 
AnswerRe: Plz help to choose correct career path Pin
nknadim11-Feb-10 3:16
nknadim11-Feb-10 3:16 
GeneralRe: Plz help to choose correct career path Pin
molesworth11-Feb-10 7:25
molesworth11-Feb-10 7:25 
QuestionNeed best approach to use a class inside other class Pin
Nandu_77b10-Feb-10 22:15
Nandu_77b10-Feb-10 22:15 
AnswerRe: Need best approach to use a class inside other class Pin
CPallini10-Feb-10 22:26
mveCPallini10-Feb-10 22:26 
GeneralRe: Need best approach to use a class inside other class Pin
Nandu_77b10-Feb-10 23:54
Nandu_77b10-Feb-10 23:54 
AnswerRe: Need best approach to use a class inside other class Pin
Avi Berger11-Feb-10 0:31
Avi Berger11-Feb-10 0:31 

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.