Results 1 to 3 of 3

Thread: UI "tick" icon?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    UI "tick" icon?

    I am deving a mobile application in C# .NET 2.0

    I just had a great idea to make the UI more friendly, ok perhaps not the best idea in the world but i believe I am improving my UI skills.

    I was wondering if there is some way/component/whatever that I can have which, when executed/called upon, I can display a fancy tick icon in a big checkbox?

    I guess I could use the checkbox component but wondering if there is a way to make the tick icon/symbol more bigger/fancier?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: UI "tick" icon?

    You'd have to draw your own. You can owner-draw a CheckBox, which I'm assuming is possible in the CF, so that you can maintain the appropriate colours regardless of theme, etc. The alternative would be to just use pre-made images. You could create a UserControl with a PictureBox and a Label, then just change the Image in the PictureBox as it was "checked" and "unchecked". You could use PNGs to allow the images to scale if desired.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: UI "tick" icon?

    yeh I thought so...
    many thanks! ill give it a whirl

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