How to Deploy VB6 Applications?

后端 未结 5 1099
醉话见心
醉话见心 2020-12-19 16:44

How to run the exe file to other system?

Using VB 6

I copied the exe file to other system, then run that exe file, it not working it showing error “compone

5条回答
  •  清酒与你
    2020-12-19 17:29

    Outdated or missing comdlg32.ocx runtime library is causing this error. Here is a copy of comdlg32.ocx (~60 Kb Zip). Download the file to the Desktop and extract the comdlg32.ocx to your the Windows\System32 folder.

    Note: If you already have a copy of comdlg32.ocx, backup the existing file to a different folder and delete it from System32 folder.

    1. Download comdlg32.zip and save to Desktop.
    
    2. Unzip the file using WinZip or any other utility.
    
    3. Extract comdlg32.ocx to Windows\System32 folder.
    
    4. Type the following command from Start, Run dialog:
    

    regsvr32 %Systemroot%\System32\comdlg32.ocx

提交回复
热议问题