Can I remove the top bar on a form?

J

Jerry Crosby

I'm working on a form and I'd like to remove the top bar (blue on my screen)
where the caption, minimize/maximize and close buttons normally reside. I
have set those elements to not show anyway. I just want a simple form, with
the background color I select, etc.and nothing additional at the top.

Can it be done?

Jerry
 
A

Allen Browne

Set the form's BorderStyle to None, and its title bar will disappear as
well.
 
J

Jerry Crosby

Thanks, Alan. That got me what I was looking for.

Is there a way to place just a tiny border around the form? I experimented
with the other options in BorderStyle, but as you know, all the others
include the top bar. the "none" option seems to make the edge bland. Maybe
I'm being too picky!

Thanks again.

Jerry
 
A

Allen Browne

Beyond that you are probably looking at API calls to manipuate the child
window in ways that VBA cannot directly.
 
J

Jerry Crosby

All of a sudden I am very happy with the way I have it! Too deep for me!

Thanks, Allen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top