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