![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#2
|
|||
|
|||
![]()
Not really an Outlook question, but:
Create a control array of the control type you want. Assign it a 0 index to create the array. In code when you determine how many controls you need use Load MyControl(index) to load another instance of the control. Repeat as needed. Increment index after each control you add. You will need to set TabIndex and Visible properties for the controls you added, Visible defaults to False when you add controls dynamically at run time. And don't forget to resize your form and set up the controls positioning after you add all the controls you need. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Jack" wrote in message ... Hello all, Can anyone here help me to sort out the following problem in VB6.0? I have a form... On this form i have a textbox , ONE option button and one Ok button... When the user enter any numeric value I wanted to display that many option button on the form... For example if the user enters 10 ,I wanted 10 option buttons to be displayed on the form with SINGLE option button and when the user selects any one option button I wanted to display a message box stating that user has selected the option button 6 or 5 or whatever.. Thanks in advance... Regards Jackfadd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
File as option | Felidae | Outlook - Using Contacts | 1 | June 27th 06 09:16 PM |
Cannot get option button to work... | Tanya Lee | Outlook - Using Forms | 2 | June 27th 06 04:25 PM |
other option for outlook | Sam | Outlook - Installation | 6 | May 25th 06 06:10 AM |
Better option? | [email protected] | Outlook Express | 1 | March 19th 06 09:06 PM |
Show in Groups option | Terry Bennett | Outlook - General Queries | 5 | March 6th 06 11:30 PM |