Click to See Complete Forum and Search --> : ControlBar problems when there isn't a doc/view


April 6th, 1999, 12:04 AM
Hi,

I removed the document and view from my app by rewriting the InitInstance() function of my app class to manually register and show the window.But for some reason my toolbar and statusbar don't look like part of the window. They're drawn *inside* the client area, instead of looking like an extension of the window, *outside* the client area, and they flicker a lot when I resize the window. I don't have any use for the Doc/View, and in fact it kind of gets in the way. How can I make it look more "normal"?

Thanks,

Garrett