Click to See Complete Forum and Search --> : Control fails to Initialize (HELP)


April 27th, 1999, 04:31 PM
Greetings

I have an SDI app which brings up a *modal* dialog when it starts up. I have added a modeless dialog with the modal dialog as its parent. This modeless dialog contains a number of Controls and OLE Controls, specifically;

a FlexGrid control (Msflxgrd.ocx)
a Tab Control (tabctl32.ocx)

When I execute the program on the development machine, it runs fine, brings up the dialog, and populates the control. On a machine targeted for distribution, I get an error which I believe to be related to attempting to initialize the controls on this modeless dialog.

Anyone with experience here? I have scoured the ms site for ideas on what dependencies I may be missing for these controls. No Luck thus far

TIA

Charlie

dusen@shore.net

Lissandro
April 27th, 1999, 05:20 PM
Hi, there.

I've been trough some problems like that. It was caused because I'm using a control (IPAddressCtrl) wich is available only if the CommCtl32.dll is the correct version or older (4.72); in other words, my app only works if Microsoft IE4.X is installed, or if I install the referred DLL that comes along with it over the "old" one.

Maybe it helps you out. If is not that THE problem, maybe it is like that. :-)