question
Printable View
question
form.visible = false
or select the form and set visible to false in the properties section
Or get rid of the form and put everything in a module containing a sub called Main and let that sub start the program.
Thank u guys, i will give that a try.
Any one how to do this in VB2005, because i dont see module i have as startup in project properties.
found the answer...
Click on Project-Properites
Clear the Enable Application framework checkbox
Then all the forms, modules, classes are visible
A bit late for this thread, but this is the wrong forum - you want our VB.Net (VB2002 and later) forum instead, and should post any new questions in there.Quote:
Originally Posted by jmike_mikej
A bit late too, but why do people delete their question after they get an answer?
I didn't notice that.. jmike_mikej, please don't do that! :cry:
It not only means that people who come along after that can't help you, but it also means that people who have a similar problem later can't get any help from the question/answer that are here (which happens far more than you think).
I agree completely. I get most of my info from previously asked questions and answers.:)Quote:
Originally Posted by si_the_geek
Sorry..
Original Question was how to Use VB6 to just execute some code, and not show the form. NO GUI needed.