Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL in EXE. Pin
Anonymous11-Oct-02 1:59
Anonymous11-Oct-02 1:59 
GeneralMultiple item images for a tree control item Pin
mwallis7610-Oct-02 10:18
mwallis7610-Oct-02 10:18 
GeneralRe: Multiple item images for a tree control item Pin
Gary R. Wheeler10-Oct-02 14:49
Gary R. Wheeler10-Oct-02 14:49 
GeneralCListCtrl selection color Pin
JennyP10-Oct-02 9:49
JennyP10-Oct-02 9:49 
GeneralRe: CListCtrl selection color Pin
Chris Richardson10-Oct-02 10:35
Chris Richardson10-Oct-02 10:35 
Questioncombo box scrolling question? Pin
jimNLX10-Oct-02 9:41
jimNLX10-Oct-02 9:41 
AnswerRe: combo box scrolling question? Pin
alex.barylski10-Oct-02 13:31
alex.barylski10-Oct-02 13:31 
GeneralRe: combo box scrolling question? Pin
jimNLX25-Oct-02 5:08
jimNLX25-Oct-02 5:08 
This is all that I did...

CComboBox *pSelBox = (CComboBox *) GetDlgItem(IDC_SEL);


pSelBox->SetCurSel(-1);
pSelBox->SetItemHeight(2,40);
pSelBox->SetDroppedWidth(425);

Then I filled the list with a loop that adds strings..
pSelBox->AddString(desc[i]);

How can I get this thing to stop jumping around?
GeneralCADOX CP class question. Pin
ns10-Oct-02 9:07
ns10-Oct-02 9:07 
GeneralRe: CADOX CP class question. Pin
Ranjan Banerji10-Oct-02 10:29
Ranjan Banerji10-Oct-02 10:29 
GeneralRe: CADOX CP class question. Pin
Carlos Antollini10-Oct-02 10:39
Carlos Antollini10-Oct-02 10:39 
Generalstring question Pin
Anonymous10-Oct-02 8:43
Anonymous10-Oct-02 8:43 
GeneralRe: string question Pin
Paul M Watt10-Oct-02 9:02
mentorPaul M Watt10-Oct-02 9:02 
GeneralRe: string question Pin
Anonymous10-Oct-02 9:19
Anonymous10-Oct-02 9:19 
GeneralRe: string question Pin
Shog910-Oct-02 9:08
sitebuilderShog910-Oct-02 9:08 
GeneralRe: string question Pin
valikac10-Oct-02 13:12
valikac10-Oct-02 13:12 
QuestionSetup works fine as admin, but no one else? Pin
paulccc10-Oct-02 8:24
paulccc10-Oct-02 8:24 
AnswerRe: Setup works fine as admin, but no one else? Pin
Anonymous10-Oct-02 8:59
Anonymous10-Oct-02 8:59 
GeneralBitmap Problems Pin
Mike Savoie10-Oct-02 8:26
Mike Savoie10-Oct-02 8:26 
GeneralRe: Bitmap Problems Pin
Joe Woodbury10-Oct-02 8:58
professionalJoe Woodbury10-Oct-02 8:58 
GeneralRe: Bitmap Problems Pin
Paul M Watt10-Oct-02 9:22
mentorPaul M Watt10-Oct-02 9:22 
GeneralRe: Bitmap Problems Pin
Mike Savoie11-Oct-02 1:50
Mike Savoie11-Oct-02 1:50 
GeneralRe: Bitmap Problems Pin
Atlantys21-Oct-02 7:56
Atlantys21-Oct-02 7:56 
GeneralI'm Confused... Pin
JohnnyG10-Oct-02 7:48
JohnnyG10-Oct-02 7:48 
GeneralRe: I'm Confused... Pin
Carlos Antollini10-Oct-02 8:02
Carlos Antollini10-Oct-02 8:02 

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.