Click here to Skip to main content
15,915,864 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: lame_enc.dll Pin
Dennis C. Dietrich16-Jan-05 22:09
Dennis C. Dietrich16-Jan-05 22:09 
GeneralArray of controls Pin
Yulianto.16-Jan-05 16:18
Yulianto.16-Jan-05 16:18 
GeneralRe: Array of controls Pin
Rizwan Bashir16-Jan-05 22:17
Rizwan Bashir16-Jan-05 22:17 
GeneralRe: Array of controls Pin
Yulianto.16-Jan-05 23:27
Yulianto.16-Jan-05 23:27 
GeneralRe: Array of controls Pin
Dennis C. Dietrich17-Jan-05 7:06
Dennis C. Dietrich17-Jan-05 7:06 
GeneralRe: Array of controls Pin
Dennis C. Dietrich16-Jan-05 22:39
Dennis C. Dietrich16-Jan-05 22:39 
GeneralArray of controls Pin
Yulianto.16-Jan-05 16:06
Yulianto.16-Jan-05 16:06 
GeneralRe: Array of controls Pin
-Dr_X-20-Jan-05 14:03
-Dr_X-20-Jan-05 14:03 
I will assume you are working in VB as control arrays are not yet available in VB.Net.

To load a control without an existing control on the form do the following.
Set ctlTxtName = Me.Controls.Add("VB.TextBox", "txtName", Me)
To load a control to a control array, will need to already have an existing control array on the form. eg. Text1(0)
Dim x as integer

For x = 1 to 5
  Load Text1(x)
Next x

Michael

I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.
Vince Lombardi (1913-1970)
GeneralProblem With Splash Screen Pin
kellydanielc16-Jan-05 13:56
kellydanielc16-Jan-05 13:56 
GeneralRe: Problem With Splash Screen Pin
Gavin Jeffrey17-Jan-05 0:43
Gavin Jeffrey17-Jan-05 0:43 
GeneralRe: Problem With Splash Screen Pin
kellydanielc17-Jan-05 0:54
kellydanielc17-Jan-05 0:54 
GeneralRe: Problem With Splash Screen Pin
Gavin Jeffrey17-Jan-05 1:10
Gavin Jeffrey17-Jan-05 1:10 
GeneralRe: Problem With Splash Screen Pin
Jodd19-Jan-05 14:55
Jodd19-Jan-05 14:55 
Generalquestion2 Pin
Makniteasy16-Jan-05 10:04
Makniteasy16-Jan-05 10:04 
GeneralRe: question2 Pin
Rizwan Bashir17-Jan-05 0:43
Rizwan Bashir17-Jan-05 0:43 
Generalquestion Pin
Makniteasy16-Jan-05 9:54
Makniteasy16-Jan-05 9:54 
GeneralContorl modification From Multiple location Pin
Member 152636216-Jan-05 8:19
Member 152636216-Jan-05 8:19 
GeneralAntiVirus w/ VB Pin
TheGOG16-Jan-05 7:16
TheGOG16-Jan-05 7:16 
GeneralRe: AntiVirus w/ VB Pin
Dave Kreskowiak18-Jan-05 3:57
mveDave Kreskowiak18-Jan-05 3:57 
Generalfill datagrid Pin
anom2m16-Jan-05 2:32
anom2m16-Jan-05 2:32 
GeneralRe: fill datagrid Pin
Makniteasy16-Jan-05 15:36
Makniteasy16-Jan-05 15:36 
GeneralSort by date files in dialog box Pin
aprx16-Jan-05 0:26
aprx16-Jan-05 0:26 
QuestionThe source code of a 3D Sokoban Game in Visual Basic? Pin
Ciara Ibrahim15-Jan-05 18:53
sussCiara Ibrahim15-Jan-05 18:53 
AnswerRe: The source code of a 3D Sokoban Game in Visual Basic? Pin
Robert Rohde15-Jan-05 19:09
Robert Rohde15-Jan-05 19:09 
GeneralRe: The source code of a 3D Sokoban Game in Visual Basic? Pin
Colin Angus Mackay15-Jan-05 19:24
Colin Angus Mackay15-Jan-05 19:24 

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.