Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
Generaldescription and intellisense Pin
amatyasik13-Jun-04 3:29
amatyasik13-Jun-04 3:29 
GeneralRe: description and intellisense Pin
mikker_12313-Jun-04 3:48
mikker_12313-Jun-04 3:48 
GeneralRe: description and intellisense Pin
Stefan Troschuetz13-Jun-04 3:56
Stefan Troschuetz13-Jun-04 3:56 
GeneralRe: description and intellisense Pin
amatyasik13-Jun-04 4:37
amatyasik13-Jun-04 4:37 
GeneralA popup button without border Pin
zlaty12-Jun-04 23:07
zlaty12-Jun-04 23:07 
GeneralRe: A popup button without border Pin
Behzad Ebrahimi13-Jun-04 1:31
Behzad Ebrahimi13-Jun-04 1:31 
GeneralRe: A popup button without border Pin
zlaty13-Jun-04 3:30
zlaty13-Jun-04 3:30 
GeneralRe: A popup button without border Pin
Heath Stewart13-Jun-04 18:18
protectorHeath Stewart13-Jun-04 18:18 
Yes, but the concepts are usually the same. Almost every Windows Forms control (including the Button) merely encapsulates the Windows Common Controls, so what's possible when handling messages is the way it's typically done in .NET (taking into account, of course, that much functionality is already exposed in methods, properties, and events - so don't redo what's already been done).

If you search CodeProject for buttons in the C# and .NET categories, you're bound to find a better example of this.

Also, read about the Button.FlatStyle property (inheritted from ButtonBase) in the .NET Framework SDK to see if that will do what you need.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: A popup button without border Pin
zlaty14-Jun-04 1:25
zlaty14-Jun-04 1:25 
QuestionHow to switch off autorun function Pin
zlaty12-Jun-04 22:40
zlaty12-Jun-04 22:40 
AnswerRe: How to switch off autorun function Pin
Colin Angus Mackay13-Jun-04 1:02
Colin Angus Mackay13-Jun-04 1:02 
GeneralRe: How to switch off autorun function Pin
zlaty13-Jun-04 3:19
zlaty13-Jun-04 3:19 
AnswerRe: How to switch off autorun function Pin
Stefan Troschuetz13-Jun-04 4:03
Stefan Troschuetz13-Jun-04 4:03 
GeneralRe: How to switch off autorun function Pin
zlaty13-Jun-04 5:27
zlaty13-Jun-04 5:27 
GeneralRe: How to switch off autorun function Pin
Stefan Troschuetz13-Jun-04 5:44
Stefan Troschuetz13-Jun-04 5:44 
GeneralRe: How to switch off autorun function Pin
zlaty13-Jun-04 9:59
zlaty13-Jun-04 9:59 
AnswerRe: How to switch off autorun function Pin
Heath Stewart13-Jun-04 18:15
protectorHeath Stewart13-Jun-04 18:15 
GeneralRe: How to switch off autorun function Pin
zlaty14-Jun-04 4:26
zlaty14-Jun-04 4:26 
GeneralC# Noob in trouble with enumerations Pin
Wingnut7412-Jun-04 20:02
Wingnut7412-Jun-04 20:02 
GeneralRe: C# Noob in trouble with enumerations Pin
David M. Kean12-Jun-04 20:22
David M. Kean12-Jun-04 20:22 
GeneralRe: C# Noob in trouble with enumerations Pin
Daniel Turini12-Jun-04 23:56
Daniel Turini12-Jun-04 23:56 
GeneralRe: C# Noob in trouble with enumerations Pin
Wingnut7413-Jun-04 5:07
Wingnut7413-Jun-04 5:07 
GeneralRe: C# Noob in trouble with enumerations Pin
Cotter13-Jun-04 5:34
Cotter13-Jun-04 5:34 
GeneralRe: C# Noob in trouble with enumerations Pin
Wingnut7413-Jun-04 5:37
Wingnut7413-Jun-04 5:37 
GeneralRe: C# Noob in trouble with enumerations Pin
leppie13-Jun-04 7:06
leppie13-Jun-04 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.