Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FindFirstChangeNotification Pin
Rob Manderson22-Jan-04 0:11
protectorRob Manderson22-Jan-04 0:11 
GeneralRe: FindFirstChangeNotification Pin
Rob Caldecott22-Jan-04 0:23
Rob Caldecott22-Jan-04 0:23 
GeneralRe: FindFirstChangeNotification Pin
Rob Manderson22-Jan-04 0:33
protectorRob Manderson22-Jan-04 0:33 
GeneralRe: FindFirstChangeNotification Pin
basementman22-Jan-04 12:08
basementman22-Jan-04 12:08 
GeneralRe: FindFirstChangeNotification Pin
Rob Manderson22-Jan-04 12:35
protectorRob Manderson22-Jan-04 12:35 
GeneralRe: FindFirstChangeNotification Pin
basementman23-Jan-04 4:21
basementman23-Jan-04 4:21 
GeneralRe: FindFirstChangeNotification Pin
Yogurt22-Jan-04 0:01
Yogurt22-Jan-04 0:01 
Questiontoolbar on CDialogBar??? Pin
Balkrishna Talele21-Jan-04 22:23
Balkrishna Talele21-Jan-04 22:23 
Hello,
Is it possible to have toolbar on CDialogBar, while my CDialogBar in on CRebar..
the code is as follows
private :
CStatusBar m_wndStatusBar;
CToolBar m_wndToolBar;
CMyDialogBar m_wndDialogBar;
CReBar r1 ;
CBitmap bitmap;

.
.
.
r1.Create(this);

!m_wndDialogBar.Create(IDD_DIALOGBARX,this)
m_wndToolBar.CreateEx(this, WS_CHILD|TBSTYLE_FLAT | TBSTYLE_TRANSPARENT ));
m_wndToolBar.LoadToolBar(IDR_MAINFRAME);
.
.
r1.AddBar(&m_wndDialogBar, "Second Rebar" ,0,RBBS_GRIPPERALWAYS | RBBS_CHILDEDGE ) ;
r1.AddBar ( &m_wndToolBar, "First Rebar" ,0,RBBS_GRIPPERALWAYS | RBBS_CHILDEDGE ) ;

Now what I want is toolbar on Dialog Bar..while my dialog bar in on Rebar..is it possible, if so How???
regards
Balkrishna Talele
GeneralPlease help Pin
30jenny21-Jan-04 22:21
30jenny21-Jan-04 22:21 
GeneralRe: Please help Pin
Mukkie25-Jan-04 8:20
Mukkie25-Jan-04 8:20 
Generalopening a doc in IE Pin
Abhi Lahare21-Jan-04 22:19
Abhi Lahare21-Jan-04 22:19 
GeneralRe: opening a doc in IE Pin
alex.barylski21-Jan-04 22:45
alex.barylski21-Jan-04 22:45 
GeneralRe: opening a doc in IE Pin
22491722-Jan-04 0:48
22491722-Jan-04 0:48 
GeneralRe: opening a doc in IE Pin
Abhi Lahare22-Jan-04 17:57
Abhi Lahare22-Jan-04 17:57 
GeneralRe: opening a doc in IE Pin
22491722-Jan-04 23:51
22491722-Jan-04 23:51 
GeneralRe: opening a doc in IE Pin
Abhi Lahare23-Jan-04 0:26
Abhi Lahare23-Jan-04 0:26 
GeneralListbox select Pin
chadell21-Jan-04 21:39
chadell21-Jan-04 21:39 
GeneralRe: Listbox select Pin
Abhi Lahare21-Jan-04 22:16
Abhi Lahare21-Jan-04 22:16 
GeneralRe: Listbox select Pin
Abhi Lahare21-Jan-04 22:26
Abhi Lahare21-Jan-04 22:26 
GeneralComboBox Pin
waliop21-Jan-04 20:26
waliop21-Jan-04 20:26 
GeneralRe: ComboBox Pin
alex.barylski21-Jan-04 22:41
alex.barylski21-Jan-04 22:41 
GeneralRegistry Spy Pin
Monty221-Jan-04 18:53
Monty221-Jan-04 18:53 
GeneralRe: Registry Spy Pin
Dudi Avramov21-Jan-04 22:23
Dudi Avramov21-Jan-04 22:23 
GeneralRe: Registry Spy Pin
Balkrishna Talele21-Jan-04 22:29
Balkrishna Talele21-Jan-04 22:29 
GeneralCRichEditCtrl line break reverting Pin
Shah Shehpori21-Jan-04 17:41
sussShah Shehpori21-Jan-04 17:41 

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.