Click here to Skip to main content
15,918,193 members
Home / Discussions / C#
   

C#

 
GeneralRe: Close current form and then open new form Pin
Saamir5-Jul-06 2:46
Saamir5-Jul-06 2:46 
QuestionData Transfer Suggestion Pin
wasife30-Jun-06 7:07
wasife30-Jun-06 7:07 
AnswerRe: Data Transfer Suggestion Pin
Le centriste30-Jun-06 7:18
Le centriste30-Jun-06 7:18 
AnswerRe: Data Transfer Suggestion Pin
Ravi Bhavnani30-Jun-06 7:19
professionalRavi Bhavnani30-Jun-06 7:19 
GeneralRe: Data Transfer Suggestion Pin
wasife30-Jun-06 7:25
wasife30-Jun-06 7:25 
AnswerRe: Data Transfer Suggestion Pin
Ravi Bhavnani30-Jun-06 7:33
professionalRavi Bhavnani30-Jun-06 7:33 
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 
Hey, i have an int[] that i need to be able to set in the code, but i also want the user to make sure the values are set right. i have a base class that every node in my flowchart uses then to hide and show specific properties i just cast the base class to an "info" class that only shows the properties that matter to that node. i do this for display purposes only the code treats everythign the same...so for this property there are getters and setters in the base class..but in the "info" class i have the property set to read only, and i've tried removing the set part of its declaration, but nothing helps. the first line(where it has the name of the property, and also says Int32[] array) is read only, but when you hit the + sign to expand the array to see what values it contains, the values arent read only. if it matters the values are id numbers that are automatically set for each node, that hte user can see but i dont want to trust them to type them in(they're set via a context menu on the link between two of em) the user just says set to 0 or 2, with 0 or 2 bieng spots in the array and the value being the id of the node that link goes to...so i need the values visible in the property grid just not editable..

sorry for the long post, but most of the time i get more questions than answers in other forums...i'm tryin to get out of that habit.

thanks for your help

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 
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 

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.