Long time bug in VB6 | Guest | |
Posts: n/a
# 1:
March 1st, 2007, 08:05 PM
| | |
I've always found this extremely annoying, anyone else?
On a form where you have many controls hold down your Ctrl key and select a
large number of them at random. Now keep the Ctrl key down and click a
control again to unselect it. Your VB6 IDE will crash.
It's annoying because you'll be selecting sometimes small labels and you'll
accidentally select the wrong one or what's behind it. I've had this problem
in spite of every service pack. | | Guest | |
Posts: n/a
# 2:
March 1st, 2007, 08:15 PM
| | | re: Long time bug in VB6
I've always found this extremely annoying, anyone else? Quote:
>
On a form where you have many controls hold down your Ctrl key and select
a large number of them at random. Now keep the Ctrl key down and click a
control again to unselect it. Your VB6 IDE will crash.
>
It's annoying because you'll be selecting sometimes small labels and
you'll accidentally select the wrong one or what's behind it. I've had
this problem in spite of every service pack.
I just tried it out on my VB6 SP5 installation and the problem you are
describing does not occur on it.
Rick | | Guest | |
Posts: n/a
# 3:
March 2nd, 2007, 03:55 AM
| | | re: Long time bug in VB6
Ditto here - never had a crash selecting or deselecting multiple controls.
--
Randy Birch
MS MVP, Visual Basic http://vbnet.mvps.org/
"Rick Rothstein (MVP - VB)" <rickNOSPAMnews@NOSPAMcomcast.netwrote in
message news:L8qdnetxZa4ar3rYnZ2dnUVZ_vupnZ2d@comcast.com. .. Quote:
I've always found this extremely annoying, anyone else?
>
On a form where you have many controls hold down your Ctrl key and select
a large number of them at random. Now keep the Ctrl key down and click a
control again to unselect it. Your VB6 IDE will crash.
>
It's annoying because you'll be selecting sometimes small labels and
you'll accidentally select the wrong one or what's behind it. I've had
this problem in spite of every service pack.
I just tried it out on my VB6 SP5 installation and the problem you are
describing does not occur on it.
Rick | | Guest | |
Posts: n/a
# 4:
March 2nd, 2007, 09:05 AM
| | | re: Long time bug in VB6
"will_456" <wi;ll_456@bigpond.com>'s wild thoughts were
released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
following fruit: Quote:
>I've always found this extremely annoying, anyone else?
>
>On a form where you have many controls hold down your Ctrl key and select a
>large number of them at random. Now keep the Ctrl key down and click a
>control again to unselect it. Your VB6 IDE will crash.
>
>It's annoying because you'll be selecting sometimes small labels and you'll
>accidentally select the wrong one or what's behind it. I've had this problem
>in spite of every service pack.
>
This bug was fixed in a SP, can't recall which one. But I
think and SP from 3-6 should do. | | Guest | |
Posts: n/a
# 5:
March 2nd, 2007, 09:55 AM
| | | re: Long time bug in VB6
Found it thanks: http://support.microsoft.com/kb/190039/en-us
Apparently all I need to do is open the properties windw first and it won't
crash.
Hm-m-m wish I'd known that before adding 20 controls to a form, lining them
up and getting them looking just right before selecting them all and trying
to select them all so I can set a common property (without saving first).
Make one mistake selecting so need to deselect one control and Crash !!! -
start again with a blank form. I've done this so many times Arg-h-h-h-h
!!!!!!
"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.comwrote in message
news:pnpfu257bqk0fb5fmrc19srvpptb36a7b5@4ax.com... Quote:
"will_456" <wi;ll_456@bigpond.com>'s wild thoughts were
released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
following fruit:
> Quote:
>>I've always found this extremely annoying, anyone else?
>>
>>On a form where you have many controls hold down your Ctrl key and select
>>a
>>large number of them at random. Now keep the Ctrl key down and click a
>>control again to unselect it. Your VB6 IDE will crash.
>>
>>It's annoying because you'll be selecting sometimes small labels and
>>you'll
>>accidentally select the wrong one or what's behind it. I've had this
>>problem
>>in spite of every service pack.
>>
>
This bug was fixed in a SP, can't recall which one. But I
think and SP from 3-6 should do.
>
>
| | Guest | |
Posts: n/a
# 6:
March 2nd, 2007, 09:55 AM
| | | re: Long time bug in VB6
Also note there is no fix (2003) just a confirmation that it is a bug.
"will_456" <wi;ll_456@bigpond.comwrote in message
news:onSFh.5912$8U4.703@news-server.bigpond.net.au... Quote:
Found it thanks:
> http://support.microsoft.com/kb/190039/en-us
>
Apparently all I need to do is open the properties windw first and it
won't crash.
>
Hm-m-m wish I'd known that before adding 20 controls to a form, lining
them up and getting them looking just right before selecting them all and
trying to select them all so I can set a common property (without saving
first). Make one mistake selecting so need to deselect one control and
Crash !!! - start again with a blank form. I've done this so many times
Arg-h-h-h-h !!!!!!
>
>
>
"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.comwrote in message
news:pnpfu257bqk0fb5fmrc19srvpptb36a7b5@4ax.com... Quote:
>"will_456" <wi;ll_456@bigpond.com>'s wild thoughts were
>released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
>following fruit:
>> Quote:
>>>I've always found this extremely annoying, anyone else?
>>>
>>>On a form where you have many controls hold down your Ctrl key and select
>>>a
>>>large number of them at random. Now keep the Ctrl key down and click a
>>>control again to unselect it. Your VB6 IDE will crash.
>>>
>>>It's annoying because you'll be selecting sometimes small labels and
>>>you'll
>>>accidentally select the wrong one or what's behind it. I've had this
>>>problem
>>>in spite of every service pack.
>>>
>>
>This bug was fixed in a SP, can't recall which one. But I
>think and SP from 3-6 should do.
>>
>>
>
>
| | Guest | |
Posts: n/a
# 7:
March 3rd, 2007, 02:55 PM
| | | re: Long time bug in VB6
Still can't reproduce the problem, even following the steps in the KB
article. And that's on a box with vb6 and NO service pack installed.
--
Randy Birch
MS MVP, Visual Basic http://vbnet.mvps.org/
"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.comwrote in message
news:pnpfu257bqk0fb5fmrc19srvpptb36a7b5@4ax.com...
"will_456" <wi;ll_456@bigpond.com>'s wild thoughts were
released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
following fruit: Quote:
>I've always found this extremely annoying, anyone else?
>
>On a form where you have many controls hold down your Ctrl key and select a
>large number of them at random. Now keep the Ctrl key down and click a
>control again to unselect it. Your VB6 IDE will crash.
>
>It's annoying because you'll be selecting sometimes small labels and you'll
>accidentally select the wrong one or what's behind it. I've had this
>problem
>in spite of every service pack.
>
This bug was fixed in a SP, can't recall which one. But I
think and SP from 3-6 should do. | | Guest | |
Posts: n/a
# 8:
March 3rd, 2007, 05:45 PM
| | | re: Long time bug in VB6
"Randy Birch" <rgb_removethis@mvps.orgwrote in message
news:45e98a33$0$14404$c3e8da3@news.astraweb.com... Quote:
Still can't reproduce the problem, even following the steps in the KB
article. And that's on a box with vb6 and NO service pack installed.
>
VB6 in original condition? Are you saving that for Antiques Roadshow, or
something?
:) | | Guest | |
Posts: n/a
# 9:
March 3rd, 2007, 09:35 PM
| | | re: Long time bug in VB6
<gHaven't got around to installing SP5 or SP6 on a clean install.
--
Randy Birch
MS MVP, Visual Basic http://vbnet.mvps.org/
"Steve Gerrard" <mynamehere@comcast.netwrote in message
news:vPednaz3CqfoLHTYnZ2dnUVZ_oWdnZ2d@comcast.com. ..
"Randy Birch" <rgb_removethis@mvps.orgwrote in message
news:45e98a33$0$14404$c3e8da3@news.astraweb.com... Quote:
Still can't reproduce the problem, even following the steps in the KB
article. And that's on a box with vb6 and NO service pack installed.
>
VB6 in original condition? Are you saving that for Antiques Roadshow, or
something?
:) | | Guest | |
Posts: n/a
# 10:
March 5th, 2007, 06:35 AM
| | | re: Long time bug in VB6
"will_456" <wi;ll_456@bigpond.comskrev i en meddelelse
news:7dGFh.5564$8U4.4891@news-server.bigpond.net.au... Quote:
I've always found this extremely annoying, anyone else?
>
On a form where you have many controls hold down your Ctrl key
and select a large number of them at random. Now keep the Ctrl
key down and click a control again to unselect it. Your VB6 IDE
will crash.
Never seen that problem.
And a "large number of control" does - in my ears - sound like a
design-problem ;-) | | Guest | |
Posts: n/a
# 11:
March 5th, 2007, 09:25 AM
| | | re: Long time bug in VB6
"Randy Birch" <rgb_removethis@mvps.org>'s wild thoughts were
released on Sat, 3 Mar 2007 09:43:03 -0500 bearing the
following fruit: Quote:
>Still can't reproduce the problem, even following the steps in the KB
>article. And that's on a box with vb6 and NO service pack installed.
It certainly has been a problem - it used to drive me crazy.
I've encountered the problem very rarely since SP3. | | Guest | |
Posts: n/a
# 12:
March 5th, 2007, 10:15 AM
| | | re: Long time bug in VB6
"preben nielsen" <prel@post.tele.dkwrote in message
news:45ebb7cc$0$845$edfadb0f@dread12.news.tele.dk. .. Quote:
>
"will_456" <wi;ll_456@bigpond.comskrev i en meddelelse
news:7dGFh.5564$8U4.4891@news-server.bigpond.net.au... Quote:
>I've always found this extremely annoying, anyone else?
>>
>On a form where you have many controls hold down your Ctrl key and select
>a large number of them at random. Now keep the Ctrl key down and click a
>control again to unselect it. Your VB6 IDE will crash.
>
Never seen that problem.
>
And a "large number of control" does - in my ears - sound like a
design-problem ;-)
>
>
>
Just tried it then:
1. New project - one form
2. Add 4 buttons
3. Close properties window
4. Hold down Ctrl and click on each one until 4 selected
5. Click one again to deselect
Houston - we have a problem !!!! ... well on my system anyway (and the last
three computers I've owned) | | Guest | |
Posts: n/a
# 13:
March 5th, 2007, 10:45 AM
| | | re: Long time bug in VB6
Just tried it then: Quote:
1. New project - one form
2. Add 4 buttons
3. Close properties window
4. Hold down Ctrl and click on each one until 4 selected
5. Click one again to deselect
>
Houston - we have a problem !!!! ... well on my system anyway (and the
last three computers I've owned)
Yep! That procedure (and using the Shift key instead of the Control key)
crashes my copy of VB also. I guess I never saw this problem before because
I never close the Properties window. Just out of curiosity, why would
someone close the Properties window anyway?
Rick | | Guest | |
Posts: n/a
# 14:
March 5th, 2007, 01:05 PM
| | | re: Long time bug in VB6
"Rick Rothstein \(MVP - VB\)"
<rickNOSPAMnews@NOSPAMcomcast.net>'s wild thoughts were
released on Mon, 5 Mar 2007 05:34:45 -0500 bearing the
following fruit: Quote: Quote:
>Just tried it then:
>1. New project - one form
>2. Add 4 buttons
>3. Close properties window
>4. Hold down Ctrl and click on each one until 4 selected
>5. Click one again to deselect
>>
>Houston - we have a problem !!!! ... well on my system anyway (and the
>last three computers I've owned)
>
>Yep! That procedure (and using the Shift key instead of the Control key)
>crashes my copy of VB also. I guess I never saw this problem before because
>I never close the Properties window. Just out of curiosity, why would
>someone close the Properties window anyway?
Before I got a flat screen my eyes could only cope with
800x600 - Not a lot of screen real estate to work with.
I can see why there might be occasions where you need to
close things down.
J | | Guest | |
Posts: n/a
# 15:
March 5th, 2007, 03:45 PM
| | | re: Long time bug in VB6
>Just out of curiosity, why would someone close the Quote: Quote:
>Properties window anyway?
>
Before I got a flat screen my eyes could only cope with
800x600 - Not a lot of screen real estate to work with.
>
I can see why there might be occasions where you need to
close things down.
Maybe if you were using the MDI interface; but if things were that crowded,
switching to the SDI interface would have solved that... no need to turn
individual "tool" windows off as the Form, when selected, would sit above
them.
Rick | | Guest | |
Posts: n/a
# 16:
March 6th, 2007, 09:05 AM
| | | re: Long time bug in VB6
"Rick Rothstein \(MVP - VB\)"
<rickNOSPAMnews@NOSPAMcomcast.net>'s wild thoughts were
released on Mon, 5 Mar 2007 10:37:45 -0500 bearing the
following fruit: Quote: Quote: Quote:
>>Just out of curiosity, why would someone close the
>>Properties window anyway?
>>
>Before I got a flat screen my eyes could only cope with
>800x600 - Not a lot of screen real estate to work with.
>>
>I can see why there might be occasions where you need to
>close things down.
>
>Maybe if you were using the MDI interface; but if things were that crowded,
>switching to the SDI interface would have solved that... no need to turn
>individual "tool" windows off as the Form, when selected, would sit above
>them.
True, but as we know, some people here see the SDI interface
as evil ;-) | | Guest | |
Posts: n/a
# 17:
March 6th, 2007, 09:45 AM
| | | re: Long time bug in VB6
Jan Hyde wrote: Quote:
"Rick Rothstein \(MVP - VB\)" Quote: Quote:
>>I can see why there might be occasions where you need to
>>close things down.
>Maybe if you were using the MDI interface; but if things were that crowded,
>switching to the SDI interface would have solved that... no need to turn
>individual "tool" windows off as the Form, when selected, would sit above
>them.
>
True, but as we know, some people here see the SDI interface
as evil ;-)
But a necessity if you want to (sensibly) use multiple monitors :)
--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
iCode Systems | | Guest | |
Posts: n/a
# 18:
March 6th, 2007, 03:05 PM
| | | re: Long time bug in VB6
Dean Earley <dean.earley@icode.co.uk>'s wild thoughts were
released on Tue, 06 Mar 2007 09:36:15 +0000 bearing the
following fruit: Quote:
>Jan Hyde wrote: Quote:
>"Rick Rothstein \(MVP - VB\)" Quote:
>>>I can see why there might be occasions where you need to
>>>close things down.
>>Maybe if you were using the MDI interface; but if things were that crowded,
>>switching to the SDI interface would have solved that... no need to turn
>>individual "tool" windows off as the Form, when selected, would sit above
>>them.
>>
>True, but as we know, some people here see the SDI interface
>as evil ;-)
>
>But a necessity if you want to (sensibly) use multiple monitors :)
I've never used multiple monitors, can you answer me this.
My graphics card only has one output so I can only plug in
one monitor, is there any way I can use the on board
graphics card to run the second monitor? | | Guest | |
Posts: n/a
# 19:
March 7th, 2007, 12:45 AM
| | | re: Long time bug in VB6
"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.comwrote in message
news:3pvqu2tb2bhvb4i7q1r4knsdvuadqmt5ko@4ax.com... Quote:
Dean Earley <dean.earley@icode.co.uk>'s wild thoughts were
released on Tue, 06 Mar 2007 09:36:15 +0000 bearing the
following fruit:
> Quote:
>>Jan Hyde wrote: Quote:
>>"Rick Rothstein \(MVP - VB\)"
>>>>I can see why there might be occasions where you need to
>>>>close things down.
>>>Maybe if you were using the MDI interface; but if things were that
>>>crowded,
>>>switching to the SDI interface would have solved that... no need to
>>>turn
>>>individual "tool" windows off as the Form, when selected, would sit
>>>above
>>>them.
>>>
>>True, but as we know, some people here see the SDI interface
>>as evil ;-)
>>
>>But a necessity if you want to (sensibly) use multiple monitors :)
>
I've never used multiple monitors, can you answer me this.
My graphics card only has one output so I can only plug in
one monitor, is there any way I can use the on board
graphics card to run the second monitor?
>
You can connect it to something like Matrox Dualhead to go.. http://sewelldirect.com/DualHead2Go-Matrox.asp | | Guest | |
Posts: n/a
# 20:
March 7th, 2007, 08:55 AM
| | | re: Long time bug in VB6
Jan Hyde wrote: Quote:
I've never used multiple monitors, can you answer me this.
My graphics card only has one output so I can only plug in
one monitor, is there any way I can use the on board
graphics card to run the second monitor?
It depends on the motherboard.
Some see an extra graphics card and completely disable the on board,
some have an option to enable it as well.
Failing that, a Matrox or NVidia dual head card as Raoul suggested.
--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
iCode Systems | | Guest | |
Posts: n/a
# 21:
March 7th, 2007, 09:15 AM
| | | re: Long time bug in VB6
Dean Earley <dean.earley@icode.co.uk>'s wild thoughts were
released on Wed, 07 Mar 2007 08:42:44 +0000 bearing the
following fruit: Quote:
>Jan Hyde wrote: Quote:
>I've never used multiple monitors, can you answer me this.
>My graphics card only has one output so I can only plug in
>one monitor, is there any way I can use the on board
>graphics card to run the second monitor?
>
>It depends on the motherboard.
>
>Some see an extra graphics card and completely disable the on board,
>some have an option to enable it as well.
>
>Failing that, a Matrox or NVidia dual head card as Raoul suggested.
I was hoping to avoid the extra expense. I may just wait
until I need a new graphics card.
Thanks anyway.
J | | Guest | |
Posts: n/a
# 22:
March 11th, 2007, 04:55 PM
| | | re: Long time bug in VB6
ah.. that's why it worked for me... I only use SDI.
--
Randy Birch
MS MVP, Visual Basic http://vbnet.mvps.org/
Please respond to the newsgroups so all can benefit.
"Rick Rothstein (MVP - VB)" <rickNOSPAMnews@NOSPAMcomcast.netwrote in
message news:IpKdnUKPCeXXpHHYnZ2dnUVZ_s-rnZ2d@comcast.com... Quote: Quote: Quote:
>>Just out of curiosity, why would someone close the
>>Properties window anyway?
>>
>Before I got a flat screen my eyes could only cope with
>800x600 - Not a lot of screen real estate to work with.
>>
>I can see why there might be occasions where you need to
>close things down.
>
Maybe if you were using the MDI interface; but if things were that
crowded, switching to the SDI interface would have solved that... no need
to turn individual "tool" windows off as the Form, when selected, would
sit above them.
>
Rick
>
|  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,961 network members.
|