Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2163
| From | "Paulo" <nospam.vbstudent@syscolor.net> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: GPF caused by Coolbar control |
| Date | 2014-10-14 03:34 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <m1i243$iq9$1@dont-email.me> (permalink) |
| References | <m1ea2c$h7d$1@dont-email.me> <m1gf4t$eh3$1@speranza.aioe.org> <m1h2ud$no1$1@dont-email.me> <m1h6na$2vh$1@speranza.aioe.org> |
"Farnsworth" <nospam@nospam.com> wrote in message news:m1h6na$2vh$1@speranza.aioe.org... > "Paulo" <nospam.vbstudent@syscolor.net> wrote in message > news:m1h2ud$no1$1@dont-email.me... >> "Farnsworth" <nospam@nospam.com> wrote in message >> news:m1gf4t$eh3$1@speranza.aioe.org... >>> Try setting the Container property for all controls on the Coolbar to >>> the form before it's closed. Example: >>> >>> Set Command1.Container = Form1 >>> Set Picture1.Container = Form1 >>> ... >> >> Thanks, I will try this. > > This related article describes a problem that I was able to duplicate on > XP+SP2(You have to add Err.Raise 5 line and click on the band separator to > see the crash): > > http://smallbusiness.support.microsoft.com/en-us/kb/189632 Yes, the GPF message is the same. > I was not able to make it crash based on the article that you originally > gave(Q189914). I think that I found the origin. The QueryUnload event of the form containing the CoolBar contral calls a sub that contains an End statement. By removing the End statement the GPF is not raised.
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
GPF caused by Coolbar control "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-12 17:25 +0100
Re: GPF caused by Coolbar control Deanna Earley <dee.earley@icode.co.uk> - 2014-10-13 08:50 +0100
Re: GPF caused by Coolbar control "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-13 17:51 +0100
Re: GPF caused by Coolbar control Deanna Earley <dee.earley@icode.co.uk> - 2014-10-14 11:37 +0100
Re: GPF caused by Coolbar control "Farnsworth" <nospam@nospam.com> - 2014-10-13 07:54 -0400
Re: GPF caused by Coolbar control "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-13 17:30 +0100
Re: GPF caused by Coolbar control "Farnsworth" <nospam@nospam.com> - 2014-10-13 08:04 -0400
Re: GPF caused by Coolbar control "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-13 18:42 +0100
Re: GPF caused by Coolbar control "Farnsworth" <nospam@nospam.com> - 2014-10-13 14:47 -0400
Re: GPF caused by Coolbar control "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-14 03:34 +0100
Re: GPF caused by Coolbar control - FOUND WORKAROUND "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-14 04:15 +0100
Re: GPF caused by Coolbar control - FOUND WORKAROUND Deanna Earley <dee.earley@icode.co.uk> - 2014-10-14 11:42 +0100
Re: GPF caused by Coolbar control - FOUND WORKAROUND "Paulo" <nospam.vbstudent@syscolor.net> - 2014-10-19 17:17 +0100
csiph-web