Click here to Skip to main content
15,902,636 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCan't load string from resource DLL's string table Pin
s_k15-Jul-03 1:17
s_k15-Jul-03 1:17 
GeneralRe: Can't load string from resource DLL's string table Pin
Mike Dimmick15-Jul-03 2:18
Mike Dimmick15-Jul-03 2:18 
GeneralRe: Can't load string from resource DLL's string table Pin
s_k15-Jul-03 2:26
s_k15-Jul-03 2:26 
GeneralRe: Can't load string from resource DLL's string table Pin
Mike Dimmick15-Jul-03 2:38
Mike Dimmick15-Jul-03 2:38 
GeneralRe: Can't load string from resource DLL's string table Pin
s_k15-Jul-03 3:14
s_k15-Jul-03 3:14 
GeneralMDI Application Pin
SatyaDY15-Jul-03 0:14
SatyaDY15-Jul-03 0:14 
GeneralRe: MDI Application Pin
Neville Franks15-Jul-03 1:32
Neville Franks15-Jul-03 1:32 
GeneralToolbar in CDialog Pin
_crs_14-Jul-03 23:22
_crs_14-Jul-03 23:22 
hello,

I have a problem ... I want to create a CDialog ... and add to it a toobar
i have tried

m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC);

m_wndToolBar.LoadToolBar(IDR_MAINFRAME);

where m_wndToolBar is a member of my CDialog class and IDR_MAINFRAME is the resource ID for my toolbar and... this code is in OnInitDialog event ...

the functions return OK but the toolbar isn't there ....

please help ..... thanks !!!!!!
GeneralRe: Toolbar in CDialog Pin
iceage15-Jul-03 0:04
iceage15-Jul-03 0:04 
GeneralRe: Toolbar in CDialog Pin
_crs_15-Jul-03 1:29
_crs_15-Jul-03 1:29 
GeneralRe: Windows Service Pin
Mike Dimmick15-Jul-03 2:16
Mike Dimmick15-Jul-03 2:16 
GeneralRe: Windows Service Pin
Xiangyang Liu 刘向阳15-Jul-03 2:22
Xiangyang Liu 刘向阳15-Jul-03 2:22 
GeneralRe: Windows Service Pin
Mike Dimmick15-Jul-03 3:14
Mike Dimmick15-Jul-03 3:14 
GeneralCheck which document is active Pin
eddymohd14-Jul-03 22:42
eddymohd14-Jul-03 22:42 
GeneralRe: Check which document is active Pin
Eugene Pustovoyt14-Jul-03 23:28
Eugene Pustovoyt14-Jul-03 23:28 
GeneralRe: Check which document is active Pin
eddymohd15-Jul-03 15:46
eddymohd15-Jul-03 15:46 
GeneralFind window under other window Pin
Eugene Pustovoyt14-Jul-03 21:02
Eugene Pustovoyt14-Jul-03 21:02 
GeneralRe: Find window under other window Pin
Ryan Binns14-Jul-03 23:14
Ryan Binns14-Jul-03 23:14 
GeneralRe: Find window under other window Pin
Eugene Pustovoyt14-Jul-03 23:52
Eugene Pustovoyt14-Jul-03 23:52 
GeneralRe: Find window under other window Pin
Ryan Binns15-Jul-03 0:13
Ryan Binns15-Jul-03 0:13 
GeneralRe: Find window under other window Pin
Eugene Pustovoyt15-Jul-03 0:43
Eugene Pustovoyt15-Jul-03 0:43 
GeneralRe: Find window under other window Pin
Ryan Binns15-Jul-03 0:54
Ryan Binns15-Jul-03 0:54 
GeneralRe: Find window under other window Pin
Eugene Pustovoyt15-Jul-03 0:59
Eugene Pustovoyt15-Jul-03 0:59 
GeneralRe: Find window under other window Pin
Ryan Binns15-Jul-03 1:12
Ryan Binns15-Jul-03 1:12 
Questionhow to create an import specification programmatically in MS Access. Pin
vcseeker14-Jul-03 20:37
vcseeker14-Jul-03 20:37 

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.