Click here to Skip to main content
15,896,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MS Communication Control Pin
Mel Feik30-Oct-02 6:23
Mel Feik30-Oct-02 6:23 
QuestionTrouble displaying bitmap?? Pin
Sens200230-Oct-02 6:03
Sens200230-Oct-02 6:03 
GeneralThe standard Help menu item Pin
ns30-Oct-02 6:01
ns30-Oct-02 6:01 
GeneralRe: The standard Help menu item Pin
Ravi Bhavnani30-Oct-02 9:20
professionalRavi Bhavnani30-Oct-02 9:20 
GeneralCreate array of complex numbers. Pin
Michael Liu30-Oct-02 5:29
Michael Liu30-Oct-02 5:29 
GeneralRe: Create array of complex numbers. Pin
Maximilien30-Oct-02 5:53
Maximilien30-Oct-02 5:53 
GeneralRe: Create array of complex numbers. Pin
Michael Liu30-Oct-02 6:15
Michael Liu30-Oct-02 6:15 
GeneralScrolling back...STOP!!! Pin
jimNLX30-Oct-02 4:45
jimNLX30-Oct-02 4:45 
I thought someone here might be able to help me with a problem I'm having with my drop down lists.

Seems that they alway scroll back to the last selected item while you are try to scroll down. Thus making it almost impossible for you to select the item you want.

I've created a pointer to the box and then fill it with strings. I haven't set any other options and only care about what the user selects.

Do I need to use some other control or set some certain option?

I have no idea and want to keep it simple, therefore I'm avoiding using the method of subclassing.

HELP!

Here is the code where I creat and fill the list...:

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

for(short i = 0;i < MaxSel; i++)
{
pSelBox->AddString(Seldesc[i]);
}
Other than this I only have code that handles a users selection.
GeneralRe: Scrolling back...STOP!!! Pin
Blade[DMS]30-Oct-02 5:22
Blade[DMS]30-Oct-02 5:22 
GeneralRe: Scrolling back...STOP!!! Pin
Anonymous30-Oct-02 5:30
Anonymous30-Oct-02 5:30 
GeneralRe: Scrolling back...STOP!!! Pin
Anonymous30-Oct-02 6:04
Anonymous30-Oct-02 6:04 
GeneralRe: Scrolling back...STOP!!! Pin
Richard Green30-Oct-02 5:51
Richard Green30-Oct-02 5:51 
GeneralRe: Scrolling back...STOP!!! Pin
Anonymous30-Oct-02 6:00
Anonymous30-Oct-02 6:00 
GeneralRe: Scrolling back...STOP!!! Pin
jimNLX31-Oct-02 4:01
jimNLX31-Oct-02 4:01 
GeneralRe: Scrolling back...STOP!!! Pin
jimNLX4-Nov-02 4:38
jimNLX4-Nov-02 4:38 
GeneralLaunching the browser Pin
ns30-Oct-02 4:35
ns30-Oct-02 4:35 
GeneralRe: Launching the browser Pin
Ravi Bhavnani30-Oct-02 5:06
professionalRavi Bhavnani30-Oct-02 5:06 
GeneralRe: Launching the browser Pin
ns30-Oct-02 5:11
ns30-Oct-02 5:11 
GeneralRe: Launching the browser Pin
Ravi Bhavnani30-Oct-02 5:18
professionalRavi Bhavnani30-Oct-02 5:18 
GeneralRe: Launching the browser Pin
ns30-Oct-02 5:25
ns30-Oct-02 5:25 
GeneralOh Noooo! HTMLHelp() question Pin
ns30-Oct-02 4:34
ns30-Oct-02 4:34 
Generalcorrection Pin
ns30-Oct-02 4:53
ns30-Oct-02 4:53 
GeneralRe: correction Pin
Ravi Bhavnani30-Oct-02 5:07
professionalRavi Bhavnani30-Oct-02 5:07 
GeneralUploading File to Web Server from VC++ application Pin
Animesh Pandeya30-Oct-02 4:06
Animesh Pandeya30-Oct-02 4:06 
GeneralRe: Uploading File to Web Server from VC++ application Pin
Scott H. Settlemier30-Oct-02 5:00
Scott H. Settlemier30-Oct-02 5:00 

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.