-
Msflexgrid ?
HI, everyone.
I have finish creating a ActiveX Dll program that uses a Msflexgrid in form.
My question is:
-To other users use this program will i have to create a msflexgrid ocx or msflexgrid dll, if i don´t put this file with the application will not work?
And what i have to do for creating that msflexgrid ocx or msflexgrid dll ?
Thanks.
-
Re: Msflexgrid ?
-
Re: Msflexgrid ?
HI vijay2006.
Did you mean something with ocx?
-
Re: Msflexgrid ?
You could create your own custom control with textbox that multiplies itself to create a grid. Though I'd suggest not to follow that route, and use MSFlexGrid instead :)
-
Re: Msflexgrid ?
Hi Foxter.
I think you didn´t understand my question.
The program i just created has a Msflexgrid on a form.
This program will work only with the compiled dll file?
Thanks.
-
Re: Msflexgrid ?
It will work only if the user has MSFlexGrid OCX on their system.
-
Re: Msflexgrid ?
When you package both projects installer will include all necessary files so all you'll have to do is to install.
-
Re: Msflexgrid ?
And if the user don´t have the msflexgrid Ocx, what do i have to do?
-
Re: Msflexgrid ?
"It will work only if the user has MSFlexGrid OCX on their system"
Is there someway to put the Msflexgrid Ocx in the computer system without using the VB Package, but instead using a self extracting software?
Thanks again.
-
Re: Msflexgrid ?