Author Topic: Resolving comdlg related errors on Windows 8 or 10 [comdlg32 files]  (Read 1557 times)

Benjamin Dasari

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 95
    • View Profile

Symptoms
When you use Liquid UI to open a dialog window to select a file, you receive error related to MsComdlg or CommonDialog.
This article provides resolution to the issue.

Resolution:
Download the comdlg32 files(comdlg32.dll and comdlg32.ocx):
Comdlg32 files (click here)
OR
Paste the below link in your browser:
http://updates.guixt.com/downloads/comdlg32.zip

Steps to register the ocx file:
Step 01: After the download of comdlg32.zip
Step 02: Extract comdlg32.zip
Step 03: Place the files in "C:\Windows\SysWOW64" folder
Step 04: Open command prompt as admin and run the below commands:
            cd C:\Windows\SysWOW64
            regsvr32 comdlg32.ocx