Click here to Skip to main content
16,005,236 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data Transfer Suggestion Pin
Jun Du30-Jun-06 7:42
Jun Du30-Jun-06 7:42 
Questionread only array, not read only in property grid Pin
SomeGuyThatIsMe30-Jun-06 6:25
SomeGuyThatIsMe30-Jun-06 6:25 
AnswerRe: read only array, not read only in property grid Pin
Dustin Metzgar30-Jun-06 6:34
Dustin Metzgar30-Jun-06 6:34 
GeneralRe: read only array, not read only in property grid Pin
SomeGuyThatIsMe30-Jun-06 7:41
SomeGuyThatIsMe30-Jun-06 7:41 
GeneralRe: read only array, not read only in property grid Pin
Dustin Metzgar30-Jun-06 8:12
Dustin Metzgar30-Jun-06 8:12 
GeneralRe: read only array, not read only in property grid Pin
SomeGuyThatIsMe30-Jun-06 8:32
SomeGuyThatIsMe30-Jun-06 8:32 
GeneralRe: read only array, not read only in property grid Pin
SomeGuyThatIsMe30-Jun-06 8:42
SomeGuyThatIsMe30-Jun-06 8:42 
GeneralRe: read only array, not read only in property grid Pin
Dustin Metzgar30-Jun-06 9:10
Dustin Metzgar30-Jun-06 9:10 
Try sticking this on the top:

[EditorAttribute(typeof(System.ComponentModel.Design.ArrayEditor), typeof(System.Drawing.Design.UITypeEditor))]<br />
<br />
Using the EditorAttribute allows you to change the UITypeEditor being used in the properties window. When writing a control, this is how you would create your own custom editor for a particular property. From what I can see, there's a CollectionEditor and an ArrayEditor. Using an ArrayEditor may not work with an ArrayList, though. If I weren't lazy (or at work) I would actually create a project and try this out myself. Oh well, let me know if that works.




Logifusion[^]
GeneralRe: read only array, not read only in property grid Pin
SomeGuyThatIsMe30-Jun-06 9:42
SomeGuyThatIsMe30-Jun-06 9:42 
GeneralRe: read only array, not read only in property grid Pin
Dustin Metzgar30-Jun-06 9:57
Dustin Metzgar30-Jun-06 9:57 
GeneralRe: read only array, not read only in property grid Pin
SomeGuyThatIsMe5-Jul-06 7:59
SomeGuyThatIsMe5-Jul-06 7:59 
GeneralRe: read only array, not read only in property grid Pin
Dustin Metzgar7-Jul-06 1:43
Dustin Metzgar7-Jul-06 1:43 
Questionopen pograme in Windows form Pin
kobi10i1030-Jun-06 6:04
kobi10i1030-Jun-06 6:04 
AnswerRe: open pograme in Windows form Pin
Ravi Bhavnani30-Jun-06 6:56
professionalRavi Bhavnani30-Jun-06 6:56 
QuestionSending MMS with C# Windows Application Pin
J.S.Lim30-Jun-06 5:31
J.S.Lim30-Jun-06 5:31 
AnswerRe: Sending MMS with C# Windows Application Pin
Ravi Bhavnani30-Jun-06 7:53
professionalRavi Bhavnani30-Jun-06 7:53 
GeneralRe: Sending MMS with C# Windows Application Pin
J.S.Lim1-Jul-06 20:36
J.S.Lim1-Jul-06 20:36 
QuestionAcces to personal certificate-store Pocket PC / WM5 [modified] Pin
f.vanvugt30-Jun-06 3:09
f.vanvugt30-Jun-06 3:09 
AnswerRe: Acces to personal certificate-store Pocket PC / WM5 Pin
f.vanvugt2-Jul-06 4:01
f.vanvugt2-Jul-06 4:01 
QuestionCannot open file to write Pin
Toubou30-Jun-06 2:38
Toubou30-Jun-06 2:38 
AnswerRe: Cannot open file to write Pin
MatthewAnderson30-Jun-06 2:44
MatthewAnderson30-Jun-06 2:44 
GeneralRe: Cannot open file to write Pin
Toubou30-Jun-06 3:00
Toubou30-Jun-06 3:00 
GeneralRe: Cannot open file to write Pin
Anthony Mushrow30-Jun-06 3:11
professionalAnthony Mushrow30-Jun-06 3:11 
GeneralRe: Cannot open file to write Pin
MatthewAnderson30-Jun-06 3:13
MatthewAnderson30-Jun-06 3:13 
QuestionIs there any way you find out how much RAM a process is using? Pin
Anthony Mushrow30-Jun-06 2:28
professionalAnthony Mushrow30-Jun-06 2:28 

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.