Re: Sub Main()
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Alot of my code doesn't work when I uncheck Enable Application Framework.
Lines of code like:
Me.Cursor = System.Windows.Forms.Cursors.WaitCursor
and
Form1.rtbAllAcq.Text = aryStatistics(0)
no longer work.
Anyway I am going to remove Sub Main and return Form1 as the
startup Form. I will have to do some reading on Exception
handling and see how to handle exceptions that I do not catch
at the form level. My code is working fine as is, but I wanted
to try and add some improvements.
Thanks,
Thomas
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>
http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
Relevant Pages
- Re: problem with sending xml documents over network
... What version of the compiler? ... I'm not getting an exception when I should. ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.lang.java.help) - Re: error handling
... > exception is not one that can be corrected, how do I exit the program? ... > and the program needs to be shut down, but I don't know how to code the ... > Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... > Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (microsoft.public.dotnet.languages.vb) - Re: very simple encryption
... I just need a simple way to encrypt/decrypt a string, main purpose is, ... public static void mainthrows Exception { ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.lang.java.programmer) - error handling
... If I have a Try Catch block that captures an exception in a function located ... and the program needs to be shut down, but I don't know how to code the shut ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (microsoft.public.dotnet.languages.vb) |
|