|
-
Mar 19th, 2007, 01:14 AM
#1
Thread Starter
Member
[RESOLVED] Simple Task-In Vb
Last edited by jmike_mikej; Apr 7th, 2007 at 10:38 AM.
-
Mar 19th, 2007, 01:38 AM
#2
New Member
Re: Simple Task-In Vb
form.visible = false
or select the form and set visible to false in the properties section
-
Mar 19th, 2007, 04:08 AM
#3
Frenzied Member
Re: Simple Task-In Vb
Or get rid of the form and put everything in a module containing a sub called Main and let that sub start the program.
-
Mar 19th, 2007, 07:25 AM
#4
Thread Starter
Member
Re: Simple Task-In Vb
Thank u guys, i will give that a try.
-
Jan 18th, 2008, 06:54 PM
#5
Thread Starter
Member
Re: [RESOLVED] Simple Task-In Vb
Any one how to do this in VB2005, because i dont see module i have as startup in project properties.
-
Jan 23rd, 2008, 04:40 PM
#6
Thread Starter
Member
Re: [RESOLVED] Simple Task-In Vb
found the answer...
Click on Project-Properites
Clear the Enable Application framework checkbox
Then all the forms, modules, classes are visible
-
Jan 23rd, 2008, 05:36 PM
#7
Re: [RESOLVED] Simple Task-In Vb
 Originally Posted by jmike_mikej
Any one how to do this in VB2005
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.
-
Jan 23rd, 2008, 06:02 PM
#8
Frenzied Member
Re: [RESOLVED] Simple Task-In Vb
A bit late too, but why do people delete their question after they get an answer?
-
Jan 23rd, 2008, 06:09 PM
#9
Re: [RESOLVED] Simple Task-In Vb
I didn't notice that.. jmike_mikej, please don't do that!
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).
-
Jan 23rd, 2008, 06:19 PM
#10
Lively Member
Re: [RESOLVED] Simple Task-In Vb
 Originally Posted by si_the_geek
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.
-
Jan 26th, 2008, 11:05 PM
#11
Thread Starter
Member
Re: [RESOLVED] Simple Task-In Vb
Sorry..
Original Question was how to Use VB6 to just execute some code, and not show the form. NO GUI needed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|