blah blah blah is here! blah blah » Close

0
votes
1 answers

Class instantiation query

I've asked a few in my office this with no luck, so over to you guys! Here are my classes: public class JobStep { public string Element { get; set; } public string Action { get; set; } public string ...

0
votes
3 answers

Okay..I know this is going to sound dumb but I am UBER new to C#!

Here is my Code: [code]private void buffet1Button_Click(object sender, EventArgs e) { textBox1.Text = "1 Buffet $7.99\n"; }[/code] I simply want whe ...

0
votes
3 answers

ideas?

Hi I have an apprenticeship that I am applying for. They are asking me to make a program. I can use any programming language I like but I thought I would keep it up to date with C#. I am also considering visual basic .net. Do you h ...

1
votes
1 answers

Newbie C# Question about float/int/text type formatting

Hey everybody, I'm a total C# newb with a light (first year CS) background in Python. I wrote a console program in Python for doing marathon pace running calculations and I'm trying to figure out the syntax for this in C# using Visual ...

Feedback