Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. YANQ - Yet Another Newbie Question - Menus

YANQ - Yet Another Newbie Question - Menus

Scheduled Pinned Locked Moved C#
question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Larry J Siddens
    wrote on last edited by
    #1

    How do you add the bitmaps (without pulling teeth) to the menus? Larry J. Siddens

    H B 2 Replies Last reply
    0
    • L Larry J Siddens

      How do you add the bitmaps (without pulling teeth) to the menus? Larry J. Siddens

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      Dr. GUI on MSDN had an article some time back that presented a pretty easy way of doing it: http://msdn.microsoft.com/library/en-us/dnaskdr/html/askgui11062001.asp[^]. You should also check out the articles here on CodeProject by searching the site. There has been several articles discussing other ways or even providing libraries if you don't want to write your own.

      -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

      L 1 Reply Last reply
      0
      • H Heath Stewart

        Dr. GUI on MSDN had an article some time back that presented a pretty easy way of doing it: http://msdn.microsoft.com/library/en-us/dnaskdr/html/askgui11062001.asp[^]. You should also check out the articles here on CodeProject by searching the site. There has been several articles discussing other ways or even providing libraries if you don't want to write your own.

        -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

        L Offline
        L Offline
        Larry J Siddens
        wrote on last edited by
        #3

        So, there is no easy way to enable the XP styles for the menus like you can for the controls? Fooie! Larry J. Siddens

        H 1 Reply Last reply
        0
        • L Larry J Siddens

          So, there is no easy way to enable the XP styles for the menus like you can for the controls? Fooie! Larry J. Siddens

          H Offline
          H Offline
          Heath Stewart
          wrote on last edited by
          #4

          XP visual styles have nothing to do with bitmaps on menu items. They are entirely independent of each other. You asked about menu item bitmaps - not XP visual styles. I have written an article on XP visual styles here: http://www.codeproject.com/csharp/dotnetvisualstyles.asp[^] If you are using .NET 1.1 or higher, you can also call Application.EnableVisualStyles() before you call Application.Run in your entry point method (Main). That's also mentioned in the article forum for the article link I gave you above.

          -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

          1 Reply Last reply
          0
          • L Larry J Siddens

            How do you add the bitmaps (without pulling teeth) to the menus? Larry J. Siddens

            B Offline
            B Offline
            blakeb_1
            wrote on last edited by
            #5

            You could use the Magic Library. It has Windox XP style menu components. You can get it on the code project site.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups