Click here to Skip to main content
15,916,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Media Player 9.0 and C# question Pin
Gambit00710-Mar-04 17:11
Gambit00710-Mar-04 17:11 
GeneralSmart clients - the best way to implement this Pin
Judah Gabriel Himango10-Mar-04 11:19
sponsorJudah Gabriel Himango10-Mar-04 11:19 
GeneralRe: Smart clients - the best way to implement this Pin
Heath Stewart10-Mar-04 11:25
protectorHeath Stewart10-Mar-04 11:25 
GeneralRe: Smart clients - the best way to implement this Pin
Judah Gabriel Himango10-Mar-04 13:55
sponsorJudah Gabriel Himango10-Mar-04 13:55 
GeneralRe: Smart clients - the best way to implement this Pin
Heath Stewart11-Mar-04 2:38
protectorHeath Stewart11-Mar-04 2:38 
GeneralRe: Smart clients - the best way to implement this Pin
Heath Stewart11-Mar-04 4:39
protectorHeath Stewart11-Mar-04 4:39 
GeneralAs stewy says "Victory is Mine" Pin
Matthew Hazlett10-Mar-04 10:31
Matthew Hazlett10-Mar-04 10:31 
GeneralRe: As stewy says "Victory is Mine" Pin
John Fisher10-Mar-04 11:00
John Fisher10-Mar-04 11:00 
GeneralRe: As stewy says "Victory is Mine" Pin
Wraith211-Mar-04 0:48
Wraith211-Mar-04 0:48 
GeneralRe: As stewy says "Victory is Mine" Pin
Matthew Hazlett11-Mar-04 5:15
Matthew Hazlett11-Mar-04 5:15 
GeneralRe: As stewy says "Victory is Mine" Pin
Wraith211-Mar-04 15:50
Wraith211-Mar-04 15:50 
GeneralRe: As stewy says "Victory is Mine" Pin
Matthew Hazlett11-Mar-04 16:42
Matthew Hazlett11-Mar-04 16:42 
GeneralMeasure Character Pin
Werdna10-Mar-04 8:22
Werdna10-Mar-04 8:22 
GeneralRe: Measure Character Pin
Judah Gabriel Himango10-Mar-04 11:22
sponsorJudah Gabriel Himango10-Mar-04 11:22 
GeneralRe: Measure Character Pin
Werdna10-Mar-04 11:51
Werdna10-Mar-04 11:51 
GeneralRe: Measure Character Pin
Heath Stewart10-Mar-04 11:27
protectorHeath Stewart10-Mar-04 11:27 
GeneralAmbientUserMode Pin
Andy H10-Mar-04 8:13
Andy H10-Mar-04 8:13 
GeneralRe: AmbientUserMode Pin
Heath Stewart10-Mar-04 10:05
protectorHeath Stewart10-Mar-04 10:05 
GeneralRe: AmbientUserMode Pin
Heath Stewart10-Mar-04 11:53
protectorHeath Stewart10-Mar-04 11:53 
One other way if you want to separate your design code from the runtime code (common in the .NET FCL with the .Design assemblies), attribute your class with a Type string for a ControlDesigner[^] in a different assembly so that your Type string would look like "MyNamespace.Design.MyControlDesigner, MyAssembly.Design" (".Design" isn't necessary - just a common naming convention). The ControlDesigner lets you paint over your control (see ControlDesigner.OnPaintAdornments.

The designer classes and interfaces can be very powerful when used effectively, and most designer support is built right into the .NET FCL (some is provided by the development environment like VS.NET or SharpDevelop). For more information about extending components with design-time capabilities, see Enhancing Design-Time Support[^] on MSDN.

 

Microsoft MVP, Visual C#
My Articles
GeneralFileAttributes Pin
Jonathan Slenders10-Mar-04 7:36
Jonathan Slenders10-Mar-04 7:36 
GeneralRe: FileAttributes Pin
Mike Ellison10-Mar-04 8:14
Mike Ellison10-Mar-04 8:14 
GeneralRe: FileAttributes Pin
Heath Stewart10-Mar-04 10:14
protectorHeath Stewart10-Mar-04 10:14 
GeneralJust like the System Clock Pin
Guinness4Strength10-Mar-04 6:23
Guinness4Strength10-Mar-04 6:23 
GeneralRe: Just like the System Clock Pin
Heath Stewart10-Mar-04 6:26
protectorHeath Stewart10-Mar-04 6:26 
Generalhello! help for SMSC class Pin
ftanriov10-Mar-04 5:59
ftanriov10-Mar-04 5:59 

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.