Re: [nsbasic-ce] Frame border

2009-02-23 Thread George Henne
You're right - borderStyle does not work. Go ahead and try setting the WindowLong property - it should do the same at SetWindowLong. >Hi, > >I am using frames to move forms and to show / hide groups of controls. >Is there any way to get rid of the border of the frame ? I tried >frame.BorderStyl

[nsbasic-ce] Frame border

2009-02-23 Thread jingjok67
Hi, I am using frames to move forms and to show / hide groups of controls. Is there any way to get rid of the border of the frame ? I tried frame.BorderStyle = 0 as in eVB but the border does not disappear. BackColor only affects the caption. Can I use the SetWindowLong API for this ? Thanks...