Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: consuming a class defined in another assembly Pin
Heath Stewart30-Jan-04 10:46
protectorHeath Stewart30-Jan-04 10:46 
GeneralRe: consuming a class defined in another assembly Pin
Nick Parker30-Jan-04 11:19
protectorNick Parker30-Jan-04 11:19 
GeneralRe: consuming a class defined in another assembly Pin
godzooky30-Jan-04 15:41
godzooky30-Jan-04 15:41 
GeneralWindows Services using C# Pin
Todd J Christensen30-Jan-04 8:19
sussTodd J Christensen30-Jan-04 8:19 
GeneralRe: Windows Services using C# Pin
David R. Tosi30-Jan-04 8:52
David R. Tosi30-Jan-04 8:52 
GeneralRe: Windows Services using C# Pin
Member 64105530-Jan-04 11:29
Member 64105530-Jan-04 11:29 
GeneralComponents: Design-Time support for properties Pin
UB30-Jan-04 6:51
UB30-Jan-04 6:51 
GeneralRe: Components: Design-Time support for properties Pin
Heath Stewart30-Jan-04 9:57
protectorHeath Stewart30-Jan-04 9:57 
What do you want to happen? Like a Size is for a Control.Size property? You should first make MyClass a struct (you're using this more as a seldomly-used value type that is allocated on the stack). You should also add the CatagoryAttribute and DescriptionAttribute. If you want it expandable like the Size property of a Control, you'll need to implement a TypeConverter and use the TypeConverterAttribute. Optionally, use the ImmutableAttribute, although you can emulate the behavior in your derived TypeConverter. All this is documented in the System.ComponentModel namespace, as well as Design-time Attributes for Components[^] and Enhancing Design-time Support[^], both good sections in the .NET Framework SDK.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Components: Design-Time support for properties Pin
UB1-Feb-04 6:13
UB1-Feb-04 6:13 
GeneralC# controls in W2K... Pin
EyeOfTheSky30-Jan-04 5:58
EyeOfTheSky30-Jan-04 5:58 
GeneralRe: C# controls in W2K... Pin
Tom Larsen30-Jan-04 6:25
Tom Larsen30-Jan-04 6:25 
GeneralRe: C# controls in W2K... Pin
EyeOfTheSky30-Jan-04 7:17
EyeOfTheSky30-Jan-04 7:17 
GeneralRe: C# controls in W2K... Pin
Heath Stewart30-Jan-04 9:53
protectorHeath Stewart30-Jan-04 9:53 
GeneralRe: C# controls in W2K... Pin
Nick Parker30-Jan-04 11:09
protectorNick Parker30-Jan-04 11:09 
General2D Arrays, something strange Pin
bouli30-Jan-04 5:36
bouli30-Jan-04 5:36 
GeneralRe: 2D Arrays, something strange Pin
Heath Stewart30-Jan-04 9:49
protectorHeath Stewart30-Jan-04 9:49 
GeneralRe: 2D Arrays, something strange Pin
bouli31-Jan-04 0:38
bouli31-Jan-04 0:38 
GeneralRe: 2D Arrays, something strange Pin
Heath Stewart1-Feb-04 14:06
protectorHeath Stewart1-Feb-04 14:06 
GeneralRe: 2D Arrays, something strange Pin
bouli1-Feb-04 19:55
bouli1-Feb-04 19:55 
GeneralRe: 2D Arrays, something strange Pin
Heath Stewart2-Feb-04 2:40
protectorHeath Stewart2-Feb-04 2:40 
GeneralRe: 2D Arrays, something strange Pin
bouli2-Feb-04 4:13
bouli2-Feb-04 4:13 
QuestionRemoting Problem: How to unregister a WellKnownClientType? Pin
occcy30-Jan-04 4:23
occcy30-Jan-04 4:23 
AnswerRe: Remoting Problem: How to unregister a WellKnownClientType? Pin
Heath Stewart30-Jan-04 5:21
protectorHeath Stewart30-Jan-04 5:21 
GeneralRe: Remoting Problem: How to unregister a WellKnownClientType? Pin
occcy1-Feb-04 20:50
occcy1-Feb-04 20:50 
GeneralRe: Remoting Problem: How to unregister a WellKnownClientType? Pin
occcy1-Feb-04 22:35
occcy1-Feb-04 22:35 

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.