Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: Find String in a Large String Pin
Thong Nguyen21-Dec-02 22:29
Thong Nguyen21-Dec-02 22:29 
GeneralMDB to Text Pin
Jassim Rahma21-Dec-02 9:46
Jassim Rahma21-Dec-02 9:46 
GeneralRe: MDB to Text Pin
David Stone21-Dec-02 10:19
sitebuilderDavid Stone21-Dec-02 10:19 
GeneralRe: MDB to Text Pin
jassim21-Dec-02 10:26
jassim21-Dec-02 10:26 
Generalupdate stausBar Pin
Jassim Rahma21-Dec-02 9:44
Jassim Rahma21-Dec-02 9:44 
GeneralExtended MAPI and C# Pin
Anonymous21-Dec-02 6:07
Anonymous21-Dec-02 6:07 
GeneralControl Properties Pin
Dave Kerr21-Dec-02 0:52
Dave Kerr21-Dec-02 0:52 
GeneralRe: Control Properties Pin
Burt Harris21-Dec-02 11:28
Burt Harris21-Dec-02 11:28 
I did some work with this a while back. I remember it got tricky depending on the type of your properties.

There is a DesignerSerializationVisibilityAtttribute you can apply to change the default designer serialization behavior. If the property is a collection, you may need
[DesignerSerialzationVisibility(DesignerSerialization.Content)]
and a property get that returns the collection.

If you property values are instances of some custom type, you may need to use the DesignerSerializerAttribute.

More detail about the type of the property might be useful.

Burt Harris
GeneralHTTP Read w/ Authentication Pin
Larry Rutledge20-Dec-02 11:27
Larry Rutledge20-Dec-02 11:27 
GeneralRe: HTTP Read w/ Authentication Pin
leppie20-Dec-02 17:15
leppie20-Dec-02 17:15 
GeneralRe: HTTP Read w/ Authentication Pin
Burt Harris21-Dec-02 9:53
Burt Harris21-Dec-02 9:53 
GeneralDirectX 9.0 Released Pin
Heath Stewart20-Dec-02 9:26
protectorHeath Stewart20-Dec-02 9:26 
QuestionDoes this type of Windows Tree Control exist??? Pin
LongRange.Shooter20-Dec-02 9:08
LongRange.Shooter20-Dec-02 9:08 
AnswerRe: Does this type of Windows Tree Control exist??? Pin
Kannan Kalyanaraman20-Dec-02 18:29
Kannan Kalyanaraman20-Dec-02 18:29 
GeneralRe: Does this type of Windows Tree Control exist??? Pin
LongRange.Shooter23-Dec-02 2:43
LongRange.Shooter23-Dec-02 2:43 
GeneralInsert a macro Pin
mvmeijer20-Dec-02 3:35
mvmeijer20-Dec-02 3:35 
GeneralLogical Drive Information Pin
matthias s.19-Dec-02 15:23
matthias s.19-Dec-02 15:23 
GeneralRe: Logical Drive Information Pin
Kannan Kalyanaraman19-Dec-02 18:02
Kannan Kalyanaraman19-Dec-02 18:02 
GeneralRe: Logical Drive Information Pin
Jeff J19-Dec-02 20:24
Jeff J19-Dec-02 20:24 
GeneralRe: Logical Drive Information Pin
Rein Hillmann19-Dec-02 21:31
Rein Hillmann19-Dec-02 21:31 
GeneralRe: Logical Drive Information Pin
leppie20-Dec-02 6:11
leppie20-Dec-02 6:11 
GeneralSecondary Thread Pin
kasturirawat19-Dec-02 14:25
kasturirawat19-Dec-02 14:25 
GeneralRe: Secondary Thread Pin
Eric Gunnerson (msft)20-Dec-02 8:19
Eric Gunnerson (msft)20-Dec-02 8:19 
Questionsecurity for a service? Pin
imran_rafique19-Dec-02 13:07
imran_rafique19-Dec-02 13:07 
GeneralCursor woes. Pin
Tom Welch19-Dec-02 4:06
Tom Welch19-Dec-02 4: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.