Re: EXE Hangs
- From: "Bob Butler" <tiredofit@xxxxxxxxxx>
- Date: Mon, 22 Aug 2005 06:50:20 -0700
"Fulvio" <fulvio@xxxxxxxxxxxxxxxxxxx> wrote in message
news:eqm8%233xpFHA.320@xxxxxxxxxxxxxxxxxxxx
> :)
>
> i know i should, but what if i don't want to ?
Then your XP clients will have to learn to use task manager
> I mean... in Win 2000 or Win98 errors are raised and the app closes
> fine
They aren't XP and the app is not closing 'fine' in the others anyway; you
aren't doing proper cleanup which means that any files, databases and other
resources that your app allocated are potentially not getting updated
properly. It's just that any potential mess left is being masked by the
apparent ending of the application.
> Your answer looks like:
> 'An error occurs when changing backcolor of form'
> Solution:
> 'Don't change backcolor'
> .....
No, it's more like
'I don't want to take the time to code my app properly'
Solution: Live with whatever you get
I don't mean to sound glib but you can't have it both ways. Either you
handle the errors yourself (either by testing for the conditions and
preventing them or catching them and shutting down properly) or you let the
system handle it for you and have to deal with different OS versions being
just that, different.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- References:
- EXE Hangs
- From: Fulvio
- Re: EXE Hangs
- From: Bob Butler
- Re: EXE Hangs
- From: Fulvio
- EXE Hangs
- Prev by Date: Re: EXE Hangs
- Next by Date: VB IDE Events
- Previous by thread: Re: EXE Hangs
- Next by thread: VB IDE Events
- Index(es):
Relevant Pages
|