Click here to Skip to main content
15,884,793 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondelegates and events Pin
amaneet19-Feb-07 3:40
amaneet19-Feb-07 3:40 
AnswerRe: delegates and events Pin
TwoFaced19-Feb-07 11:19
TwoFaced19-Feb-07 11:19 
AnswerRe: delegates and events Pin
TwoFaced19-Feb-07 11:21
TwoFaced19-Feb-07 11:21 
QuestionPass parameter to webusercontrol Pin
Björn T.J.M. Spruit19-Feb-07 3:07
Björn T.J.M. Spruit19-Feb-07 3:07 
AnswerRe: Pass parameter to webusercontrol Pin
Marcus J. Smith19-Feb-07 3:32
professionalMarcus J. Smith19-Feb-07 3:32 
GeneralRe: Pass parameter to webusercontrol Pin
Björn T.J.M. Spruit19-Feb-07 3:45
Björn T.J.M. Spruit19-Feb-07 3:45 
GeneralRe: Pass parameter to webusercontrol Pin
Marcus J. Smith19-Feb-07 3:59
professionalMarcus J. Smith19-Feb-07 3:59 
QuestionCreate an object array and load it at runtime with VB 2005? Pin
zinedinew19-Feb-07 2:54
zinedinew19-Feb-07 2:54 
Hi,
I can't seem to figure out how to create an object array and load its indexes at runtime in VB 2005. In VB6 you would just select an object set its index property to 0 and at runtime you could load instances of this object whenever you wanted.
for example: in vb6 i have a textbox and i set its index to 0. its name becomes text1(0) and behind the the command button i wrote a code like this:
Private Sub Command1_Click()
For i = 1 To mytxtCount
Load Text1(i)
Text1(i).Visible = True
Text1(i).Top = Text1(i - 1).Top + 500
Next
End Sub
but i cant do it in vb 2005 now.
Can somebody tell me how to create an object array or point me to an article regarding it?
Thanks,
AnswerRe: Create an object array and load it at runtime with VB 2005? Pin
nlarson1119-Feb-07 3:28
nlarson1119-Feb-07 3:28 
GeneralRe: Create an object array and load it at runtime with VB 2005? Pin
zinedinew19-Feb-07 3:44
zinedinew19-Feb-07 3:44 
QuestionRandom Access Files Pin
JonCox19-Feb-07 2:50
JonCox19-Feb-07 2:50 
AnswerRe: Random Access Files Pin
Marcus J. Smith19-Feb-07 7:40
professionalMarcus J. Smith19-Feb-07 7:40 
GeneralRe: Random Access Files Pin
JonCox19-Feb-07 8:03
JonCox19-Feb-07 8:03 
GeneralRe: Random Access Files Pin
Marcus J. Smith19-Feb-07 8:08
professionalMarcus J. Smith19-Feb-07 8:08 
GeneralRe: Random Access Files Pin
JonCox19-Feb-07 8:20
JonCox19-Feb-07 8:20 
QuestionHow do i fix the toolbar button width? Pin
.NetRams19-Feb-07 2:34
.NetRams19-Feb-07 2:34 
QuestionVB.NET CODE Pin
Segigo19-Feb-07 1:31
Segigo19-Feb-07 1:31 
AnswerRe: VB.NET CODE Pin
Mark0619-Feb-07 1:57
Mark0619-Feb-07 1:57 
AnswerRe: VB.NET CODE Pin
sathesh pandian20-Feb-07 19:18
sathesh pandian20-Feb-07 19:18 
Questionhow to insert logged in user name automatically to dbtable Pin
rasheed.rahman18-Feb-07 23:53
rasheed.rahman18-Feb-07 23:53 
AnswerRe: how to insert logged in user name automatically to dbtable Pin
Colin Angus Mackay19-Feb-07 0:25
Colin Angus Mackay19-Feb-07 0:25 
AnswerRe: how to insert logged in user name automatically to dbtable Pin
Duncan Edwards Jones19-Feb-07 1:01
professionalDuncan Edwards Jones19-Feb-07 1:01 
GeneralRe: how to insert logged in user name automatically to dbtable Pin
rasheed.rahman19-Feb-07 4:08
rasheed.rahman19-Feb-07 4:08 
QuestionInterface Pin
Navneet Hegde18-Feb-07 23:38
Navneet Hegde18-Feb-07 23:38 
AnswerRe: Interface Pin
Christian Graus18-Feb-07 23:59
protectorChristian Graus18-Feb-07 23:59 

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.