|
-
January 9th, 2003, 12:35 PM
#1
Button Question ?
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
-
January 9th, 2003, 01:04 PM
#2
You should probably try posting your question in the C++ section. This is the C# section.
Good luck.
Do what thou wilt, shall be the whole of the law.
-
January 9th, 2003, 01:09 PM
#3
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
-
January 9th, 2003, 01:18 PM
#4
This is a totally untrue statement taken on its own, of course....
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
January 9th, 2003, 01:25 PM
#5
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
-
January 9th, 2003, 01:28 PM
#6
sure dude. i will look in it.
thanks
Paresh
-
January 9th, 2003, 01:30 PM
#7
To Cpuwizard,
I wanted to mean
using C#.NET ..
did you understand know :-)
or find some faults rather than answering...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|