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
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
Re: Use ColorDialog on WebPage?
thanx dj,
I will take the search option...still too new to write my own stuff.
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
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! :thumb: