Const myOCX = "C:\WINDOWS\SYSTEM\MSADODC
Private Sub Form_Activate()
Move 0, 0, Screen.Width, Screen.Height
DoEvents
' "REGSVR32.EXE /s " ' silent registration
' "REGSVR32.EXE " ' verbose registration
MsgBox "Now registering :" & vbCrLf & vbCrLf & "REGSVR32.EXE " & myOCX
Shell "REGSVR32.EXE /s " & myOCX, vbMaximizedFocus
End
End Sub
Main Topics
Browse All Topics





by: ShauliPosted on 2006-05-13 at 09:30:35ID: 16674280
Check this one. Read all the way to "If the control in question is not among the controls listed above..." and follow the instructions.
om/kb/q177 799/
http://support.microsoft.c
S