Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

How would I go about designing a graphical menu for my application, using a picture instead of the normal dropdown menu's.

 

For example, would I design a picture in something loke Photoshop and then set the background of the form to that picture, or is there a better way !!!

 

Thanks

Posted

I wanted to develop a background that looked like a roadmap / flowchart that users could click on to load a particular windows form. The only way that I can think of doing this is to draw a picture in a graphics package and then set that image to the background of my windows form. I could then place buttons over the top of the image.

 

I was just wondering how everyone else was accomplishing this sort of design.

  • *Experts*
Posted

Ah, when I saw you talking about images on menus I thought about the link i mentioned.

So you want to select some spots on the image and open a new form based on which one was selected, but without buttons? In that case, you could add a collection of Rectangle object to your code. Then, with every MouseDown event occurence, go through every Rectangle and use its Contains method to see if the current mouse coordinates are in the rectangle.

Posted
Thanks mutant, although I was more interested in how people would go about designing the actual image itself. Photoshop, .Net GDI+ ..... as I have never done graphics design at all and wanted to make sure I was going to learn the best method for image work.
  • *Experts*
Posted

Ah, :)

I would guess that most professional 2D graphics designers use Photoshop. Its the most popular program for that. There are others like PaintShop Pro or Macromedia Fireworks, but they are not as widely used but from what I heard still good.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...