John Skolits
askolits at ot.com
Fri Oct 3 06:20:06 CDT 2003
Bericht Shell with regserv32" That does in fact work but this is cleaner. On occasion I have had problems with it not registering the dll. I never figured out why. This worked. So I rather than spend a lot of time figuring it out, I just use this code. The other nice thing is this will tell me if the registration was successful. I never figured out how to get the 'shell' command to do that. There probably is an obvious answer to that but I never saw it. John -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Erwin Craps Sent: Thursday, October 02, 2003 3:41 PM To: Access Developers discussion and problem solving Subject: RE: [AccessD] OT - Registrering DLL's should that not be regsvr32 ??? I always used this. -----Oorspronkelijk bericht----- Van: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] Namens John Skolits Verzonden: donderdag 2 oktober 2003 20:25 Aan: Access Developers discussion and problem solving Onderwerp: RE: [AccessD] OT - Registrering DLL's Here ya' go. Found this on the web. To use it, just paste all the code below the line into a module. Then, run the code: call RegDLL("c:\winnt\system32\COMDLG32.OCX",TRUE). You can put any dll file in there you want. Include the path. Place a true or false in there if you want a message box to show up. John Skolits -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://databaseadvisors.com/pipermail/accessd/attachments/20031003/6ad245d2/attachment-0001.html>