// JP opened flex table

Click to See Complete Forum and Search --> : How to remove frame border.


pabitradash
November 20th, 2001, 12:54 PM
I have a MDI application. I want to remove the
thick frame border from mainframe window.

PDash

snoopy779ind
November 21st, 2001, 04:23 AM
call
ModifyStyle(WS_OVERLAPPEDWINDOW, 0,SWP_FRAMECHANGED)

in the cframewnd derived class's oncreate function

pabitradash
November 21st, 2001, 10:44 AM
Hi,

Sorry, it didn't work out.

Regards,
Pabitra

PDash

john dixson
November 21st, 2001, 06:12 PM
Try modifying the style on the PreCreateWindow() function

//JP added flex table