View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Richard Garner Richard Garner is offline
external usenet poster
 
Posts: 3
Default MS Windows Common Controls-2 6.0 (SP4)

Thanks for that, although all the links appear to say that SP4 is no longer
available. If I use a the comctl32.dll (SP6) on a target machine that only
has the SP4 version, is this going to cause problems?
--
Richard


"Vergel Adriano" wrote:

Do a google search for

Visual Studio Service Pack 4

or, get the "latest" service pack from Microsoft:

http://msdn2.microsoft.com/en-us/vstudio/aa718364.aspx




--
Hope that helps.

Vergel Adriano


"Richard Garner" wrote:

I am working on VBA code (VB6) behind an Excel spreadsheet that references MS
Windows Common Controls-2 6.0 (SP4). The control in my references list is MS
Windows Common Controls-2 6.0 (SP3). I am guessing its just a simple case of
downloading SP4 for Visual Studio so that the SP4 comctl32.dll gets installed
but I can't find it anywhere. I want to keep in-sync with the target PC that
us running SP4 of the control.

Can anyone please point me in the right direction?

--
Richard