Ah, the baby steps I'm starting to take.....
I am using SetWindowLong (and the subsequent SetWindowPos)
to update an existing window. I do not want a window where
the cursor changes to a resize icon so I decided to use the
WS_DLGFRAME constant. That works okay but now the form displays
with a title bar that I don't want (I have my own "fake" title
bar that I move into place at the upper left corner of the
window.
Can anyone tell me how to get rid of the titlebar?
Thanks,
------------------
Paul Squires
mailto:[email protected][email protected]</A>
I am using SetWindowLong (and the subsequent SetWindowPos)
to update an existing window. I do not want a window where
the cursor changes to a resize icon so I decided to use the
WS_DLGFRAME constant. That works okay but now the form displays
with a title bar that I don't want (I have my own "fake" title
bar that I move into place at the upper left corner of the
window.
Can anyone tell me how to get rid of the titlebar?
Thanks,
------------------
Paul Squires
mailto:[email protected][email protected]</A>
Comment