Microsoft's Multipage control help....

G

Guest

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
application? This control is fital to my software.
 
G

Guest

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!...
 
G

Guest

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.
 
G

Guest

I can not add a page to the control and the ActiveX Edit on the property page
does not work.
 
T

TC

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top