CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  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 / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    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.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured