Click here to Skip to main content
15,904,415 members

Comments by SwooshNeorPewPew (Top 5 by date)

SwooshNeorPewPew 15-May-13 15:30pm View    
Deleted
Thanks for being understanding, helping me, and not making me feel stupid at all. Vague solution for a vague question I guess.
SwooshNeorPewPew 15-May-13 15:21pm View    
Again I thought it was just something basic that was wrong, error happens when i have no item selected in Application, I just want it to display the else lblOutput.Text, gives me "NullReferanceException was unhandled"
SwooshNeorPewPew 15-May-13 15:16pm View    
I thought there was just something basic wrong that could be answered from just looking at it, since I'm fairly new at this
SwooshNeorPewPew 15-May-13 15:15pm View    
Copy paste into Visual Studio?
SwooshNeorPewPew 15-May-13 12:53pm View    
To be honest i'm not sure where to begin.

I've used

combobox1.Items.Add("Text1");

and used an if statement but how do I use text in an if statement?

I've tried creating the Combo Box values as variables but after that I'm completely lost.