Actually I am having trouble adding the Multipage control onto my Form. I
search the MSDN site and found and example for VB and I thought it would work
the same way, but kept getting this error:
File or assemblely name AxInterop.MSForms.dll, or one of its dependencies,
was not found.
I know when you add COM or ActiveX conponents to a Form it adds the assembly
dll to the project (subdirectory temp and debug), but it is not adding the
one mention in the error message.
Has anyone successfully done this before and can you help me out?
Thanks!...
[quoted text, click to view] "Developer" wrote:
> The Microsoft Forms 2.0 Multipage (FM20.DLL), can I use this and does
> office2003 has to be installed for my users computer to use it and/or does
> the lastest window update includes this for the windows os or for any office
> updates?
>
> Basically what I am saying is if office2003 is not installed on a users pc,
> can I register this .dll so this control will be available for my
I had to add the referenece first before I added the control, but why is it
defaulting to the TabControl, I want a page control without the tabs,
because I will be using the TabStrip control.
[quoted text, click to view] "Developer" wrote:
> Actually I am having trouble adding the Multipage control onto my Form. I
> search the MSDN site and found and example for VB and I thought it would work
> the same way, but kept getting this error:
>
> File or assemblely name AxInterop.MSForms.dll, or one of its dependencies,
> was not found.
>
> I know when you add COM or ActiveX conponents to a Form it adds the assembly
> dll to the project (subdirectory temp and debug), but it is not adding the
> one mention in the error message.
>
> Has anyone successfully done this before and can you help me out?
>
> Thanks!...
>
> "Developer" wrote:
>
> > The Microsoft Forms 2.0 Multipage (FM20.DLL), can I use this and does
> > office2003 has to be installed for my users computer to use it and/or does
> > the lastest window update includes this for the windows os or for any office
> > updates?
> >
> > Basically what I am saying is if office2003 is not installed on a users pc,
> > can I register this .dll so this control will be available for my
I solved everything....... there is a property that hides the tabs......
[quoted text, click to view] "Developer" wrote:
> I had to add the referenece first before I added the control, but why is it
> defaulting to the TabControl, I want a page control without the tabs,
> because I will be using the TabStrip control.
>
> "Developer" wrote:
>
> > Actually I am having trouble adding the Multipage control onto my Form. I
> > search the MSDN site and found and example for VB and I thought it would work
> > the same way, but kept getting this error:
> >
> > File or assemblely name AxInterop.MSForms.dll, or one of its dependencies,
> > was not found.
> >
> > I know when you add COM or ActiveX conponents to a Form it adds the assembly
> > dll to the project (subdirectory temp and debug), but it is not adding the
> > one mention in the error message.
> >
> > Has anyone successfully done this before and can you help me out?
> >
> > Thanks!...
> >
> > "Developer" wrote:
> >
> > > The Microsoft Forms 2.0 Multipage (FM20.DLL), can I use this and does
> > > office2003 has to be installed for my users computer to use it and/or does
> > > the lastest window update includes this for the windows os or for any office
> > > updates?
> > >
> > > Basically what I am saying is if office2003 is not installed on a users pc,
> > > can I register this .dll so this control will be available for my
[quoted text, click to view] "Developer" wrote:
> I solved everything....... there is a property that hides the tabs......
>
> "Developer" wrote:
>
> > I had to add the referenece first before I added the control, but why is it
> > defaulting to the TabControl, I want a page control without the tabs,
> > because I will be using the TabStrip control.
> >
> > "Developer" wrote:
> >
> > > Actually I am having trouble adding the Multipage control onto my Form. I
> > > search the MSDN site and found and example for VB and I thought it would work
> > > the same way, but kept getting this error:
> > >
> > > File or assemblely name AxInterop.MSForms.dll, or one of its dependencies,
> > > was not found.
> > >
> > > I know when you add COM or ActiveX conponents to a Form it adds the assembly
> > > dll to the project (subdirectory temp and debug), but it is not adding the
> > > one mention in the error message.
> > >
> > > Has anyone successfully done this before and can you help me out?
> > >
> > > Thanks!...
> > >
> > > "Developer" wrote:
> > >
> > > > The Microsoft Forms 2.0 Multipage (FM20.DLL), can I use this and does
> > > > office2003 has to be installed for my users computer to use it and/or does
> > > > the lastest window update includes this for the windows os or for any office
> > > > updates?
> > > >
> > > > Basically what I am saying is if office2003 is not installed on a users pc,
> > > > can I register this .dll so this control will be available for my
I can not add a page to the control and the ActiveX Edit on the property page
does not work.
[quoted text, click to view] "Developer" wrote:
> I solved everything....... there is a property that hides the tabs......
>
> "Developer" wrote:
>
> > I had to add the referenece first before I added the control, but why is it
> > defaulting to the TabControl, I want a page control without the tabs,
> > because I will be using the TabStrip control.
> >
> > "Developer" wrote:
> >
> > > Actually I am having trouble adding the Multipage control onto my Form. I
> > > search the MSDN site and found and example for VB and I thought it would work
> > > the same way, but kept getting this error:
> > >
> > > File or assemblely name AxInterop.MSForms.dll, or one of its dependencies,
> > > was not found.
> > >
> > > I know when you add COM or ActiveX conponents to a Form it adds the assembly
> > > dll to the project (subdirectory temp and debug), but it is not adding the
> > > one mention in the error message.
> > >
> > > Has anyone successfully done this before and can you help me out?
> > >
> > > Thanks!...
> > >
> > > "Developer" wrote:
> > >
> > > > The Microsoft Forms 2.0 Multipage (FM20.DLL), can I use this and does
> > > > office2003 has to be installed for my users computer to use it and/or does
> > > > the lastest window update includes this for the windows os or for any office
> > > > updates?
> > > >
> > > > Basically what I am saying is if office2003 is not installed on a users pc,
> > > > can I register this .dll so this control will be available for my
Did you read the reference that Herfried gave you?
" NOTE: The use of these Microsoft Forms components in your own
compiled applications, such as those written with Microsoft Visual C++
and Microsoft Visual Basic, is not recommended or supported. These
controls were designed and tested to work exclusively within Microsoft
Office and its Visual Basic for Applications environment. "
IMHO you are crazy to have a dependency on those components.
HTH,
TC
Don't see what you're looking for? Try a search.