Vista GUI in Visual C# Express?

  • Thread starter Thread starter Zack Whittaker \(R2 Mentor\)
  • Start date Start date
Z

Zack Whittaker \(R2 Mentor\)

Hey,

In Visual C# 2005 Express, can you make your application look like a Vista application
with the black bars and the transparancy? If so, where would I download the tool from?

Thanks :o)

--
Zack Whittaker
Microsoft Beta (Windows Server R2 Beta Mentor)
» ZackNET Enterprises: www.zacknet.cjb.net
» MSBlog on ResDev: http://msblog.resdev.net
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, mother or cat. Let's be clear on that one!
 
Zack,

No, you can not. The only way you could do this is if you handled the
painting the window yourself. The appearance of applications in vista is a
result of the default rendering of your app on Vista. In other words, you
would have you run your app on Vista to get render the window in that
manner, or draw the frame custom yourself.

Hope this helps.
 
Back
Top