Click here to Skip to main content
15,897,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 11:16
PAguilar098-Sep-09 11:16 
GeneralRe: Vb.net Break Down Number HELP Pin
helelark1238-Sep-09 8:48
helelark1238-Sep-09 8:48 
AnswerRe: Vb.net Break Down Number HELP Pin
helelark1238-Sep-09 2:03
helelark1238-Sep-09 2:03 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 2:36
PAguilar098-Sep-09 2:36 
AnswerRe: Vb.net Break Down Number HELP Pin
Johan Hakkesteegt8-Sep-09 3:21
Johan Hakkesteegt8-Sep-09 3:21 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 10:41
PAguilar098-Sep-09 10:41 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 11:15
PAguilar098-Sep-09 11:15 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 19:58
PAguilar098-Sep-09 19:58 
i also tried this for loop:

For index As Integer = TextBox1.Text.Length - 1 To 0 Step -1

MessageBox.Show(TextBox1.Text(index))

Next

i am just using the messagebox to get each individual character and show me that it is working.
i am really supposed to be sending it to separate textboxes.

but i dont know or understand how to send the first indexed item to the first textbox to be displayed, and then continue to
send out the other separated characters to the other textboxes.
GeneralRe: Vb.net Break Down Number HELP Pin
Johan Hakkesteegt8-Sep-09 20:32
Johan Hakkesteegt8-Sep-09 20:32 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar099-Sep-09 1:34
PAguilar099-Sep-09 1:34 
AnswerRe: Vb.net Break Down Number HELP Pin
Steven J Jowett8-Sep-09 4:56
Steven J Jowett8-Sep-09 4:56 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar099-Sep-09 1:32
PAguilar099-Sep-09 1:32 
GeneralRe: Vb.net Break Down Number HELP Pin
Jay Royall9-Sep-09 2:25
Jay Royall9-Sep-09 2:25 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar099-Sep-09 3:21
PAguilar099-Sep-09 3:21 
GeneralRe: Vb.net Break Down Number HELP Pin
Jay Royall9-Sep-09 3:40
Jay Royall9-Sep-09 3:40 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar0912-Sep-09 19:48
PAguilar0912-Sep-09 19:48 
GeneralRe: Vb.net Break Down Number HELP Pin
Johan Hakkesteegt9-Sep-09 3:05
Johan Hakkesteegt9-Sep-09 3:05 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar099-Sep-09 3:28
PAguilar099-Sep-09 3:28 
AnswerRe: Vb.net Break Down Number HELP Pin
Ian Shlasko8-Sep-09 5:47
Ian Shlasko8-Sep-09 5:47 
AnswerRe: Vb.net Break Down Number HELP Pin
dan!sh 8-Sep-09 7:55
professional dan!sh 8-Sep-09 7:55 
QuestionCache datatable [modified] Pin
helelark1237-Sep-09 23:10
helelark1237-Sep-09 23:10 
AnswerRe: Cache datatable Pin
helelark1237-Sep-09 23:56
helelark1237-Sep-09 23:56 
GeneralRe: Cache datatable Pin
Ashfield8-Sep-09 1:22
Ashfield8-Sep-09 1:22 
GeneralRe: Cache datatable Pin
helelark1238-Sep-09 1:56
helelark1238-Sep-09 1:56 
QuestionPass selected row in Datagrid view to another datagrid on another form Pin
ShabRaza7-Sep-09 12:09
ShabRaza7-Sep-09 12:09 

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.