[Win32gui-code] toolbar control problem
Status: Beta
Brought to you by:
jtorjo
From: ray <haa...@gm...> - 2005-11-13 07:24:57
|
I wrote the following code about toolbar, but it doesn't work: wnd<> top = create_wnd<sdi_frame>(null_wnd); create_wnd<toolbar>(IDR_TOOLBAR1, top); when I run it, strange crash occurs. If I use rebar, as a band's child, it works. But I don't want to use rebar. Is it a bug? TIA. |