
Creating Borderless Child Windows in an MDI application
Is it possible to create borderless windows in an MDI application? It seems
that no matter what styles we turn on or off in the PreCreateWindow
function, at least a thin border is always placed on the window. Can the
border be removed after creation using the CWnd::ModifyStyle function?
Thanks for any help
Larry Nuttall