Hello there all,
Firstly i want to start by saying this is NOT a school project, just something i am trying to create because i have a little bit of spare time in the holidays, and i am always eager to give something new a try.
I did do vB at school in 2006, but it wasn't until i join a forum, like this one, that i realized i was using and OLD and OUTDATED version, not 05 edition, and so i could not get any help anywhere, and decided to abandoned my personal project.
But lately i decided it is unlike me to give up on something i started and so i am here now asking for you help =D
What Will My Program Do
My program, depending on the checked boxes and other various inputs, will create a simple text file.
What Im Stuck With Right Now - If CheckBox1.CheckState = CheckState.Checked Then
-
write "example_example 2" to "Textbox1.text"
-
Else
-
write "example_example 0" to "Textbox1.text"
-
End If
Obviously my code is not working at all, and i have spent some time searching on the net for my answer but to not much avail.
As you can tell i am wanting the box
if checked to write one thing, and if not to write another.
Not doubt i will need a hand later on in my project again, but for the time being a hand here would be great
Thanks all
- caek