Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Hardware/Software.
Acmlm's Board - I2 Archive - Hardware/Software - Bugs in VB6. Omg. | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 1924/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 11-01-04 02:54 AM Link | Quote
Unless anyone has a better explanation. I thought I'd post this for people to report bugs in VB, and of course for those who are just going nuts over these 'features' to figure out WTF is wrong.

1) Add a scrollbar (horizontal or vertical). Set it to Disabled. Now click the form or another control, then try to click the scrollbar again. It won't respond! Even if you select it from the controls list, it doesn't respond to anything until you run the app and close it.

2) Add a picturebox and give it a height of say 250. Now change the form's scale mode to Pixel and try to do that again. It's a different height! Changing the form's scale mode to Pixel makes the Pictureboxes use a different measurement (close to Pixel) for Height and Width. (Really annoying if you don't know about it. )

FreeDOS

Lava Lotus
Wannabe-Mod :<
Level: 59

Posts: 817/1657
EXP: 1648646
For next: 24482

Since: 03-15-04
From: Seattle

Since last post: 6 hours
Last activity: 4 hours
Posted on 11-01-04 03:12 AM Link | Quote
1) Case insensitivity...

Shouldn't this be in Programming?
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 1925/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 11-01-04 05:35 AM Link | Quote
I thought about it, but it relates more to the IDE software itself than to programming.

BTW case insensitivity isn't a bug, it's a feature, and it's how all programming languages should work.
FreeDOS

Lava Lotus
Wannabe-Mod :<
Level: 59

Posts: 820/1657
EXP: 1648646
For next: 24482

Since: 03-15-04
From: Seattle

Since last post: 6 hours
Last activity: 4 hours
Posted on 11-01-04 08:42 AM Link | Quote
I hate case insensitivity. More in file systems than programming languages, though.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 1592/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 11-01-04 08:55 AM Link | Quote
out of curiosity, HH, have you downloaded the service pack updates for VB6?
Zem
You can be civil without being flowery, dipshits.
Level: 49

Posts: 281/1107
EXP: 829398
For next: 54485

Since: 06-13-04

Since last post: 131 days
Last activity: 131 days
Posted on 11-01-04 09:05 AM Link | Quote
Everything should be case sensitive! It keeps you on your toes! Also, there should be NO comments and whitespace should fuck everything up. Make it a pain in the ass to program anything!

Actually, I do prefer case sensitivity. Feels more consistent to me.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 1927/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 11-02-04 12:29 AM Link | Quote
Bleh, I hate it. There's nothing quite so annoying as having to remember not only the variable names, but also the capitalizaion. Then when you accidentally hit Caps Lock without noticing, you have to re-type it all. (And don't say "well don't accidentally hit it." YOU write 5000 lines of code without making any typos. ) Plus every now and then someone messes up a header file, and after hours of frustration you find out that 'SomeFunction' is really 'SomeFUnction'.
Originally posted by neotransotaku
out of curiosity, HH, have you downloaded the service pack updates for VB6?

Where?
Sokarhacd

Ball and Chain Trooper
Resistance is Futile
You Will Be Assimilated
Hab SoSlI' Quch
Level: 61

Posts: 535/1757
EXP: 1799888
For next: 76708

Since: 03-15-04

Since last post: 6 days
Last activity: 4 hours
Posted on 11-02-04 12:43 AM Link | Quote
at microsoft, its like SP6 or something, I dont know the exact link, but I had to do it, i kept getting errors when trying to run it, and after the sp it was fine...
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 1597/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 11-02-04 08:03 AM Link | Quote
Originally posted by HyperHacker
Originally posted by neotransotaku
out of curiosity, HH, have you downloaded the service pack updates for VB6?

Where?


Service Pack 6 for VB6
FreeDOS

Lava Lotus
Wannabe-Mod :<
Level: 59

Posts: 822/1657
EXP: 1648646
For next: 24482

Since: 03-15-04
From: Seattle

Since last post: 6 hours
Last activity: 4 hours
Posted on 11-02-04 08:27 AM Link | Quote
Originally posted by HyperHacker
Bleh, I hate it. There's nothing quite so annoying as having to remember not only the variable names, but also the capitalizaion. Then when you accidentally hit Caps Lock without noticing, you have to re-type it all. (And don't say "well don't accidentally hit it." YOU write 5000 lines of code without making any typos. ) Plus every now and then someone messes up a header file, and after hours of frustration you find out that 'SomeFunction' is really 'SomeFUnction'.


That's what debuggers are for... I also disable Caps Lock (actually, remap it to Left Control) to prevent that. You just change the keyboard definition on *nix... but more than likely you're on Windows, so I can't help you with that.
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Hardware/Software - Bugs in VB6. Omg. | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.008 seconds.