Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Zdeslav Vojkovic9-Apr-03 23:38
Zdeslav Vojkovic9-Apr-03 23:38 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Toni7810-Apr-03 18:58
Toni7810-Apr-03 18:58 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Zdeslav Vojkovic10-Apr-03 21:28
Zdeslav Vojkovic10-Apr-03 21:28 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Toni7810-Apr-03 22:35
Toni7810-Apr-03 22:35 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Zdeslav Vojkovic10-Apr-03 23:56
Zdeslav Vojkovic10-Apr-03 23:56 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Toni7811-Apr-03 21:57
Toni7811-Apr-03 21:57 
GeneralRe: Cannot run my ADO program in Win 95 Pin
Zdeslav Vojkovic13-Apr-03 22:25
Zdeslav Vojkovic13-Apr-03 22:25 
GeneralNeed Help on Tab Ctrl Pin
kyoshiro9-Apr-03 19:44
kyoshiro9-Apr-03 19:44 
Hi, i new to Visual C++ and have some enquery about tab control, hope to get some expert guidance.
Previously i made a tab control with 3 tabs but both 3 tabs have nothing on it. How do i customise each tab control? (Example) Such as tab1 with dropdown list, tab2 with radiobuttons, tab3 with text field.
I have seen some other project which they design each tab on its own using the dialog resource. Do i need to do it that way? If that is the case, I need to design 3 dialog for my 3 tabs ? Help really needed here.

m_tab_ctrl.InsertItem(0, "Tab 1");
m_tab_ctrl.InsertItem(1, "Tab 2");
m_tab_ctrl.InsertItem(2, "Tab 3");
i had included the above code in the CDialog::OnInitDialog();
Any solutions? Thanks in advance. Smile | :)

I green to Visual C++, Please be gentle to me. (Simpler terms pleaseSmile | :) )
GeneralRe: Need Help on Tab Ctrl Pin
Cedric Moonen9-Apr-03 20:10
Cedric Moonen9-Apr-03 20:10 
GeneralRe: Need Help on Tab Ctrl Pin
Joan M9-Apr-03 20:44
professionalJoan M9-Apr-03 20:44 
GeneralSwitch statement and while loop Pin
Aaron Knox9-Apr-03 19:08
Aaron Knox9-Apr-03 19:08 
GeneralRe: Switch statement and while loop Pin
Joaquín M López Muñoz9-Apr-03 19:41
Joaquín M López Muñoz9-Apr-03 19:41 
GeneralRe: Switch statement and while loop Pin
Aaron Knox10-Apr-03 2:57
Aaron Knox10-Apr-03 2:57 
GeneralDate Time Picker problem Pin
rohit.dhamija9-Apr-03 18:25
rohit.dhamija9-Apr-03 18:25 
GeneralRe: Date Time Picker problem Pin
JohnJ9-Apr-03 19:44
JohnJ9-Apr-03 19:44 
GeneralProblem with SetWindowPos() function Pin
julia20009-Apr-03 17:34
julia20009-Apr-03 17:34 
GeneralRe: Problem with SetWindowPos() function Pin
Nish Nishant9-Apr-03 18:23
sitebuilderNish Nishant9-Apr-03 18:23 
GeneralRe: Problem with SetWindowPos() function Pin
julia20009-Apr-03 19:20
julia20009-Apr-03 19:20 
GeneralModifyStyle(......) Pin
ZarrinPour9-Apr-03 17:32
ZarrinPour9-Apr-03 17:32 
GeneralRe: ModifyStyle(......) Pin
Dave Bryant9-Apr-03 17:55
Dave Bryant9-Apr-03 17:55 
GeneralRe: ModifyStyle(......) Pin
Maximilien10-Apr-03 2:36
Maximilien10-Apr-03 2:36 
GeneralWM_RBUTTONDOWN message in dialog-based application Pin
Member 2592879-Apr-03 16:21
Member 2592879-Apr-03 16:21 
GeneralRe: WM_RBUTTONDOWN message in dialog-based application Pin
Nish Nishant9-Apr-03 17:25
sitebuilderNish Nishant9-Apr-03 17:25 
GeneralI have a problem about ID_FILE_SAVE and ID_FILE_PRINT Pin
-=JoKeR=-9-Apr-03 15:40
-=JoKeR=-9-Apr-03 15:40 
GeneralRe: I have a problem about ID_FILE_SAVE and ID_FILE_PRINT Pin
CodeBrain9-Apr-03 21:38
CodeBrain9-Apr-03 21: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.