View Single Post
Old Jul 20th, 2006, 8:48 PM   #3
randum77
Programmer
 
randum77's Avatar
 
Join Date: Jun 2006
Location: Fayettehell, NC
Posts: 56
Rep Power: 3 randum77 is on a distinguished road
Quote:
Originally Posted by Booooze
The reason that code doesn't work is because it imports classes form the .Net framework. VBScripts don't utilize the .Net framework. As for a "*.exe solution", if you mean just close the program using code, try Me.Close() .
Ah, the comment about imports makes sense now that you say that.

As for the me.close, i now feel absolutly retarded. Thank you for the reality check! I've put that in so many close buttons and didn't even think about it. I can then build the entire procedure in the Load event. Then place the Me.Close() at the end and woopy, it's done. *shakes head in shame*
__________________
_Marshall_

"America has bred a society that is innocent and incapable of accepting responsibility, but yet, is able to place blame on others without guilt."
randum77 is offline   Reply With Quote