More questions from your noob [RESOLVED]
1. I have a dialog box that opens up. It't another form and I open it with
frmAll.show()
It's declared as a new form already but It works fine and I can open it, but the exit button in the dialog does a me.close()
When I try to open it again, I get an error saying something about "Object already terminated". How can I keep re-opening it? Should I hide instead of closing it or something?
2.I have functions I want to run if certain boxes are checked. I use some code to check all the boxes or the selected boxes but when the user hits apply, how can I make it so only certain functions are run? Like is there a
if listitem(1).selected then
'do stuff
??
3. Last question. Is there anyway to make a VB .NET program not require the .NET framework? Like can't it compile it down to native code instead of .NET code?
Thats all :)