CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2009
    Posts
    1

    how make a transparent menu

    Hi

    I have problem with menu in desktop application. I would like make a transparent menu like it attached on this website: http://www.wpftutorial.net/.
    At first I thought that one thing I have to do is set "Opacity" property on value less than 1. But isn't work correctly. (only text on menu is transparent, not all menu). I try set background on transparent but it isn't work too.
    Could you help me.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / MS MVP Power Poster Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+)
    Join Date
    Aug 2004
    Posts
    10,345

    Re: how make a transparent menu

    You'll need to create your own style for the menu and set the appropriate attributes to transparent. Use Expression to grab the default style for the menu and then edit it as you wish.

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width