Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active X control install problems

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I'm using two Active X controls in my application. msflexgrid and richtext. The msflexgrid will work on other machines after running my install but the richtext view will not. If I run the application on any machine that has had Visual Studio installed both controls work. My conclusion is that visual studio is installing some dlls I need but what ones?

The .ocx file Richtx.ocx is being registered for the control but the view still doesn't show up on the dialog. I'm using NT 4.0. Getting very frustrated. Could it have something to do with the service pack installed?

Any help would be greatly appreciated.

Brother C
 
Hi,
I am working as a Software engineer in india. I got a problem with ocx control.

The probelem is My client is using Grid32.ocx control(which is in vc++ver4.2) in his code.
NOw he want to run the same code on( vc++ ver6.0).I am using MsFlexgrid.ocx.

But the problem here is there are some methods present only in Grid32.ocx & not present in Msflexgrid.ocx.
Those are:

short GetSelStartRow();
void SetSelStartRow(short);
short GetSelEndRow();
void SetSelEndRow(short);
short GetSelStartCol();
void SetSelStartCol(short);
short GetSelEndCol();
void SetSelEndCol(short);


The above methods are not present in Msflexgrid.ocx.But i want to use these functions.pl Suggest the possible solution.

my mail_id: ananthamm@usa.net

Thanks In Advance
Muralidhar
 
My ActiveX control successfully is downloaded in IE5.5, but fail in IE4
Any idea?
 
I'm not very good in ActvieX, but I had a similar problem.
Do you create your ActiveX element by using the resource builder or is it created during runtime ??
If it is created during runtime I know the problem, have a look at MSDN Article Q151771.
Sorry for my bad english, greetings from germany,
SAM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top