how to change form border color?

  • Thread starter Thread starter dpenny
  • Start date Start date
D

dpenny

I cannot figure out how to change a form (not a control) border color
The VBE gives you an option to do it in properties, BUT, nothin
changes on the form. I want to get away from the std. MS blue border.

These are the forms in VBE.

All of the other properties work, but bordor color does not. Not eve
with the specialproperties thingy. (maybe i spelled it wrong)

Why is this so difficult
 
Hello Dpenny

You also need to set the "BorderStyle" property t
"fmBorderStyleSingle"

Sincerely
Leith Ros
 
But that only effects a 1 pixel border which is inside of MS standard
blue border.

How do you change the color of the MS standard blue border??
 

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

Back
Top