Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Multipage control

Hello,

I have a userform in VBA with a Multipage control that works fine. I'm
trying to convert the userform to a VB6 form. I've found the Multipage
control but how can I add pages in design mode(not programatically),
as the default is 2 pages?

Thanks a lot for helping

Avi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Multipage control

Are you talking about an MSForms Multipage or a VB6 SSTab / Microsoft Tabbed
Dialog. Strongly suggest you don't put the former on a VB6 form.

However, the MultiPage is one of the few things that has significant
advantages over the VB6 equivalent, you could simply import your entire VBA
form into your VB6 project. Just drag it from file, no need to add any
references.

Regards,
Peter T


"avi" wrote in message
...
Hello,

I have a userform in VBA with a Multipage control that works fine. I'm
trying to convert the userform to a VB6 form. I've found the Multipage
control but how can I add pages in design mode(not programatically),
as the default is 2 pages?

Thanks a lot for helping

Avi



  #3   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Multipage control

Hello Peter,

Thanks for your reply

Actually, the reason I want to transform the Userform into a VB6 form
is that I try veru much to use a skinner that works only with forms
and not userforms

My userform is already a designer in VB6

I am talking about the multipage control and not the tab strip. Is
there a way to design it with more than 2 default pages in a Vb6 form?

Thanks
Avi


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Multipage control

I'm confused, you say you have the userform as a designer in VB6 yet you
also say you have the multipage on a VB6 form.

If you mean, as you say, you have the mutlipage on a VB6 form, as I
mentioned previously I would suggest you use the VB6 equivalent Tabbed
dialog (or make your own multipage completely which is what I do).

If however you mean you have a multipage on a VBA style userform in your VB6
project, I don't see what the problem is. Just add a new page as you would
if you in a VBA-IDE. I notice though for some reason in the VB6 IDE the
right click pop up has a button labelled "Insert" whereas in VBA in the
virtually identical popup the button is named "New Page".

If for some reason the popup does not appear when you rt-click over the
page tabs, why not export the form, import into a VBA-IDE, add your pages,
re-export to file and re-import into your VB6. project.

Regards,
Peter T



"avi" wrote in message
...
Hello Peter,

Thanks for your reply

Actually, the reason I want to transform the Userform into a VB6 form
is that I try veru much to use a skinner that works only with forms
and not userforms

My userform is already a designer in VB6

I am talking about the multipage control and not the tab strip. Is
there a way to design it with more than 2 default pages in a Vb6 form?

Thanks
Avi




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
multipage control JT Excel Programming 1 September 6th 07 04:20 PM
MultiPage control Patrick Simonds Excel Programming 0 August 5th 06 05:33 PM
Set Focus Problem for textbox control on multipage control ExcelDeveloperSPR Excel Programming 1 July 16th 04 08:54 PM
MultiPage Control Todd Huttenstine Excel Programming 7 May 13th 04 05:16 AM
Multipage control Neil Excel Programming 2 September 15th 03 01:24 PM


All times are GMT +1. The time now is 12:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"