I'm am trying to distribute an application that contains a listbar. That listbar is an OCX and the description goes like this: An accurate reproduction of the Microsoft Outlook Bar, incorporating a ComCtl32.DLL ListView implementation in VB to play with.

Here is my problem: I found out that my application did not run on a Win95 machine. To solve the problem, I copied ComCtl32.dll from Win98 to the Win95 machine. After this everything seemed to be working fine.

My question would be the following: Is it safe for me include in the application package the comctl32.dll from win98? Are there many different versions of that comctl32.dll? Maybe a new version of this file came out with Windows2000 or ME and it would be bad to overwrite it with a Win98 version.

Any tips on this would be greatly appreciated.

Thanks