Commondialog control 
Author Message
 Commondialog control

How do you get the commondialog control to function after upgrading from VB
4 Enterprise to VB 5 Enterprise?? All I receive is a " can not load error. I
urgently need this control back, any ideas? Also, is it true that VB 4 and
VB 5 cannot be installed on the same computer at the same time? If true how
do I upgrade the program correctly? Service Pack 3 did nothing to fix the
above error.

Len Fluhrer IIIrd.



Thu, 14 Feb 2002 03:00:00 GMT  
 Commondialog control
Have you tried to reregister the control using regsvr32.  The control is
comdlg32 in the windows/system or winnt/system32 directory.  First
unregister it and then register is:

regsvr32 -u comdlg32.ocx
regsvr32 comdlg32.ocx

It may also be the associated DLL file.  You may also need to check that it
is registered correctly.

--
Matthew Arnheiter
Flash Creative Management
http://www.flashcreative.com


Quote:
> How do you get the commondialog control to function after upgrading from
VB
> 4 Enterprise to VB 5 Enterprise?? All I receive is a " can not load error.
I
> urgently need this control back, any ideas? Also, is it true that VB 4 and
> VB 5 cannot be installed on the same computer at the same time? If true
how
> do I upgrade the program correctly? Service Pack 3 did nothing to fix the
> above error.

> Len Fluhrer IIIrd.



Thu, 14 Feb 2002 03:00:00 GMT  
 Commondialog control
Hi,
This problem is due to different versions of the Common Dialog.
Create a new  VB 5 project and add the common dialog to it.
Open up the new VBP file with note pad and copy out the line that
defines the common dialog.
Open up your old VBP file with note pad and substitude the new
common dialog line for the old one.
Reopen your VBP with VB 5.
You may have to repeat this procedure for the windows common controls
ocx, comclt32.ocx.
...
George
GridLinx Software    Programming Tools for VB Programmers
http://www.gridlinx.com

Quote:

>How do you get the commondialog control to function after upgrading from VB
>4 Enterprise to VB 5 Enterprise?? All I receive is a " can not load error.
I
>urgently need this control back, any ideas? Also, is it true that VB 4 and
>VB 5 cannot be installed on the same computer at the same time? If true how
>do I upgrade the program correctly? Service Pack 3 did nothing to fix the
>above error.

>Len Fluhrer IIIrd.



Thu, 14 Feb 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. commonDialog control

2. CommonDialog Control

3. CommonDialog Control question

4. Commondialog Control - Color

5. CommonDialog Control - Print Dialog

6. how to use the CommonDialog control

7. CommonDialog control question

8. GetOpenFileName or CommonDialog control

9. Returning RGB values from CommonDialog control

10. CommonDialog control dependency file in setup wizard

11. CommonDialog Control Problem

12. Inserting Fields into DataGrid with CommonDialog control

 

 
Powered by phpBB® Forum Software