office 2003 style controls

  • Thread starter Thread starter guy
  • Start date Start date
Hi Guy,

Are you aware that if you are running xp, your command buttons, radio
buttons, checkboxes, etc can appear as xp style simply by adding
Public Sub New()

MyBase.New()

Application.EnableVisualStyles()

Application.DoEvents()

in your startup method? After that, all you have to do is assign flat style
'system' to command buttons and you will have xp style controls.

HTH,

Bernie Yaeger
 

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