blah blah blah is here! blah blah » Close

0
votes
2 answers

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?

0
votes
5 answers

Can anyone tell me how to start with c#?

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

0
votes
1 answers

How do you write a program for Windows, not the command-line?

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?

1
votes
1 answers

Noob question about date and time in c sharp

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

1
votes
1 answers

Question In Using System.Threading.Timer

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

0
votes
0 answers

New to Java - HELP!

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

0
votes
1 answers

Why doesn't this work?

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

0
votes
0 answers

Java [GUI] Expert New to C#: 2: o Getting Started; o Debugging ;-)

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

1
votes
1 answers

Really simple question about text box

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

0
votes
2 answers

where do i start

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

0
votes
2 answers

Help with C# Gui -- Beginner

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

0
votes
2 answers

Masked Text Box for Hexadecimals

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

1
votes
1 answers

Duplicating the TabPage, How?

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

0
votes
2 answers

WINDOWS ULTIMATE

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?

1
votes
1 answers

Popping Up a TrackBar

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

Feedback