Hi All,

Anyone know how to draw nice 3D buttons like this one by Code in .NET:
http://www.econtechvn.com/en/aquabutton_detail.htm


Please help me out.
Thanks in advance.

Re: Draw nice 3D buttons by code in .NET? by Bob

Bob
Fri Aug 12 07:55:34 CDT 2005

Those buttons are NOT nice.....

I downloaded the trial and they draw the button using an image so that if
the button is long or tall it looks pixellated and blurry.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





"JohnLid" <JohnLidIT@gmail.com> wrote in message
news:OxulHvunFHA.1468@TK2MSFTNGP12.phx.gbl...
> Hi All,
>
> Anyone know how to draw nice 3D buttons like this one by Code in .NET:
> http://www.econtechvn.com/en/aquabutton_detail.htm
>
>
> Please help me out.
> Thanks in advance.
>
>



Re: Draw nice 3D buttons by code in .NET? by Herfried

Herfried
Fri Aug 12 11:11:42 CDT 2005

"JohnLid" <JohnLidIT@gmail.com> schrieb:
> Anyone know how to draw nice 3D buttons like this one by Code in .NET:
> http://www.econtechvn.com/en/aquabutton_detail.htm

<URL:http://www.codeproject.com/cs/miscctrl/#Button+Controls>

=>

AquaButton: A sample custom button control with a Mac OS X look
<URL:http://www.codeproject.com/cs/miscctrl/aquabutton.asp>

However, note that non-standard UIs are confusing and thus should be
avoided.

BTW: Please do not multipost!

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Re: Draw nice 3D buttons by code in .NET? by Bob

Bob
Fri Aug 12 11:25:08 CDT 2005

> However, note that non-standard UIs are confusing and thus should be
> avoided.

What? You mean like on Windows MediaPlayer?? ;-))

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:eP%23h4h1nFHA.320@TK2MSFTNGP09.phx.gbl...
> "JohnLid" <JohnLidIT@gmail.com> schrieb:
>> Anyone know how to draw nice 3D buttons like this one by Code in .NET:
>> http://www.econtechvn.com/en/aquabutton_detail.htm
>
> <URL:http://www.codeproject.com/cs/miscctrl/#Button+Controls>
>
> =>
>
> AquaButton: A sample custom button control with a Mac OS X look
> <URL:http://www.codeproject.com/cs/miscctrl/aquabutton.asp>
>
> However, note that non-standard UIs are confusing and thus should be
> avoided.
>
> BTW: Please do not multipost!
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>



Re: Draw nice 3D buttons by code in .NET? by TC

TC
Sat Aug 13 02:45:36 CDT 2005

Ask their "Tecnical Support"? :-(

TC


Re: Draw nice 3D buttons by code in .NET? by Herfried

Herfried
Sat Aug 13 12:11:24 CDT 2005

"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> schrieb:
>> However, note that non-standard UIs are confusing and thus should be
>> avoided.
>
> What? You mean like on Windows MediaPlayer?? ;-))

LOL -- even Windows Media Player uses standard-compliant UIs for its dialog
windows... :-).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>