Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author:  Jamie McGlynn
Date Submitted:  10/28/2006
Category:  Custom Controls
Compatibility:  .NET
This code has been accessed 2418 times.

Email Yourself this snippet:

Task: Allows a program made with VBNET to run without iheriting a form and stopping at the end of the SUB MAIN thread, also reduces system memory usage by upto half (blank form = 16.5K, no form = 8.25K, based on 448MB of DDR system memory). The application is not listed when you press ALT+TAB.
Declarations

Code