Click here to Skip to main content
15,887,350 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: whether or not Save Credit Card Info? Pin
DaveAuld15-Sep-09 23:34
professionalDaveAuld15-Sep-09 23:34 
QuestionError while running program Pin
Anubhava Dimri14-Sep-09 18:03
Anubhava Dimri14-Sep-09 18:03 
AnswerRe: Error while running program Pin
Christian Graus14-Sep-09 18:10
protectorChristian Graus14-Sep-09 18:10 
GeneralRe: Error while running program Pin
Anubhava Dimri14-Sep-09 18:32
Anubhava Dimri14-Sep-09 18:32 
GeneralRe: Error while running program Pin
Christian Graus14-Sep-09 18:58
protectorChristian Graus14-Sep-09 18:58 
QuestionVB 2008 Express Database Access Pin
eRoarke14-Sep-09 12:07
eRoarke14-Sep-09 12:07 
AnswerRe: VB 2008 Express Database Access Pin
Eddy Vluggen14-Sep-09 13:02
professionalEddy Vluggen14-Sep-09 13:02 
QuestionCreate / Copy Container Pin
QuickBooksDev14-Sep-09 12:03
QuickBooksDev14-Sep-09 12:03 
Hi,

Need an easy way to create/copy from a container i.e. Tab/Frame to another.

Given a VB6 program with a form with a Tab Control. Each tab has a frame and many controls (textboxes, radio buttons, labels, combos, etc. each of which is a control array. 1 per tab/frame).

We have a need to expand from our current tab max to about 20.

We need a dynamic way of creating a entire new tab, frame and all the other controls (in the control array).

I know that you can add a tab by increasing ssTab1.tabs. And the frame via a Load.

BUT it seams that you need to do each Control array separately. Requiring a lot of coding. (Each control from an existing tab would need to looked at the based on the name to do a Load as
for each CTL in Form
Select Case Ctl.Name
case "ComboArray1"
Load Combo1
case "TextArry1"
Load TextArry1
End Select

We actually have to do this with 3 separate forms.

Is there a good way to create/copy from 1 tab to a new tab?

Please help.

Thanks
AnswerRe: Create / Copy Container Pin
Eddy Vluggen14-Sep-09 13:07
professionalEddy Vluggen14-Sep-09 13:07 
QuestionAbout code protection. Pin
Hurricane300014-Sep-09 9:59
Hurricane300014-Sep-09 9:59 
AnswerRe: About code protection. Pin
εїзεїзεїз14-Sep-09 10:56
εїзεїзεїз14-Sep-09 10:56 
GeneralRe: About code protection. [modified] Pin
Hurricane300014-Sep-09 11:28
Hurricane300014-Sep-09 11:28 
GeneralRe: About code protection. Pin
Christian Graus14-Sep-09 13:40
protectorChristian Graus14-Sep-09 13:40 
GeneralRe: About code protection. Pin
Hurricane300014-Sep-09 21:12
Hurricane300014-Sep-09 21:12 
AnswerRe: About code protection. Pin
CyberSamuraiii16-Sep-09 2:31
CyberSamuraiii16-Sep-09 2:31 
GeneralRe: About code protection. Pin
Hurricane300016-Sep-09 8:46
Hurricane300016-Sep-09 8:46 
GeneralRe: About code protection. Pin
CyberSamuraiii16-Sep-09 10:19
CyberSamuraiii16-Sep-09 10:19 
GeneralRe: About code protection. Pin
Hurricane300016-Sep-09 10:52
Hurricane300016-Sep-09 10:52 
GeneralRe: About code protection. Pin
CyberSamuraiii16-Sep-09 20:34
CyberSamuraiii16-Sep-09 20:34 
QuestionEXCEL VBA Pin
veon cheng14-Sep-09 1:09
veon cheng14-Sep-09 1:09 
AnswerRe: EXCEL VBA Pin
Christian Graus14-Sep-09 1:15
protectorChristian Graus14-Sep-09 1:15 
GeneralRe: EXCEL VBA Pin
veon cheng14-Sep-09 1:29
veon cheng14-Sep-09 1:29 
GeneralRe: EXCEL VBA Pin
DaveAuld14-Sep-09 2:07
professionalDaveAuld14-Sep-09 2:07 
QuestionATL, COM in vc++ Pin
hrishiS13-Sep-09 23:06
hrishiS13-Sep-09 23:06 
AnswerRe: ATL, COM in vc++ Pin
Christian Graus14-Sep-09 0:52
protectorChristian Graus14-Sep-09 0:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.