Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stosd Pin
Joe Woodbury25-Jun-03 8:41
professionalJoe Woodbury25-Jun-03 8:41 
GeneralRe: 'memset' vs '= {0}' Pin
Jim Crafton25-Jun-03 7:56
Jim Crafton25-Jun-03 7:56 
GeneralRe: 'memset' vs '= {0}' Pin
David Crow25-Jun-03 8:13
David Crow25-Jun-03 8:13 
GeneralRe: 'memset' vs '= {0}' Pin
John R. Shaw25-Jun-03 8:34
John R. Shaw25-Jun-03 8:34 
GeneralRe: 'memset' vs '= {0}' Pin
Atlantys25-Jun-03 8:37
Atlantys25-Jun-03 8:37 
GeneralRe: 'memset' vs '= {0}' Pin
Michael Dunn25-Jun-03 14:43
sitebuilderMichael Dunn25-Jun-03 14:43 
GeneralRe: 'memset' vs '= {0}' Pin
Jim Crafton26-Jun-03 3:07
Jim Crafton26-Jun-03 3:07 
GeneralCoding droplist data in MFC Pin
keegan25-Jun-03 7:23
keegan25-Jun-03 7:23 
Ok, i have an annoying problem. I'm writing an MFC program that has a ton of edit controls and droplist combos. all data enteres/selected in these controls needs to be saved in a text file. I've taken care of all the edit controls and radio buttons, but i'm baffled as to how to do it with a droplist combo.

So far, (in my 2 weeks of MFC experience), the only way i've found to enter data in a droplist combo or a list combo is to enter it in the property window of the individual combo. i need to be able to enter the data somewhere in the code.

Basically, what i want to do is:
- input strings from a text file (which i can handle no problem)
- store those strings into the contents of the droplist combo (this is where i have troubyle)
- and eventually display all the necessary strings in the droplist box.

If anyone can give some insight, i'd greatly appreciate it. If its not possible to do, ie the only way to enter data is to manually enter it when creating the listbox, well, i'm just screwed. Frown | :(


GeneralRe: Coding droplist data in MFC Pin
Maximilien25-Jun-03 7:33
Maximilien25-Jun-03 7:33 
GeneralRe: Coding droplist data in MFC Pin
keegan25-Jun-03 7:48
keegan25-Jun-03 7:48 
GeneralRe: Coding droplist data in MFC Pin
David Crow25-Jun-03 8:05
David Crow25-Jun-03 8:05 
GeneralRe: Coding droplist data in MFC Pin
keegan25-Jun-03 8:26
keegan25-Jun-03 8:26 
GeneralRe: Coding droplist data in MFC Pin
David Crow25-Jun-03 8:46
David Crow25-Jun-03 8:46 
GeneralRe: Coding droplist data in MFC Pin
keegan25-Jun-03 9:14
keegan25-Jun-03 9:14 
Generalrandom numbers rand() Pin
johnstonsk25-Jun-03 6:30
johnstonsk25-Jun-03 6:30 
GeneralRe: random numbers rand() Pin
Rob Caldecott25-Jun-03 6:38
Rob Caldecott25-Jun-03 6:38 
GeneralRe: random numbers rand() Pin
johnstonsk25-Jun-03 6:55
johnstonsk25-Jun-03 6:55 
GeneralRe: random numbers rand() Pin
David Crow25-Jun-03 7:01
David Crow25-Jun-03 7:01 
GeneralRe: random numbers rand() Pin
johnstonsk25-Jun-03 7:17
johnstonsk25-Jun-03 7:17 
GeneralRe: random numbers rand() Pin
Jamie Hale25-Jun-03 8:09
Jamie Hale25-Jun-03 8:09 
GeneralRe: random numbers rand() Pin
johnstonsk25-Jun-03 9:00
johnstonsk25-Jun-03 9:00 
GeneralRe: random numbers rand() [edited] Pin
Jamie Hale25-Jun-03 9:16
Jamie Hale25-Jun-03 9:16 
GeneralExecutable Creation time Pin
gbenguita25-Jun-03 6:27
gbenguita25-Jun-03 6:27 
GeneralRe: Executable Creation time Pin
Rob Caldecott25-Jun-03 6:31
Rob Caldecott25-Jun-03 6:31 
GeneralHelp with EDCN2000N CCD Camera Software.... Pin
tonicito25-Jun-03 6:25
tonicito25-Jun-03 6:25 

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.