Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to change sound devices in C++ or C# Pin
wgh1689922-Apr-09 5:17
wgh1689922-Apr-09 5:17 
QuestionImplementing a Scroll in an MFC dialog with an OpenGL window Pin
yousuf_227922-Apr-09 4:29
professionalyousuf_227922-Apr-09 4:29 
QuestionSafe ActiveX control.. Pin
p_196022-Apr-09 4:04
p_196022-Apr-09 4:04 
AnswerRe: Safe ActiveX control.. Pin
frx9622-Apr-09 17:10
frx9622-Apr-09 17:10 
Questiontab control and property pages problem Pin
Mihai Andrei Dragnea22-Apr-09 2:40
Mihai Andrei Dragnea22-Apr-09 2:40 
AnswerRe: tab control and property pages problem Pin
_AnsHUMAN_ 22-Apr-09 2:57
_AnsHUMAN_ 22-Apr-09 2:57 
GeneralRe: tab control and property pages problem Pin
Mihai Andrei Dragnea22-Apr-09 3:39
Mihai Andrei Dragnea22-Apr-09 3:39 
AnswerRe: tab control and property pages problem Pin
David Crow22-Apr-09 4:50
David Crow22-Apr-09 4:50 
Mihai Andrei Dragnea wrote:
The tabs are working fine ... but I can't find a way to have access to the controls within each property page


Using ClassWizard (Ctrl+W), associate each control a member variable of the appropriate type (edit control = CEdit, combobox = CCombobox). Now when you want to assign a value to an edit control, just use:

m_editPhone.SetWindowText("(800) 555-1212");
When you want to add items to the combobox, use:

m_cbStates.AddString("Oklahoma");


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: tab control and property pages problem Pin
FISH78622-Apr-09 9:09
FISH78622-Apr-09 9:09 
QuestionRe: tab control and property pages problem Pin
David Crow22-Apr-09 9:11
David Crow22-Apr-09 9:11 
AnswerRe: tab control and property pages problem Pin
FISH78622-Apr-09 9:19
FISH78622-Apr-09 9:19 
QuestionRe: tab control and property pages problem Pin
David Crow22-Apr-09 9:22
David Crow22-Apr-09 9:22 
AnswerRe: tab control and property pages problem Pin
FISH78622-Apr-09 9:24
FISH78622-Apr-09 9:24 
QuestionRe: tab control and property pages problem Pin
David Crow22-Apr-09 9:27
David Crow22-Apr-09 9:27 
AnswerRe: tab control and property pages problem Pin
FISH78622-Apr-09 9:28
FISH78622-Apr-09 9:28 
GeneralRe: tab control and property pages problem Pin
David Crow22-Apr-09 9:41
David Crow22-Apr-09 9:41 
GeneralRe: tab control and property pages problem Pin
FISH78622-Apr-09 9:59
FISH78622-Apr-09 9:59 
QuestionCDO mail header setting please help Pin
only_jack22-Apr-09 2:25
only_jack22-Apr-09 2:25 
QuestionRetrieve data field from HL7 message in VC++ Pin
Abhijit D. Babar22-Apr-09 1:55
Abhijit D. Babar22-Apr-09 1:55 
QuestionRe: Retrieve data field from HL7 message in VC++ Pin
David Crow22-Apr-09 4:58
David Crow22-Apr-09 4:58 
AnswerRe: Retrieve data field from HL7 message in VC++ Pin
Stuart Dootson22-Apr-09 5:28
professionalStuart Dootson22-Apr-09 5:28 
GeneralRe: Retrieve data field from HL7 message in VC++ Pin
David Crow22-Apr-09 5:37
David Crow22-Apr-09 5:37 
GeneralRe: Retrieve data field from HL7 message in VC++ Pin
Abhijit D. Babar24-Apr-09 0:17
Abhijit D. Babar24-Apr-09 0:17 
AnswerRe: Retrieve data field from HL7 message in VC++ Pin
Abhijit D. Babar24-Apr-09 0:21
Abhijit D. Babar24-Apr-09 0:21 
QuestionEmail Notification for Outlook Express 6 Pin
ganesh.dp22-Apr-09 1:28
ganesh.dp22-Apr-09 1:28 

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.