Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Long time bug in VB6
Old
  (#1)
will_456
Guest
 
Posts: n/a
Default Long time bug in VB6 - 06-04-2007, 10:35 AM

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.


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Long time bug in VB6
Old
  (#2)
Rick Rothstein \(MVP - VB\)
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

> 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


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#3)
Randy Birch
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

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)" <EMAIL REMOVED> wrote in
message news:EMAIL REMOVED. ..
> 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


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#4)
Jan Hyde
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

"will_456" <wi;EMAIL REMOVED>'s wild thoughts were
released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
following fruit:

>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.


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#5)
will_456
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

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" <EMAIL REMOVED> wrote in message
newsEMAIL REMOVED...
> "will_456" <wi;EMAIL REMOVED>'s wild thoughts were
> released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
> following fruit:
>
>>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.
>
>



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#6)
will_456
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

Also note there is no fix (2003) just a confirmation that it is a bug.


"will_456" <wi;EMAIL REMOVED> wrote in message
newsnSFh.5912$EMAIL REMOVED...
> 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" <EMAIL REMOVED> wrote in message
> newsEMAIL REMOVED...
>> "will_456" <wi;EMAIL REMOVED>'s wild thoughts were
>> released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
>> following fruit:
>>
>>>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.
>>
>>

>
>



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#7)
Randy Birch
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

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" <EMAIL REMOVED> wrote in message
newsEMAIL REMOVED...
"will_456" <wi;EMAIL REMOVED>'s wild thoughts were
released on Thu, 01 Mar 2007 19:55:47 GMT bearing the
following fruit:

>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.


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#8)
Steve Gerrard
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM


"Randy Birch" <EMAIL REMOVED> wrote in message
news:45e98a33$0$14404$EMAIL REMOVED...
> 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?



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#9)
Dean Earley
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

Jan Hyde wrote:
> 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 (EMAIL REMOVED)
i-Catcher Development Team

iCode Systems
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Long time bug in VB6
Old
  (#10)
Jan Hyde
Guest
 
Posts: n/a
Default Re: Long time bug in VB6 - 06-04-2007, 10:35 AM

Dean Earley <EMAIL REMOVED>'s wild thoughts were
released on Wed, 07 Mar 2007 08:42:44 +0000 bearing the
following fruit:

>Jan Hyde wrote:
>> 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
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Contact Us - Forum Care Forums - Archive - Top