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

C / C++ / MFC

 
GeneralRe: Store window size and position Pin
1-Nov-01 22:33
suss1-Nov-01 22:33 
GeneralRe: Store window size and position Pin
Jon Hulatt1-Nov-01 22:57
Jon Hulatt1-Nov-01 22:57 
Generalfocus to button Pin
peterchen1-Nov-01 22:12
peterchen1-Nov-01 22:12 
GeneralRe: focus to button Pin
Nish Nishant1-Nov-01 22:17
sitebuilderNish Nishant1-Nov-01 22:17 
GeneralRe: focus to button Pin
peterchen1-Nov-01 22:34
peterchen1-Nov-01 22:34 
GeneralRe: focus to button Pin
Nish Nishant1-Nov-01 23:06
sitebuilderNish Nishant1-Nov-01 23:06 
GeneralRe: focus to button Pin
peterchen6-Nov-01 11:31
peterchen6-Nov-01 11:31 
GeneralCTabCtrl in CRecordView Pin
Statbat1-Nov-01 21:12
Statbat1-Nov-01 21:12 
Hi,

I am working on SDI Database application. I have a class CLibraryView inherited from the CRecordView. CLibraryView class has a formview dialog. I have inserted a CTabCtrl on the Form in the resource editor. OnInitialUpdate method of the CLibraryView I have updated the CTabCtrl to insert tabs.


// Insert First Tab
tci.pszText = "Issued Books";
((CTabCtrl *)GetDlgItem(IDC_TABMAIN))->InsertItem(0,&tci);


// Insert Second Tab
tci.pszText = "Library Books";
((CTabCtrl *)GetDlgItem(IDC_TABMAIN))->InsertItem(1,&tci);

// Insert Third Tab
tci.pszText = "Library Members";
((CTabCtrl *)GetDlgItem(IDC_TABMAIN))->InsertItem(2,&tci);


Now I want to insert the different layouts of CEdits & CButtons on different tabs. How can I do so? I mean each should have different layout. How to make it possible any idea in CRecordView scenario? I have an example in my book but it tells in simple CFrameWnd scenario where each stuff is created with Create member function.

Plz help......

Thanks for ur time .....

~Statbat( );
QuestionHow to include the required dlls into my dll? Pin
SubbaReddy M1-Nov-01 20:58
SubbaReddy M1-Nov-01 20:58 
AnswerRe: How to include the required dlls into my dll? Pin
Steen Krogsgaard1-Nov-01 21:15
Steen Krogsgaard1-Nov-01 21:15 
GeneralSockets Pin
Adrian Metcalfe1-Nov-01 20:47
Adrian Metcalfe1-Nov-01 20:47 
GeneralRe: Sockets Pin
Nish Nishant1-Nov-01 20:58
sitebuilderNish Nishant1-Nov-01 20:58 
GeneralRe: Sockets Pin
markkuk1-Nov-01 20:59
markkuk1-Nov-01 20:59 
GeneralWindow freezes when ActiveX is used in a DLL Pin
1-Nov-01 20:21
suss1-Nov-01 20:21 
GeneralRefreshing setting after registry changed... Pin
Joshua Guy1-Nov-01 18:06
Joshua Guy1-Nov-01 18:06 
GeneralRe: Refreshing setting after registry changed... Pin
Nish Nishant1-Nov-01 20:34
sitebuilderNish Nishant1-Nov-01 20:34 
GeneralRe: Refreshing setting after registry changed... Pin
Joshua Guy2-Nov-01 4:45
Joshua Guy2-Nov-01 4:45 
GeneralA Thready Question Pin
Xavier Shay1-Nov-01 17:03
Xavier Shay1-Nov-01 17:03 
GeneralRe: A Thready Question Pin
Nish Nishant1-Nov-01 17:09
sitebuilderNish Nishant1-Nov-01 17:09 
GeneralRe: A Thready Question Pin
Xavier Shay1-Nov-01 17:23
Xavier Shay1-Nov-01 17:23 
GeneralRe: A Thready Question Pin
Nish Nishant1-Nov-01 17:35
sitebuilderNish Nishant1-Nov-01 17:35 
GeneralRe: A Thready Question Pin
Michael Dunn1-Nov-01 17:43
sitebuilderMichael Dunn1-Nov-01 17:43 
GeneralRe: A Thready Question Pin
Deepak Khajuria1-Nov-01 20:44
Deepak Khajuria1-Nov-01 20:44 
GeneralRe: A Thready Question Pin
Nish Nishant1-Nov-01 20:48
sitebuilderNish Nishant1-Nov-01 20:48 
GeneralRe: A Thready Question Pin
Deepak Khajuria1-Nov-01 21:02
Deepak Khajuria1-Nov-01 21:02 

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.