<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Bericht</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=739472810-03102003> Shell with regserv32" T</SPAN>hat 
does<SPAN class=739472810-03102003> in fact work but this is cleaner. 
</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=739472810-03102003></SPAN></FONT></FONT></FONT></SPAN><SPAN 
class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=739472810-03102003>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,</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=739472810-03102003>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.</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=739472810-03102003>There probably is an obvious answer to 
that but I never saw it.</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN 
class=739472810-03102003></SPAN></FONT></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN 
class=739472810-03102003>John</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN 
class=739472810-03102003></SPAN></FONT></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=042292810-03102003><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN 
class=739472810-03102003></SPAN></FONT></FONT></FONT></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  accessd-bounces@databaseadvisors.com 
  [mailto:accessd-bounces@databaseadvisors.com]<B>On Behalf Of </B>Erwin 
  Craps<BR><B>Sent:</B> Thursday, October 02, 2003 3:41 PM<BR><B>To:</B> Access 
  Developers discussion and problem solving<BR><B>Subject:</B> RE: [AccessD] OT 
  - Registrering DLL's<BR><BR></FONT></DIV>
  <DIV><SPAN class=242274019-02102003><FONT face=Arial color=#0000ff 
  size=2>should that not be regsvr32 ???</FONT></SPAN></DIV>
  <DIV><SPAN class=242274019-02102003><FONT face=Arial color=#0000ff size=2>I 
  always used this.</FONT></SPAN></DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV></DIV>
    <DIV class=OutlookMessageHeader lang=nl dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Oorspronkelijk bericht-----<BR><B>Van:</B> 
    accessd-bounces@databaseadvisors.com 
    [mailto:accessd-bounces@databaseadvisors.com] <B>Namens </B>John 
    Skolits<BR><B>Verzonden:</B> donderdag 2 oktober 2003 20:25<BR><B>Aan:</B> 
    Access Developers discussion and problem solving<BR><B>Onderwerp:</B> RE: 
    [AccessD] OT - Registrering DLL's<BR><BR></FONT></DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2>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:</FONT></SPAN></DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN> </DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2>call RegDLL("c:\winnt\system32\COMDLG32.OCX",TRUE). 
    </FONT></SPAN></DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN> </DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2>You can put any dll file in there you want. Include the 
    path.</FONT></SPAN></DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN> </DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2>Place a true or false in there if you want a message box to show 
    up.</FONT></SPAN></DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN> </DIV>
    <DIV><SPAN class=552391518-02102003><FONT face=Arial color=#0000ff 
    size=2>John Skolits</FONT></SPAN></DIV>
    <DIV><FONT face=Tahoma size=2><FONT face=Arial 
    color=#0000ff></FONT> </DIV></FONT></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>