Re: Syntax to QUIT the running App - To Clarify...



Where does it say to use the END statement?

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--


"Ted" <2000@xxxxxxxxxx> wrote in message
news:eAChIZ0rFHA.3556@xxxxxxxxxxxxxxxxxxxxxxx
> >Did you ever install a service pack?
> This is only one bug.
>
> > hangs as a result of a VB bug. LOL
> You need field experience.
>
>
> Unloading Form from Control Array Event Causes Application Error
> View products that this article applies to.
> Article ID : 269445
> Last Review : June 28, 2004
> Revision : 1.0
>
> This article was previously published under Q269445
> On This Page
> SYMPTOMS
> RESOLUTION
> STATUS
> MORE INFORMATION
> Steps to Reproduce the Problem
> APPLIES TO
>
> SYMPTOMS
> You have a Visual Basic project that has a form with control array. You
> unload the form inside of control array's event handler and when the form
> unloads, you set the form to be Nothing. The project works fine with
Visual
> Studio 6.0 Service Pack 3 installed. However, if Visual Studio 6. 0
Service
> Pack 4 is installed on the computer, the application stops responding when
> the control array's event to unload the form is fired.
> Back to the top
>
> RESOLUTION
> . To work around the problem for scenarios 1 and 2 (as described in
> the "More Information" section of this article), don't set the form to
> nothing when the form is unloaded.
> . To work around the problem for scenario 3, make a form-level
> reference to the form that will not lose scope while the form is active.
To
> do so, add the following to the General Declarations section:
>
>
>
>
> "Al Reid" <areidjr@xxxxxxxxxxxxxxxx> wrote in message
> news:%23orx8O0rFHA.2272@xxxxxxxxxxxxxxxxxxxxxxx
> > "Ted" <2000@xxxxxxxxxx> wrote in message
> > news:%23IUrLK0rFHA.1684@xxxxxxxxxxxxxxxxxxxxxxx
> >> >then something is wrong with your code
> >>
> >> There is hardly any code.
> >> It is a bug in VB, it just hangs.
> >>
> >>
> > You've got to be kidding!!! Did you ever install a service pack? I'd
> > really like to see an example of a single form app with little code that
> > hangs as a result of a VB bug. LOL
> >
> > --
> > Al Reid
> >
> >
>
>
>


.



Relevant Pages