Click here to Skip to main content
16,005,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 5:51
mr_lasseter23-Jan-07 5:51 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 6:06
charchabil0323-Jan-07 6:06 
AnswerRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 6:32
mr_lasseter23-Jan-07 6:32 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 9:50
charchabil0323-Jan-07 9:50 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 10:12
mr_lasseter23-Jan-07 10:12 
QuestionList box loop? Pin
China-Gary23-Jan-07 2:36
China-Gary23-Jan-07 2:36 
AnswerRe: List box loop? Pin
MatrixCoder23-Jan-07 3:28
MatrixCoder23-Jan-07 3:28 
AnswerRe: List box loop? Pin
nlarson1123-Jan-07 3:31
nlarson1123-Jan-07 3:31 
Ex: puts all the values into 1 textbox.

For i As Int16 = 0 To ListBox1.Items.Count - 1
TextBox1.Text += ListBox1.Items(i).ToString
Next

not sure how you plan on managing the number of textboxes on the form because depending on the number of items in the listbox, it could get out of hand...
GeneralRe: List box loop? Pin
China-Gary23-Jan-07 4:37
China-Gary23-Jan-07 4:37 
GeneralRe: List box loop? Pin
nlarson1123-Jan-07 6:22
nlarson1123-Jan-07 6:22 
GeneralRe: List box loop? Pin
China-Gary23-Jan-07 8:47
China-Gary23-Jan-07 8:47 
GeneralRe: List box loop? Pin
nlarson1123-Jan-07 9:04
nlarson1123-Jan-07 9:04 
GeneralRe: List box loop? Pin
China-Gary23-Jan-07 9:08
China-Gary23-Jan-07 9:08 
QuestionStop Windows going to sleep while app is running Pin
The8at23-Jan-07 1:54
The8at23-Jan-07 1:54 
AnswerRe: Stop Windows going to sleep while app is running Pin
Dave Kreskowiak23-Jan-07 5:26
mveDave Kreskowiak23-Jan-07 5:26 
QuestionCustomize Setup for Vb.net Project Pin
Amit Gorawadia23-Jan-07 1:31
Amit Gorawadia23-Jan-07 1:31 
QuestionScheduling an Event on Developer Express Pin
Bright267723-Jan-07 1:24
Bright267723-Jan-07 1:24 
AnswerRe: Scheduling an Event on Developer Express Pin
Dave Kreskowiak23-Jan-07 5:12
mveDave Kreskowiak23-Jan-07 5:12 
QuestionRe: Scheduling an Event on Developer Express Pin
Bright267723-Jan-07 16:53
Bright267723-Jan-07 16:53 
AnswerRe: Scheduling an Event on Developer Express Pin
Dave Kreskowiak24-Jan-07 2:29
mveDave Kreskowiak24-Jan-07 2:29 
QuestionCapture Data From a TCP/IP Address-Port Pin
Ian Woods22-Jan-07 23:57
Ian Woods22-Jan-07 23:57 
AnswerRe: Capture Data From a TCP/IP Address-Port Pin
Dave Kreskowiak23-Jan-07 5:11
mveDave Kreskowiak23-Jan-07 5:11 
Questionwinproc in vb Pin
ng4kau122-Jan-07 23:53
ng4kau122-Jan-07 23:53 
AnswerRe: winproc in vb Pin
Dave Kreskowiak23-Jan-07 5:06
mveDave Kreskowiak23-Jan-07 5:06 
Questionrequirements Pin
obarahmeh22-Jan-07 23:35
obarahmeh22-Jan-07 23:35 

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.