Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
Question"dot" Pin
new2pgrmg25-Oct-07 0:52
new2pgrmg25-Oct-07 0:52 
AnswerRe: "dot" Pin
Christian Graus25-Oct-07 1:00
protectorChristian Graus25-Oct-07 1:00 
GeneralRe: "dot" Pin
kabutar25-Oct-07 1:58
kabutar25-Oct-07 1:58 
GeneralRe: "dot" Pin
Christian Graus25-Oct-07 2:10
protectorChristian Graus25-Oct-07 2:10 
AnswerRe: "dot" Pin
azifaliazif25-Oct-07 2:31
azifaliazif25-Oct-07 2:31 
GeneralRe: "dot" Pin
sujithkumarsl25-Oct-07 2:48
sujithkumarsl25-Oct-07 2:48 
QuestionRe: "dot" Pin
wrzhi_200525-Oct-07 4:15
wrzhi_200525-Oct-07 4:15 
AnswerRe: "dot" Pin
sujithkumarsl25-Oct-07 4:25
sujithkumarsl25-Oct-07 4:25 
heii dont worry what you wrote was correct....

the thing is simple that, private members cant access from out side the class.. thats why you got error earlier........ Smile | :)

now to access that private members, we can use "Property", that is what you exactly did...

usually we declare the member with small letter and Property with Capitol letter

as float start;
and public float Start
{

}

My small attempt...

GeneralRe: "dot" Pin
wrzhi_200525-Oct-07 4:36
wrzhi_200525-Oct-07 4:36 
GeneralRe: "dot" Pin
sujithkumarsl25-Oct-07 5:02
sujithkumarsl25-Oct-07 5:02 
GeneralRe: "dot" Pin
new2pgrmg25-Oct-07 20:11
new2pgrmg25-Oct-07 20:11 
Questioncrystal report viewer using ms access in c# Pin
bhebhekoh25-Oct-07 0:38
bhebhekoh25-Oct-07 0:38 
AnswerRe: crystal report viewer using ms access in c# Pin
Paul Conrad27-Oct-07 12:30
professionalPaul Conrad27-Oct-07 12:30 
QuestionDynamically changing font font-style size and color of a label Pin
sindhutiwari25-Oct-07 0:31
sindhutiwari25-Oct-07 0:31 
AnswerRe: Dynamically changing font font-style size and color of a label Pin
Christian Graus25-Oct-07 0:37
protectorChristian Graus25-Oct-07 0:37 
GeneralRe: Dynamically changing font font-style size and color of a label Pin
sindhutiwari25-Oct-07 0:43
sindhutiwari25-Oct-07 0:43 
GeneralRe: Dynamically changing font font-style size and color of a label Pin
Christian Graus25-Oct-07 0:50
protectorChristian Graus25-Oct-07 0:50 
QuestionHow to get previous focused control? Pin
Tavbi25-Oct-07 0:22
Tavbi25-Oct-07 0:22 
AnswerRe: How to get previous focused control? Pin
Chintan.Desai25-Oct-07 1:59
Chintan.Desai25-Oct-07 1:59 
QuestionManaging Excel Sheets with C# Pin
dudedotnet25-Oct-07 0:11
dudedotnet25-Oct-07 0:11 
AnswerRe: Managing Excel Sheets with C# Pin
martin_hughes25-Oct-07 2:54
martin_hughes25-Oct-07 2:54 
QuestionCreating a word document using c# Pin
Fahim A Salim24-Oct-07 23:37
Fahim A Salim24-Oct-07 23:37 
AnswerRe: Creating a word document using c# Pin
Chintan.Desai25-Oct-07 2:03
Chintan.Desai25-Oct-07 2:03 
AnswerRe: Creating a word document using c# Pin
Paul Conrad27-Oct-07 12:32
professionalPaul Conrad27-Oct-07 12:32 
Question£ symbol in csv file for Excel - Encoding weirdness - HELP! Pin
Gizz24-Oct-07 23:27
Gizz24-Oct-07 23:27 

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.