![]() |
Please guide me on how to get textBox values from subTabControl into maintabControl.
Hi all,
I want to get textBox values from subTabControl into maintabControl. Follwing is my code that i written in mainTabControl: IDC_EDITMCNO_SUB is textbox in subTabControl and MacNo_Sub is variable for IDC_EDITMCNO_SUB, i trying to get value from IDC_EDITMCNO_SUB and assign the value to textbox in mainTabControl which namely IDC_EDITMCNO_MAIN. McNo_Main is variable for IDC_EDITMCNO_MAIN. Code: CPP
can anyone help me to get the value from IDC_EDITMCNO_SUB?? Please show me some guide to solve this problem..its very urgent for me.. I very appreciate your help.. Thanks very much . Regards: Alice |
Re: Please guide me on how to get textBox values from subTabControl into maintabContr
I think, both GetDlgItemText and SetDlgItemText require 4 args ... :?
Refer : (1) GetDlgItemText : http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx (2) SetDlgItemText : http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx |
Re: Please guide me on how to get textBox values from subTabControl into maintabContr
hi, thanks for your replay..
i will look through on it..:pleased: regards : alice |
| All times are GMT +5.5. The time now is 03:16. |