VB6 mscom32 registering

pekka ritamaki 0 Reputation points
2024-09-08T08:43:41.46+00:00

I have used VB6 about 20 years, Now I must load WIN10 as a new. I have VB6 drive at D;, but after loading it was mover to E:

MSCOMM32 didn't register anthough I was installing it two times and asked upgrade from Microsoft many times and bootted my table PC.

Whar I do?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,500 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Ian Xue 36,336 Reputation points Microsoft Vendor
    2024-09-09T01:21:39.5666667+00:00

    Hi,

    Please note that Visual Basic 6.0 is no longer supported and it's recommended to migrate your functionality to .NET.

    To reregister MSCOMM32, you can open cmd as administrator and try the commands

    regsvr32 /u MSCOMM32.OCX
    regsvr32 /i MSCOMM32.OCX
    

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. twinBASIC programming 0 Reputation points
    2024-09-12T17:00:33.0733333+00:00

    Migrating to VB.Net isn't easy. But VB6 apps should still run on Windows 11 (see Microsoft's "It just works" support).
    Alternatively migrate to the VB6 compatible twinBASIC programming language.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.