VB questions

Started by Tazero, March 08, 2009, 04:00:03 pm

Previous topic - Next topic

Tazero

I just have 3-4 questions mainly snippets

Lets have a return value for a checkbox!

Basically i want to see if a check box is checked.




Let's make the program write out a complete code for RGSS
[/u][/b]


This is all i have for right now


If you were a fish...

G_G

for the checkbox thing
double click something and type this

if Checkbox1.checked Then
Whatever you need here
End If