Click here to Skip to main content
15,892,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Hi can u please tell me how to do this Pin
Colin Angus Mackay13-Nov-06 23:32
Colin Angus Mackay13-Nov-06 23:32 
Questiondrawing a signal Pin
bubuzzz13-Nov-06 17:17
bubuzzz13-Nov-06 17:17 
AnswerRe: drawing a signal Pin
Christian Graus13-Nov-06 17:33
protectorChristian Graus13-Nov-06 17:33 
Questiontake picture from a digital camera using vb.net Pin
JustmeNick13-Nov-06 15:43
JustmeNick13-Nov-06 15:43 
AnswerRe: take picture from a digital camera using vb.net Pin
Christian Graus13-Nov-06 15:49
protectorChristian Graus13-Nov-06 15:49 
Questioncreate multiple textbox using for loop in vb.net??? Pin
charleslau285513-Nov-06 15:28
charleslau285513-Nov-06 15:28 
AnswerRe: create multiple textbox using for loop in vb.net??? Pin
Christian Graus13-Nov-06 15:50
protectorChristian Graus13-Nov-06 15:50 
GeneralRe: create multiple textbox using for loop in vb.net??? Pin
charleslau285513-Nov-06 15:59
charleslau285513-Nov-06 15:59 
Thanks, Christian Graus!

the following code:

Dim i As Integer
For i = 0 To i <= 10

Dim textBox(i) As TextBox
dim e as integer

textBox(i).Multiline = True
textBox(i).ScrollBars = ScrollBars.Vertical
textBox(i).AcceptsReturn = True
textBox(i).AcceptsTab = True
textBox(i).WordWrap = True
textBox(i).Text = "Welcome!"
textBox(i).Visible = True
textBox(i).Location = New Point(16 + e, 32)

Me.Controls.Add(textBox(i))
i = i + 1
e = e + 5

Next



Note: but after i set the position but It's also didn't comeout the textbox? then how to get the textbox comeout?



charleslau2855
GeneralRe: create multiple textbox using for loop in vb.net??? Pin
Christian Graus13-Nov-06 16:44
protectorChristian Graus13-Nov-06 16:44 
QuestionDirectShow Pin
tibmark13-Nov-06 14:21
tibmark13-Nov-06 14:21 
AnswerRe: DirectShow Pin
Christian Graus13-Nov-06 15:50
protectorChristian Graus13-Nov-06 15:50 
QuestionPlaying a video Pin
jady8413-Nov-06 14:20
jady8413-Nov-06 14:20 
AnswerRe: Playing a video Pin
Christian Graus13-Nov-06 15:51
protectorChristian Graus13-Nov-06 15:51 
GeneralRe: Playing a video Pin
jady8413-Nov-06 22:44
jady8413-Nov-06 22:44 
GeneralRe: Playing a video Pin
Christian Graus13-Nov-06 22:46
protectorChristian Graus13-Nov-06 22:46 
GeneralRe: Playing a video Pin
jady8413-Nov-06 23:13
jady8413-Nov-06 23:13 
GeneralRe: Playing a video Pin
Christian Graus13-Nov-06 23:17
protectorChristian Graus13-Nov-06 23:17 
GeneralRe: Playing a video Pin
jady8413-Nov-06 23:29
jady8413-Nov-06 23:29 
GeneralRe: Playing a video Pin
Christian Graus14-Nov-06 9:10
protectorChristian Graus14-Nov-06 9:10 
QuestionSystem.Data.OleDb &amp; Microsoft Excel Pin
shopi3013-Nov-06 13:48
shopi3013-Nov-06 13:48 
Questionrunning Visual studio application Pin
7prince13-Nov-06 12:22
7prince13-Nov-06 12:22 
AnswerRe: running Visual studio application Pin
Christian Graus13-Nov-06 13:23
protectorChristian Graus13-Nov-06 13:23 
GeneralRe: running Visual studio application Pin
7prince14-Nov-06 6:03
7prince14-Nov-06 6:03 
GeneralRe: running Visual studio application Pin
Christian Graus14-Nov-06 9:44
protectorChristian Graus14-Nov-06 9:44 
GeneralRe: running Visual studio application Pin
7prince14-Nov-06 12:11
7prince14-Nov-06 12:11 

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.