Click here to Skip to main content
16,011,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaleek! CBrush & SelectObject problem Urgent cwk Pin
smiler8-Jan-03 3:44
smiler8-Jan-03 3:44 
GeneralRe: eek! CBrush & SelectObject problem Urgent cwk Pin
56789012348-Jan-03 3:57
56789012348-Jan-03 3:57 
GeneralRe: eek! CBrush & SelectObject problem Urgent cwk Pin
smiler8-Jan-03 4:16
smiler8-Jan-03 4:16 
GeneralRe: eek! CBrush & SelectObject problem Urgent cwk Pin
jhwurmbach8-Jan-03 4:06
jhwurmbach8-Jan-03 4:06 
Generalsplitting the window Pin
atif_8-Jan-03 2:49
atif_8-Jan-03 2:49 
Generalvisiodistributing application Pin
asif baba8-Jan-03 2:48
sussasif baba8-Jan-03 2:48 
GeneralRe: visiodistributing application Pin
jmkhael8-Jan-03 3:13
jmkhael8-Jan-03 3:13 
Generalmaking dynamic splitting static Pin
atif_8-Jan-03 2:29
atif_8-Jan-03 2:29 
Hi Friends

I created an MFC Application using AppWizard with the option "Split Window"(something like this) in the 4th step's advanced section. It splits the window dynamically.

Can I make this dynamic splitting static ??
by calling 'CreateStatic' instead of 'Create' in CFrameWnd::OnCreateClient
i.e

BOOL CmyMain::OnCreateClient( 'parameters' )
{
// creating splitter
m_wndSplitter.CreateStatic(this,
1 // one row
2 // two columns
)
return TRUE;
}

Will it solve my problem or i need the other stuffs ??
If YES the please identify them also

BTW Do I need to create view for each splitted window ??

you can reply me at aatifaqeel@yahoo.com

Thanx for helping me
GeneralInterested in Packet filtering Pin
summo8-Jan-03 2:19
summo8-Jan-03 2:19 
GeneralNeed help in Firewall development Pin
summo8-Jan-03 1:58
summo8-Jan-03 1:58 
GeneralRe: Need help in Firewall development Pin
jmkhael8-Jan-03 2:40
jmkhael8-Jan-03 2:40 
GeneralCRichEditCtrl Problem Persist Pin
Ricky_TheBard8-Jan-03 1:52
Ricky_TheBard8-Jan-03 1:52 
GeneralRe: CRichEditCtrl Problem Persist Pin
Roger Allen8-Jan-03 2:19
Roger Allen8-Jan-03 2:19 
GeneralRe: CRichEditCtrl Problem Persist Pin
Ricky_TheBard8-Jan-03 2:31
Ricky_TheBard8-Jan-03 2:31 
GeneralCPaintDC vs CClientDC Pin
nelzanoide8-Jan-03 1:42
nelzanoide8-Jan-03 1:42 
GeneralRe: CPaintDC vs CClientDC Pin
56789012348-Jan-03 4:01
56789012348-Jan-03 4:01 
GeneralRe: CPaintDC vs CClientDC Pin
nelzanoide8-Jan-03 4:12
nelzanoide8-Jan-03 4:12 
GeneralRe: CPaintDC vs CClientDC Pin
56789012348-Jan-03 4:24
56789012348-Jan-03 4:24 
GeneralRe: CPaintDC vs CClientDC Pin
nelzanoide8-Jan-03 4:36
nelzanoide8-Jan-03 4:36 
GeneralRe: CPaintDC vs CClientDC Pin
Alois Kraus8-Jan-03 4:42
Alois Kraus8-Jan-03 4:42 
GeneralRe: CPaintDC vs CClientDC Pin
nelzanoide8-Jan-03 4:46
nelzanoide8-Jan-03 4:46 
GeneralSet width of divider i CHeaderCtrl Pin
Telefonen8-Jan-03 0:54
Telefonen8-Jan-03 0:54 
GeneralRunning a file from memory Pin
Kayembi8-Jan-03 0:51
Kayembi8-Jan-03 0:51 
GeneralRe: Running a file from memory Pin
xxhimanshu8-Jan-03 2:04
xxhimanshu8-Jan-03 2:04 
GeneralAbout CRecordSet Pin
SatyaDY8-Jan-03 0:51
SatyaDY8-Jan-03 0:51 

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.