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

C / C++ / MFC

 
Generalunreferenced local variable Pin
yellowtulips12-Nov-04 4:30
yellowtulips12-Nov-04 4:30 
GeneralRe: unreferenced local variable Pin
Manfred Staiger12-Nov-04 4:44
Manfred Staiger12-Nov-04 4:44 
GeneralRe: unreferenced local variable Pin
Michael Dunn12-Nov-04 7:03
sitebuilderMichael Dunn12-Nov-04 7:03 
GeneralMDI Application Pin
Jnewg512-Nov-04 4:16
Jnewg512-Nov-04 4:16 
Generala step by step running Pin
goldmount12-Nov-04 3:58
goldmount12-Nov-04 3:58 
GeneralRe: a step by step running Pin
David Crow12-Nov-04 3:59
David Crow12-Nov-04 3:59 
Questionhow do u change the color of the frameof a picture control in a dialog??? Pin
namaskaaram12-Nov-04 3:03
namaskaaram12-Nov-04 3:03 
GeneralRemoving combo box from filedialog Pin
vilmer12-Nov-04 0:01
vilmer12-Nov-04 0:01 
GeneralRe: Removing combo box from filedialog Pin
David Crow12-Nov-04 3:29
David Crow12-Nov-04 3:29 
QuestionIntelliSense Gone !?!? Pin
Anonymous11-Nov-04 23:51
Anonymous11-Nov-04 23:51 
QuestionHow can several panels of a CTabCtrl share the same CComboBox ? Pin
Member 124237311-Nov-04 23:44
Member 124237311-Nov-04 23:44 
AnswerRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
BlackDice12-Nov-04 2:43
BlackDice12-Nov-04 2:43 
GeneralRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
Member 124237313-Nov-04 5:12
Member 124237313-Nov-04 5:12 
AnswerRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
David Crow12-Nov-04 3:33
David Crow12-Nov-04 3:33 
Each panel should have its own combobox. If the populating of the combobox is expensive (e.g., querying a database), you can put the data (e.g., list) in the dialog instead. Then as each panel is activated, the data can be quickly pulled from the dialog's data structure rather than from an external source. Make sense?


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
Member 124237313-Nov-04 5:32
Member 124237313-Nov-04 5:32 
GeneralRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
David Crow13-Nov-04 5:52
David Crow13-Nov-04 5:52 
GeneralRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
Member 124237314-Nov-04 11:23
Member 124237314-Nov-04 11:23 
GeneralRe: How can several panels of a CTabCtrl share the same CComboBox ? Pin
David Crow15-Nov-04 3:41
David Crow15-Nov-04 3:41 
GeneralRe: TCP/IP Sockets Pin
22491711-Nov-04 23:07
22491711-Nov-04 23:07 
GeneralCreate device driver Pin
snthomas11-Nov-04 22:41
snthomas11-Nov-04 22:41 
GeneralRe: Create device driver Pin
22491712-Nov-04 0:54
22491712-Nov-04 0:54 
GeneralMain handle of MFC dialog Pin
Kreatief11-Nov-04 22:25
Kreatief11-Nov-04 22:25 
GeneralRe: Main handle of MFC dialog Pin
22491711-Nov-04 22:47
22491711-Nov-04 22:47 
GeneralRe: Main handle of MFC dialog Pin
Kreatief12-Nov-04 0:46
Kreatief12-Nov-04 0:46 
GeneralRe: Main handle of MFC dialog Pin
BlackDice12-Nov-04 2:46
BlackDice12-Nov-04 2:46 

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.