No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Hello, I am happy to see this, I am a New student of C#, This Problem is what I used as my Assignment on Friday, Below is the Simple Code, that I Used for it, Hope it work for you as well,.... thank [CODE]private void btnCalculate_Click(object sender, EventArgs e) { …
hello, I am a new learner of C#, I will like to know Which way is the best to learn, Either to use Microsoft Visual C# or Notepad? The book am using to learn make use of Microsoft Visual C#, and Also Please what is the Different between C, C# …
Hello, So What is the Question all About....
[CODE] Also you can have total = total * nValue // total *= nValue total = total / nValue // total /= nValue total = total - nValue // toatl -= nValue Some time you can Also have something like thing total *= 0.05M; // total = total * 0.05, …
Hello, Few days ago their is a contest for who can crack this code by the UK government. i will like to know more about this Code, Which book can I read to learn About it in Detail, Please I do wait your Reply, I am not Reading to Crack …
Hello, I am also a New Learner of C#, The below code is a Calculator code, which should be under the Calculate Button. you should make a simple Form, That contain TextValue1, TextValue2, ComboBox (for +, -, *, /), TextResult and a Calculate Button for this .... Hope This Help.... …
Hello, I am a New leaner, the Book, am using give an Assignment, and I have try to work it out. In the process, I Run to little Issue, It is all about Replacing Old- Word with New-Word.... But if the Old word is empty it will bring an error …
I am also a New Learner, Base on the Request, This Simple Code would detect if a Number is Even or ODD number.... // This is to Detect Odd and Even Number [CODE] bool ValidateDegreeValue; // This is to Validate that the User Enter Number Data double DegreeValueNum; // This …
The End.
jnmisa