votes
c# Beginner
Hi, I am beginner of C# language, in the beginning stage, what are the things to be learnt and how to become a expert in this language. How to develop my programming skills?
blah blah blah is here! blah blah » Close
Hi, I am beginner of C# language, in the beginning stage, what are the things to be learnt and how to become a expert in this language. How to develop my programming skills?
Can anyone tell me how to start with c#? I mean really START. I want to write the simplest program (say just put a button on the screen and let it close the program) - but how do I compile and run? How do I download a compiler...
How do you write a program for Windows, not the command-line? What happens if I write a program with bugs (I'm a beginner!), will windows crash?
Dear all, for getting a current time in c sharp, a [code]DateTime[/code] class is used and by using [code]DateTime.Now[/code] as its implementation. The question is I have [code]int[7][/code] and I want to put every info inside the [c ...
Dear All, I am new in c sharp. My application needs a timer, which interval is 200ms to trigger a datatransmission through the serial port. I used forms.timer and timers.timer, but it says that system.threading.timer is better. For fo ...
public void chaptercheck() { if(spinone.get(value) <= 0 || spintwo.get(value) <= 0){ spinone.value = 1; } if (spinone.value > spintwo.value) } I have two spinners named spinone ...
[code] Console.WriteLine("Om du vill byta färg på texten går det utmärkt."); Console.WriteLine("Q = Röd"); Console.WriteLine("W = Blå"); Con ...
I've been a Java developer since 1.1. I've now got ~2 days of learning C#, following what I've been able to find of their tutorials. I've written a primes-generating program and now a Form to control it. The Getting Started questio ...
Dear All, I have a question about textbox in c sharp. I want to add a "-" after I type 2 characters inside a text box, the thing is if I use textBox1.Text += "-", the type pointer returns to the beginning. Any idea on ...
i want to make iphone/ipod touch apps and i have downloaded visual studio 2008 and am equipped with "c# .NET Illuminated" by ART GITTLEMAN an old textbook copyrighted in 2005 i picked up from a college where do i begin to learn ho ...
I am a newbie to C# and I am getting error messages because of a simple if statement. I am trying out my skills with a simple alarm clock, and I have 3 nested If Statments and it is giving me an error. here is the code I am using. It is m ...
Dear All, Is it possible to make a masked text box for hexadecimal. It means that it is between 0 - 9 and A - F. How also to limit/set the length of char to put inside a textbox. For example there are a trackbar with numbers, if we selct ...
Dear All, Another GUI Question. My form is like the picture below. There is a tabcontrol component with buttons and textbox. Each buttons has code inside. Below, there are 2 components, textbox and button. When the textbox is filled w ...
I AM USING WINDOWS ULTIMATE 32 BIT. I NEED TO DOWNLOAD AQL SERVER STANDARD. IS IT AVAILABLE FOR DOWNLOAD? IF SO ANYBODY KNOWS THE LINK?
Dear All, I am still new in C#. Is it possible to pop up a form with a trackbar and some textboxes? From this pop up, I want to obtain some data. Kindest Regards, E
Got feedack? Found a bug? report it here.