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

Visual Basic

 
GeneralRe: change value of dropdown box Pin
warfdpn17-Sep-09 9:38
warfdpn17-Sep-09 9:38 
Question[solved] ObjectDisposedException - Cannot access a closed file Pin
nathan_i8-Sep-09 9:05
nathan_i8-Sep-09 9:05 
AnswerRe: ObjectDisposedException - Cannot access a closed file Pin
nathan_i8-Sep-09 10:47
nathan_i8-Sep-09 10:47 
Questionnested if statement Pin
malcomhfc8-Sep-09 8:38
malcomhfc8-Sep-09 8:38 
AnswerRe: nested if statement Pin
EliottA8-Sep-09 8:44
EliottA8-Sep-09 8:44 
GeneralRe: nested if statement Pin
malcomhfc8-Sep-09 9:05
malcomhfc8-Sep-09 9:05 
GeneralRe: nested if statement Pin
Luc Pattyn8-Sep-09 14:15
sitebuilderLuc Pattyn8-Sep-09 14:15 
QuestionVb.net Break Down Number HELP Pin
PAguilar098-Sep-09 1:48
PAguilar098-Sep-09 1:48 
I am currently writing a program that when a user enters a number such as 1267 and clicks a button the number will then be
broken down by its ones place, tens place, and so on. So it would show up as One place is: 7, Tens place is: 6, and so on.

Well I need a little help trying to figure out what code I would write to test or separate each single integer. So far I have only been able to separate the ones place using:

Microsoft.VisualBasic.Right(Textbox1.text,1)
But as u might know, I cant use that for the rest of the values since it only will extract the location you tell it to as well as what ever follows it.

Please help, Thanks
AnswerRe: Vb.net Break Down Number HELP Pin
Jay Royall8-Sep-09 2:00
Jay Royall8-Sep-09 2:00 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 2:39
PAguilar098-Sep-09 2:39 
GeneralRe: Vb.net Break Down Number HELP Pin
Jay Royall8-Sep-09 4:30
Jay Royall8-Sep-09 4:30 
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 
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 

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.