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

C#

 
QuestionEvent not fired on one of my computers? Pin
Snowjim14-Apr-05 8:50
Snowjim14-Apr-05 8:50 
QuestionAccess between classes? Pin
tantiboh14-Apr-05 7:17
tantiboh14-Apr-05 7:17 
AnswerRe: Access between classes? Pin
hooray14-Apr-05 7:29
hooray14-Apr-05 7:29 
GeneralCan't do that Pin
tantiboh14-Apr-05 7:42
tantiboh14-Apr-05 7:42 
GeneralRe: Can't do that Pin
hooray14-Apr-05 7:53
hooray14-Apr-05 7:53 
GeneralRe: Can't do that Pin
tantiboh14-Apr-05 8:14
tantiboh14-Apr-05 8:14 
GeneralRe: Can't do that Pin
turbochimp14-Apr-05 11:47
turbochimp14-Apr-05 11:47 
GeneralMaking PropertyGrid read only Pin
Tristan Rhodes14-Apr-05 7:03
Tristan Rhodes14-Apr-05 7:03 
Is there any way to make a property grid so that it is only GET, and does not give a SET option?

I've had some problems with enum's not being happy with a default 0 value. And although I know enums are supposed to work with this, here is the error message:

[quote]
An unhandled exception of type 'System.ArgumentException' occurred in system.dll

Additional information: The value '0' is not a valid value for the enum 'DepthFormat'.
[/quote]

As a note, some of these enums are Flags and some are used by unmanaged code. If possible i'd like to find a workaround.

Cheers

Cata
GeneralRe: Making PropertyGrid read only Pin
Dave Kreskowiak14-Apr-05 8:29
mveDave Kreskowiak14-Apr-05 8:29 
GeneralRe: Making PropertyGrid read only Pin
Tristan Rhodes16-Apr-05 9:36
Tristan Rhodes16-Apr-05 9:36 
GeneralI don't know how to use CryptoStream class with Streamwriter and Streamreader Pin
Mohammed Aijaz Mohiuddin14-Apr-05 7:03
Mohammed Aijaz Mohiuddin14-Apr-05 7:03 
GeneralRe: I don't know how to use CryptoStream class with Streamwriter and Streamreader Pin
Steven Campbell14-Apr-05 7:24
Steven Campbell14-Apr-05 7:24 
GeneralMaking PropertyGrid read only Pin
Tristan Rhodes14-Apr-05 6:58
Tristan Rhodes14-Apr-05 6:58 
GeneralDTE.GetObject() Pin
jctk14-Apr-05 5:56
jctk14-Apr-05 5:56 
GeneralRe: DTE.GetObject() Pin
Dave Kreskowiak14-Apr-05 6:09
mveDave Kreskowiak14-Apr-05 6:09 
GeneralRe: DTE.GetObject() Pin
jctk14-Apr-05 7:33
jctk14-Apr-05 7:33 
QuestionC# XML Documentation comments - any way to make the HTML cross-browser? Pin
jimf1inmd14-Apr-05 5:13
jimf1inmd14-Apr-05 5:13 
AnswerRe: C# XML Documentation comments - any way to make the HTML cross-browser? Pin
leppie14-Apr-05 6:10
leppie14-Apr-05 6:10 
GeneralRe: C# XML Documentation comments - any way to make the HTML cross-browser? Pin
jimf1inmd15-Apr-05 4:49
jimf1inmd15-Apr-05 4:49 
GeneralowNetworking Pin
Alper Camel14-Apr-05 4:59
Alper Camel14-Apr-05 4:59 
GeneralRe: owNetworking Pin
hooray14-Apr-05 7:17
hooray14-Apr-05 7:17 
GeneralRe: owNetworking Pin
Alper Camel14-Apr-05 22:35
Alper Camel14-Apr-05 22:35 
GeneralOpening A Form using Reflection Pin
Tristan Rhodes14-Apr-05 4:37
Tristan Rhodes14-Apr-05 4:37 
GeneralRe: Opening A Form using Reflection Pin
leppie14-Apr-05 4:56
leppie14-Apr-05 4:56 
GeneralRe: Opening A Form using Reflection Pin
Tristan Rhodes14-Apr-05 5:56
Tristan Rhodes14-Apr-05 5:56 

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.