Home All Groups Group Topic Archive Search About
Author
7 Oct 2005 2:46 PM
Robert
Just a question on whether there is any issues with
XP SP2 or VB6.0 SP6 if I was to install either of
theses on my machine.

Thanks for any advice on this

bob
rober***@mountaincable.net

Author
7 Oct 2005 3:06 PM
Ken Halter
"Robert" <rob***@some.com> wrote in message
news:uVHjv30yFHA.4032@TK2MSFTNGP15.phx.gbl...
> Just a question on whether there is any issues with
> XP SP2 or VB6.0 SP6 if I was to install either of
> theses on my machine.
>
> Thanks for any advice on this
>
> bob
> rober***@mountaincable.net

The only real issue is SP6. There are several problems with that release.
Stick with SP5 (or load SP6 only if you experience the bugs it's supposed to
fix) and you should be fine.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..
Author
7 Oct 2005 11:14 PM
AGP
Show quote Hide quote
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:eLu6ED1yFHA.1132@TK2MSFTNGP10.phx.gbl...
> "Robert" <rob***@some.com> wrote in message
> news:uVHjv30yFHA.4032@TK2MSFTNGP15.phx.gbl...
> > Just a question on whether there is any issues with
> > XP SP2 or VB6.0 SP6 if I was to install either of
> > theses on my machine.
> >
> > Thanks for any advice on this
> >
> > bob
> > rober***@mountaincable.net
>
> The only real issue is SP6. There are several problems with that release.
> Stick with SP5 (or load SP6 only if you experience the bugs it's supposed
to
> fix) and you should be fine.
>
> --
> Ken Halter - MS-MVP-VB - http://www.vbsight.com
> DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
> Please keep all discussions in the groups..
>
>

One question..say I develop with VBSP6 as my company demands it. Then I
dsitribute with
the latest VB runtime files. Will that make the bugs show up in other
developers apps even though
they didnt see them with SP5?

AGP
Author
8 Oct 2005 6:40 AM
Ken Halter
"AGP" <sindizzy.***@softhome.net> wrote in message
news:xjD1f.13297$6e1.9295@newssvr14.news.prodigy.com...
>
> One question..say I develop with VBSP6 as my company demands it. Then I
> dsitribute with
> the latest VB runtime files. Will that make the bugs show up in other
> developers apps even though
> they didnt see them with SP5?
>
> AGP

In theory <g> Don't feel too bad though because Windows and Office Update
install parts of SP6 without even letting you know. Ask those SP5 developers
to look at their components dialog at 'Microsoft Windows Common Controls 6.0
(SPx)" or "Microsoft Rich Textbox Control 6.0 (SPx)" and tell you what
service pack it shows. Mine says SP6.

In a "perfect world", we should be developing on the oldest OS/oldest SP we
plan to support. That way, our setup packages rarely update any shared
components on the end users system. In the real world, that's nearly
impossible.

In a "perfect world", we should be laying out our forms based on the lowest
resolution we plan to support. That way, if we resize, nothing gets
squished. In the real world, it's not as easy as it sounds. Especially since
users that have their resolution set to 1024x768 'Large Fonts' will only get
the screen real estate of a monitor set to 800x600 'Small Fonts'.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..