Click here to Skip to main content
15,904,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: StackOverflow Pin
Sean Winstead25-Feb-03 18:34
Sean Winstead25-Feb-03 18:34 
GeneralRe: StackOverflow Pin
monrobot1326-Feb-03 5:08
monrobot1326-Feb-03 5:08 
GeneralBucket Head Pin
eggie524-Feb-03 18:15
eggie524-Feb-03 18:15 
GeneralRe: Bucket Head Pin
Sean Winstead24-Feb-03 18:52
Sean Winstead24-Feb-03 18:52 
GeneralRe: Bucket Head Pin
Sean Winstead24-Feb-03 18:54
Sean Winstead24-Feb-03 18:54 
GeneralRe: Bucket Head Pin
eggie524-Feb-03 19:00
eggie524-Feb-03 19:00 
GeneralRe: Bucket Head Pin
Brian Olej28-Feb-03 7:11
Brian Olej28-Feb-03 7:11 
Generali have some problem with StartCap and EndCap Pin
chiou24-Feb-03 16:27
chiou24-Feb-03 16:27 
QuestionConverting a string to an int? Pin
monrobot1324-Feb-03 7:43
monrobot1324-Feb-03 7:43 
AnswerRe: Converting a string to an int? Pin
Chad Young24-Feb-03 7:47
Chad Young24-Feb-03 7:47 
AnswerRe: Converting a string to an int? Pin
leppie24-Feb-03 9:54
leppie24-Feb-03 9:54 
GeneralSerialization Question Pin
Marcus Spitzmiller24-Feb-03 7:38
Marcus Spitzmiller24-Feb-03 7:38 
GeneralRe: Serialization Question Pin
Davide Icardi24-Feb-03 7:47
Davide Icardi24-Feb-03 7:47 
GeneralRe: Serialization Question Pin
Marcus Spitzmiller24-Feb-03 11:52
Marcus Spitzmiller24-Feb-03 11:52 
GeneralRe: Serialization Question Pin
Marcus Spitzmiller25-Feb-03 14:34
Marcus Spitzmiller25-Feb-03 14:34 
QuestionIssue an HLT instruction from C# ? Pin
Andrew McCarter24-Feb-03 5:20
Andrew McCarter24-Feb-03 5:20 
GeneralHelp needed!! Capturing key in for loops. Pin
Karman24-Feb-03 5:11
Karman24-Feb-03 5:11 
GeneralRe: Help needed!! Capturing key in for loops. Pin
Paul Riley24-Feb-03 5:20
Paul Riley24-Feb-03 5:20 
QuestionCast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 4:36
Don Miguel24-Feb-03 4:36 
AnswerRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 5:58
leppie24-Feb-03 5:58 
GeneralRe: Cast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 6:03
Don Miguel24-Feb-03 6:03 
GeneralRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 6:27
leppie24-Feb-03 6:27 
GeneralRe: Cast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 6:44
Don Miguel24-Feb-03 6:44 
GeneralRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 6:49
leppie24-Feb-03 6:49 
GeneralProperty Browser: How to add more than one Property Tab Pin
Umair Ahmad24-Feb-03 3:20
Umair Ahmad24-Feb-03 3:20 
I want to display 3 additional property tabs when a particular object in my project is selected. However, I cannot associate more than one tab with my class because the PropertyTabAttribute doesnt allow multiple instances (AttributeUsage.AllowMulltiple = false).

This is especially confusing since the PropertyTabAttribute class clearly supports the addition of multiple tabs as is evident by its help page.

Can anyone tell me some other way of doing it?

Regards,
Umair Ahmad

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.