Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border3.nntp.dca.giganews.com!backlog3.nntp.dca3.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.westnet.com.au!news.westnet.com.au.POSTED!not-for-mail NNTP-Posting-Date: Sun, 04 May 2014 02:48:01 -0500 From: John Mott Newsgroups: comp.lang.basic.visual.misc Subject: Re: Visual Basic 5 Date: Sun, 04 May 2014 15:48:01 +0800 Message-ID: <20sbm95fdndeum895up5kb276jmjnodeub@4ax.com> References: X-Newsreader: Forte Free Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 36 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 106.68.94.122 X-Trace: sv3-8tvfGi89cuAeedFFAR93DI4/QtSKhy5flDkf4s3GpKNdKQQTtqTB5Zpfo8DTNnrUe6hl88LwvkTmiqN!LN7+BH7I6yzsNi+VaLk5afIxLSt7+CKau0HcwiPDxyCs6UY60zNJ5eySDWtk4j72eVT0lv5dIe+d!bjnnGFZ3DxVWXw== X-Complaints-To: abuse@westnet.com.au X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2532 Xref: csiph.com comp.lang.basic.visual.misc:2045 I tried this solution, but got an error message saying "regtlib is not recognised as an internal or external command, operation, program or batch file" John On Fri, 02 May 2014 15:27:36 -0400, RW wrote: >On Fri, 02 May 2014 17:02:14 +0800, John Mott >wrote: > >>I found that VB5 apparently installed on Win 7 successfully, but will >>not run properly. >>Any suggestions gratefully appreciated. >> >>John > >Is version 10 (or higher) of Internet Explorer installed? There were >issues with IE10 "breaking" certain OCXs. You probably can find the >details -- and fixes -- with a few quick web searches. When I got bit >I just rolled back the Windows update that installed IE10 and then hid >that update so as not to accidentally apply it again. Since I don't >use IE anyway sticking on version 9 was no big deal for me. > >Also, there's this advice from microsoft.public.vb.general.discussion: > >"Open an elevated cmd prompt and change to the \Windows\System32 >folder (for 32-bit) or the \Windows\SysWOW64 folder (for 64-bit). > >Once in the correct folder, enter the following command: > >regtlib msdatsrc.tlb > >You should get a "Registration of msdatsrc.tlb successful." message. >After that, MSCOMCTL.OCX and MSCOMCT2.OCX work normally."