Results 1 to 10 of 10

Thread: [RESOLVED] Picture As Button or Other Button Style?

Hybrid View

  1. #1
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Picture As Button or Other Button Style?

    Hey,

    Welcome to the forums!!

    There is nothing to stop you using a PictureBox as a button, and then using the Click Event of the PictureBox to carry out some action.

    Having said that, since you are developing a UI for a Windows Mobile device you have to consider things like processing speed and limited screen resolution. You are going to have to be careful that your UI doesn't become too cluttered and busy to the point that it isn't usable.

    Gary

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    13

    Resolved Re: Picture As Button or Other Button Style?

    Thanks for the help! I will definately take the device limitations into consideration as I start to use PictureBoxes for buttons and such. They're actually quite use as backgrounds for tabs, but hog a decent amount of memory, and can really slow down low RAM devices, like the older Treos with only 32 MB. Again, thanks!

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