Runtime Look Is Different Than Design Look

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Cook

    #1

    Runtime Look Is Different Than Design Look

    Some of my controls look different when running vs. when in design mode. For
    example, a button looks rounded and has a nice shinny look when I am looking
    at it in the design mode, however when I run it through the IDE it looks like
    a standard VB6 button. The same with my tabs. Any ideas?


  • Herfried K. Wagner [MVP]

    #2
    Re: Runtime Look Is Different Than Design Look

    "Michael Cook" <MichaelCook@di scussions.micro soft.comschrieb :
    Some of my controls look different when running vs. when in design mode.
    For
    example, a button looks rounded and has a nice shinny look when I am
    looking
    at it in the design mode, however when I run it through the IDE it looks
    like
    a standard VB6 button. The same with my tabs. Any ideas?
    Which version of VS are you using? If you are using VS 2005, did you enable
    visual styles in the project's application framework settings? Are visual
    styles enabled in Windows?

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...