Click here to Skip to main content
15,913,296 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC going by wayside? Pin
Nick Parker28-Jun-03 6:39
protectorNick Parker28-Jun-03 6:39 
AnswerRe: MFC going by wayside? Pin
Ryan Binns27-Jun-03 17:08
Ryan Binns27-Jun-03 17:08 
GeneralDirectX directdraw, tiles... Pin
Kuniva27-Jun-03 7:50
Kuniva27-Jun-03 7:50 
GeneralRe: DirectX directdraw, tiles... Pin
ZoogieZork28-Jun-03 7:21
ZoogieZork28-Jun-03 7:21 
GeneralRe: DirectX directdraw, tiles... Pin
Kuniva28-Jun-03 12:01
Kuniva28-Jun-03 12:01 
GeneralSetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 7:12
keegan27-Jun-03 7:12 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 8:50
David Crow27-Jun-03 8:50 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 9:26
keegan27-Jun-03 9:26 
ok, i've modified my code. i only have one teeny tiny little bug. Say a user selects the 3rd option in a combo box. if the user goes to another page in the property sheet, the 3rd option remain selected. if a user closes the dialogbox, and reopens it, the 3rd option remains selected.

however, if the user closes the program, and loads the dialog box back up, the first option is selected. now here's the punch line: if the user moves to another tab in the propertysheet, then goes back to the one with the combo box, the 3rd option will be selected again.

funky, eh? its only when the propertysheet is first opened the fuirst time the app is launched does the first option appear selected. I've for input_tq.SetCurSel() functions up the wazoo, all over my program.

any ideas?

(and if i look in the text file where the values are stored, the value for the 3rd option is there, not the 1st. its wierd.)

*.*
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
basementman27-Jun-03 9:46
basementman27-Jun-03 9:46 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 10:05
keegan27-Jun-03 10:05 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 10:10
David Crow27-Jun-03 10:10 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 10:22
keegan27-Jun-03 10:22 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 10:25
David Crow27-Jun-03 10:25 
Questionhow to use the esc key to stop a program Pin
johnstonsk27-Jun-03 6:43
johnstonsk27-Jun-03 6:43 
AnswerRe: how to use the esc key to stop a program Pin
keegan27-Jun-03 7:22
keegan27-Jun-03 7:22 
GeneralRe: how to use the esc key to stop a program Pin
johnstonsk27-Jun-03 7:37
johnstonsk27-Jun-03 7:37 
GeneralRe: how to use the esc key to stop a program Pin
keegan27-Jun-03 7:44
keegan27-Jun-03 7:44 
GeneralRe: how to use the esc key to stop a program Pin
johnstonsk27-Jun-03 8:30
johnstonsk27-Jun-03 8:30 
GeneralRe: how to use the esc key to stop a program Pin
keegan27-Jun-03 8:39
keegan27-Jun-03 8:39 
GeneralDLL entry point problem Pin
Andy H27-Jun-03 6:12
Andy H27-Jun-03 6:12 
GeneralRe: DLL entry point problem Pin
Peter Weyzen27-Jun-03 7:22
Peter Weyzen27-Jun-03 7:22 
GeneralProperty Page OnNotify question Pin
skinnyreptile27-Jun-03 6:03
skinnyreptile27-Jun-03 6:03 
GeneralRe: Property Page OnNotify question Pin
valikac27-Jun-03 6:07
valikac27-Jun-03 6:07 
GeneralRe: Property Page OnNotify question Pin
skinnyreptile27-Jun-03 6:47
skinnyreptile27-Jun-03 6:47 
GeneralVC++, classes and DLLs Pin
KingTermite27-Jun-03 5:38
KingTermite27-Jun-03 5:38 

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.