I am using Multipage control (Microsoft Forms 2.0). I tried placing some CommandButton on the pages and it is OK but I couldn't write code for these buttons.
Anyone knows how to do this?
Thanks for your help.
I am using Multipage control (Microsoft Forms 2.0). I tried placing some CommandButton on the pages and it is OK but I couldn't write code for these buttons.
Anyone knows how to do this?
Thanks for your help.
Are you trying to use in VB6 or MS Office? The Forms 2.0 controls were designed for Microsoft Office and some of the methods do not behavior correctly outside of office.
I'm using VB6.0Quote:
Originally posted by Armbruster
Are you trying to use in VB6 or MS Office? The Forms 2.0 controls were designed for Microsoft Office and some of the methods do not behavior correctly outside of office.
I want to use the multipage control in my program. I can place some control such as textbox, commandbutton,... on the multipage control but I couldn't write the code for their events.
Do you know how to do this?
Thanks.
I tried the control in Excel and it worked fine. I was not able to get the control to work at all in VB6. :(
MSDN warns that some features do not work outside of office for the forms 2.0 collections (and you can't distribute the fm20.dll either)