Results 1 to 21 of 21

Thread: [RESOLVED] Service Pack 6 for Visual Basic 6.0

  1. #1

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Resolved [RESOLVED] Service Pack 6 for Visual Basic 6.0

    I am using the 'out of the box' version of Visual Basic 6.0.

    What kinds of things does service pack 6 fix, and should I install it?

    I should also mention one very important point. I have written a fairly large program that has not yet been deployed. This program uses lots of references and connections. Is there any chance SP6 would screw something up....beyond repair anyways?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Service Pack 6 for Visual Basic 6.0

    You are at least using Service Pack 5 I hope, right?

  3. #3

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Service Pack 6 for Visual Basic 6.0

    I wish I knew. The following is the version info aquired from HELP---ABOUT.

    Version 8176
    VBA: Retail 6.0.8169
    Forms3: 2.01

    I don't see the mention of a service pack anywhere.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Service Pack 6 for Visual Basic 6.0

    When you open Visual Basic, the splash screen will tell you what SP you are on.

    Also, the very first line of the About box will say: (at least mine does)
    "Microsoft Visual Basic 6.0 (SPX)"

  5. #5

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Service Pack 6 for Visual Basic 6.0

    It doesn't say anything about any service packs.

    Why does it matter though ?
    It says on Microsofts' web site that all service packs are cumulative. Meaning SP6 includes all of the required info from the previous packs (1-5).

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Service Pack 6 for Visual Basic 6.0

    Can you post a screen shot of your About box?

  7. #7

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Service Pack 6 for Visual Basic 6.0

    Certainly. Hope this helps.
    Last edited by The_Grudge; Jul 18th, 2005 at 10:19 AM.

  8. #8
    Fanatic Member
    Join Date
    Mar 2002
    Location
    AUSTRALIA
    Posts
    603

    Re: Service Pack 6 for Visual Basic 6.0

    Here's mine.
    I believe going to SP5 was desirable.
    I've felt no compulsion to go to SP6.
    (Fear of MS side effects.)
    Attached Images Attached Images  
    Rob C

  9. #9
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Service Pack 6 for Visual Basic 6.0

    The_Grudge: It looks like you don't have any service packs installed.

    This means all sorts of dire things. I don't know all of what each Service Pack has done, but I do know that updates to components are a part of the service pack.

    If I were to send you a screen with a ListView on it that I made on my machine, you would get errors trying to run it on your machine because the OCX which contains the component has changed so many times.

    You need to patch your VB version.

  10. #10
    Fanatic Member
    Join Date
    Mar 2002
    Location
    AUSTRALIA
    Posts
    603

    Re: Service Pack 6 for Visual Basic 6.0

    Your version number looks like it is old enough to be prior to any SPs

    Rob

    PS,
    I think I know why your image is B I G
    If you used Paint, you should shrink the background to about 1 cm square by dragging the borders. Then close Paint.
    The next time you open Paint it will be that small size.
    When you paste into Paint, it will enlarge the background just sufficient to fit your image.

    Rob
    Rob C

  11. #11

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Service Pack 6 for Visual Basic 6.0

    So the concensus is that I should definatley upgrade??
    I've been having all sorts of deployment problems with my app (I think with MDAC) so I guess this can't hurt.

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Service Pack 6 for Visual Basic 6.0

    Quote Originally Posted by The_Grudge
    So the concensus is that I should definatley upgrade??
    I've been having all sorts of deployment problems with my app (I think with MDAC) so I guess this can't hurt.
    No, but it most definately can help.

    Are you the only programmer in your shop?

  13. #13
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Service Pack 6 for Visual Basic 6.0

    Actually SP5 does update components and the IDEs. SP6 also has a few component updates but mostly IDE and VSS updates.

    SP5

    SP6

    I also recommend installing SP5 at a minimum. You may have to replace some controls on your forms with the updated ones but the trouble
    is worth it to avoid any bugs from using the original un-updated components.

    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  14. #14
    Fanatic Member
    Join Date
    Mar 2002
    Location
    AUSTRALIA
    Posts
    603

    Re: Service Pack 6 for Visual Basic 6.0

    Sorry to you both, I'm not chipping in deliberately.
    Posts are happening whilst I'm typing (and painting).
    You could compile your app and get someoine to run it on their machine, to look for consequences, prior to risking an update.

    Rob
    Rob C

  15. #15

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Unhappy Re: Service Pack 6 for Visual Basic 6.0

    Is there an uninstal feature to this so if things get out of hand I can revert to the way it was?

    I don't mind it being a pain in the ass if I know it'll be better in the long run.
    But if it's going to be a nightmare then I may think about it.

    There is only one other VB programmer in my group. I just found out she has the same "dinosaur" version as me.

  16. #16
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Service Pack 6 for Visual Basic 6.0

    Once you install a service pack, espeically one that actually updates component files, there is no going back.

    However, SP5 has been around for a few years, so you really don't have to worry.

  17. #17

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Service Pack 6 for Visual Basic 6.0

    Why not go all out and download 6?

  18. #18
    Fanatic Member
    Join Date
    Mar 2002
    Location
    AUSTRALIA
    Posts
    603

    Re: Service Pack 6 for Visual Basic 6.0

    If I was you, I would back up your Project/Source code to a cd, then install SP6 (or SP5).

    Rob
    Rob C

  19. #19
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Service Pack 6 for Visual Basic 6.0

    Its been years since I installed SP5 but I could have sworn that there was an uninstall or something or was it only on sp6?
    Either way you really need to be running sp5 at least and if it means that you have to fix some projects in order to get them
    compliant then thats what you need to do since its a good benefit to upgrade. Fix the minor issues from upgrading to the
    SP or fix allot more issues down the road when you have "issues" that could have been avoided with the sp.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  20. #20

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Service Pack 6 for Visual Basic 6.0

    I just installed SP6 and I only had to change one reference in my program.

    The main thing though, is that my program now deploys seamlessly.
    Before SP6, it wouldn't work on anyones computer but my own.

    GIDDY UP!

  21. #21
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [RESOLVED] Service Pack 6 for Visual Basic 6.0

    Just a note:
    If you used any controls from the common controls library 2 or 3, you will need to delete the control on your form and add it back
    again from your toolbox. If you dont do this the your actually still running with the original no-service pack updated control.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width