GUIDO22
Registered User.
- Local time
- Today, 14:55
- Joined
- Nov 2, 2003
- Messages
- 515
Recently I added a reference to my DB project to use the ListView control from MSCOMCTL.OCX This for whatever reason resides on my Windows 7 Development PC - in c:\windows\SysWOW64.
Other users of the DB on my network do not have Windows 7, (they have either Vista or XP). Of course, all have the MSCOMCTL active X and this is found in the C:\windows\system32, folder.
Of course when I put the DB live on the network - the users were unable to access as the DB did not see the reference to the path referring to folder SysWOW64.
I have had to rollback to where I was originally and remove the OCX reference from the database. I am unusure how I can make use of the ListView control despite the OCX file being stored elsewhere on my Development machine to where it is stored on the users PCs... I believe they have to see the OCX references in the same location? You cannot register a second instance of an OCX already registered elsewhere, can you?
Any help would be gratefully received, thank you.
Other users of the DB on my network do not have Windows 7, (they have either Vista or XP). Of course, all have the MSCOMCTL active X and this is found in the C:\windows\system32, folder.
Of course when I put the DB live on the network - the users were unable to access as the DB did not see the reference to the path referring to folder SysWOW64.
I have had to rollback to where I was originally and remove the OCX reference from the database. I am unusure how I can make use of the ListView control despite the OCX file being stored elsewhere on my Development machine to where it is stored on the users PCs... I believe they have to see the OCX references in the same location? You cannot register a second instance of an OCX already registered elsewhere, can you?
Any help would be gratefully received, thank you.