Results 1 to 5 of 5

Thread: Use ColorDialog on WebPage?

  1. #1

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Use ColorDialog on WebPage?

    I'm new to asp.net, so excuse the stupid q's

    Can one place controls available to a windows forms application (say ColorDialog) on your webpage? It seems just the basic controls are made available to you in the IDE when you create a web site

    if it matters ... I'm using Whidbey, Beta2

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Use ColorDialog on WebPage?

    Nope.

    You got to remember that controls for ASP.NET must generate HTML.

    I'm sure there is a web control out there that will do what you want - just search - or write one yourself!

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  3. #3

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Use ColorDialog on WebPage?

    thanx dj,

    I will take the search option...still too new to write my own stuff.

  4. #4
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Use ColorDialog on WebPage?

    Take a look at http://www.asp.net/ControlGallery/de...ndex=0&tabid=1 - there are some color picker controls in there.

    There is also one here but it uses HTC so only working in IE5+ http://www.codeproject.com/html/colo...er_control.asp.

    I haven't found any freebies yet though - let me know what you find!

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  5. #5

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Use ColorDialog on WebPage?

    Thanx a lot man!

    I will try it out first thing in the morning....evening here, so I'm gonna kick it...

    Really not necessary, but thanx again!

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