blah blah blah is here! blah blah » Close

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

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
1 answers

GUI programming, C# vs C/C++

Hi all, I was just wondering what people thought about this. I know its possible to write raw C++ code to create a GUI but that's pretty involved. Its a lot easier in C# for sure. But I created a very simple form with a text box a ...

Feedback