How I make a form With out the top bar using templates
How I make a form With out the top bar using templates
(OP)
I mean
What I have to do to make a from whit out title or caption I don’t want the
Blue bar than usually is on the top of the from.
If somebody can answer this question I will appreciate so mush
thank
What I have to do to make a from whit out title or caption I don’t want the
Blue bar than usually is on the top of the from.
If somebody can answer this question I will appreciate so mush
thank
RE: How I make a form With out the top bar using templates
In VFP6, just set the TitleBar property to 0.
In previous versions, you need to set the ControlBox, MinButton, MaxButton, Closable, Movable properties of the form to false and delete the caption. That should take care of it.
Jon
RE: How I make a form With out the top bar using templates
Was exactly what I needed
I did it
thank .
Javierp