Click to See Complete Forum and Search --> : Button Question ?
pareshgh
January 9th, 2003, 11:35 AM
hi,
in VC++ we can re-shape the button. i know how to do that. but without using C++ control or ActiveX is it possible to do it in .NET ? how ?
Thanks
Paresh
Dreamon
January 9th, 2003, 12:04 PM
You should probably try posting your question in the C++ section. This is the C# section.
Good luck.
pareshgh
January 9th, 2003, 12:09 PM
I said it was possible thru active x
and now i want to do in .NET means C# without using ActiveX ? is it possible ?
anyone !
Paresh
TheCPUWizard
January 9th, 2003, 12:18 PM
.NET means C#
This is a totally untrue statement taken on its own, of course....
MartinL
January 9th, 2003, 12:25 PM
Every class derived from Control (even Control itself) has property named Region. that property is of type System.Drawing.Region. It is the standart windows RGN...
And the button is derived from Control... :)
martin
pareshgh
January 9th, 2003, 12:28 PM
sure dude. i will look in it.
thanks
Paresh
pareshgh
January 9th, 2003, 12:30 PM
To Cpuwizard,
I wanted to mean
using C#.NET ..
did you understand know :-)
or find some faults rather than answering...:D
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.