Originally posted by: Sergey Grinev
if (!CWnd::Create(wndclass, lpszWindowName, dwStyle,
Maybe any ideas?
CSizingControlBar::Create() pop up "Application Error" on this line in the Release version (works fine in Debug):
CRect(0, 0, 0, 0), pParentWnd, nID))
return FALSE;
Originally posted by: Praveen
Please help..
Thanks
Hello,
I have a SDI and an CListCtrl class. I want to implement docking to the object of the CListCtrl class that i have in the SDI document.
Originally posted by: Lee
Must I simulate the FrameWnd class's member funtions-EnableDocking(),DockControlBar() etc?Who can help me?
Thanks in advance.
Originally posted by: Jerry Gadd
This is probably a silly question.
I am not experianced with Doc/View apps
My Doc needs to display data in my Docking Bars.
How can I pass the Docking Bars to my Document?
Originally posted by: Cristi Posea
Hello everyone!
I submited the updated code and article contents a few months ago (in Aug to be more precise). Still no update to this page. Until the new contents shows up here, you can find the latest version of the code here:
Reply
Originally posted by: Johnthan Chau
Mr. Cristi Posea:
it's just i want!
but i want to know how to fulfill sheridan's activelistbar on "my bar".
Originally posted by: John
In my CSizingDialogBar derived class i�ve been drawing my own maximizebutton ... now i would like my controlbar to maximize ( or resizing it 90% ) onclick ...
Should i use SendMessage or override some function ?
I appreciate any help , thanks
Great code by the way =)
// John
Reply
Originally posted by: Ron Bessems
Hi,
Does anyone know how to get the Classwizard to
show the CSizingControlBar class? I've seen that in
the example source the Classwizzard does display
this class, but i can't find where to set that.
any help would be appreciated.
Ron
ReplyOriginally posted by: xuluo
thanks,
xu luo
I used this class created my docking windows well. I created some objects as listbox, listview well. But I don't know how to handle this windows and its sub objects as I can better to control the object in my app.
Originally posted by: Umair Azeem
dears
I am working on a graphic software which have two windows. (DOCKED)
In first window there exists different graphical pieces, which the user drags and drops into the second window. There he\she can join with other pieces to construct objects of his\her own choice in 3D.
please help me in doing this.
NOTE: I have started working in MFC in prev month, so not much knowledge.
thanks
UMAIR
Reply