PRB: COMDLG16.OCX Is Not Loaded When Starting a 16-Bit Project (149490)



The information in this article applies to:

  • Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
  • Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0

This article was previously published under Q149490

SUMMARY

When you start the 16-bit edition of Visual Basic 4.0, you may get a dialog box with the following message, "File not found: 'COMDLG16.OCX-Continue Loading Project?" This is caused by Visual Basic not properly registering the control during setup.

RESOLUTION

Register the control through the Custom Controls dialog box using the following steps:

  1. In the Tools Menu, click Custom Controls.
  2. Click the Browse button and find a file called COMDLG16.OCX. This file is usually located in your Windows\System directory.
  3. After selecting this file, make sure the file is checked in the Custom Controls dialog box before closing this dialog box.

Modification Type:MinorLast Reviewed:1/8/2003
Keywords:kb16bitonly kbprb KB149490