Click here to Skip to main content
15,891,787 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Displaying time Pin
Dave Kreskowiak28-Sep-07 1:49
mveDave Kreskowiak28-Sep-07 1:49 
Questionhelp with keycode using plus key Pin
rexlizard27-Sep-07 15:59
rexlizard27-Sep-07 15:59 
AnswerRe: help with keycode using plus key Pin
The ANZAC27-Sep-07 16:12
The ANZAC27-Sep-07 16:12 
AnswerRe: help with keycode using plus key Pin
Luc Pattyn27-Sep-07 16:12
sitebuilderLuc Pattyn27-Sep-07 16:12 
GeneralRe: help with keycode using plus key Pin
rexlizard27-Sep-07 16:55
rexlizard27-Sep-07 16:55 
QuestionConcurency Issue Pin
twsted f827-Sep-07 15:24
twsted f827-Sep-07 15:24 
AnswerRe: Concurency Issue Pin
Dave Kreskowiak28-Sep-07 1:43
mveDave Kreskowiak28-Sep-07 1:43 
QuestionHow to get the value of numeric up down control Pin
Mekong River27-Sep-07 15:12
Mekong River27-Sep-07 15:12 
Hi, I got a problem when I try to get the value of numeric up down control. I have developed an application in vb2005 and contain a build in control numeric up down control. On the form i set the value of this control to 5 and in the code if i use the below code:

msgbox(numericupdown1.value)

the result in message box is 5. It is correct. But when I try the below code:

dim i as integer<br />
for i = 1 to numericupdown1.value<br />
listbox1.item.add(i)<br />
next


There is no value add into the listbox. I won't what is the problem? when I try to run the code in debugging mode, I found that numericupdown1.value=5D not equal to 5. So when the code reach the for next statement, it ignore and nothing happend. Does anyone know how could i solve this problem? Thank in advance.
AnswerRe: How to get the value of numeric up down control Pin
Luc Pattyn27-Sep-07 16:13
sitebuilderLuc Pattyn27-Sep-07 16:13 
GeneralRe: How to get the value of numeric up down control Pin
Mekong River27-Sep-07 16:21
Mekong River27-Sep-07 16:21 
GeneralRe: How to get the value of numeric up down control Pin
Luc Pattyn28-Sep-07 0:38
sitebuilderLuc Pattyn28-Sep-07 0:38 
AnswerRe: How to get the value of numeric up down control Pin
Scott Dorman27-Sep-07 16:50
professionalScott Dorman27-Sep-07 16:50 
GeneralRe: How to get the value of numeric up down control Pin
Mekong River27-Sep-07 17:18
Mekong River27-Sep-07 17:18 
AnswerRe: How to get the value of numeric up down control Pin
Dave Kreskowiak28-Sep-07 1:39
mveDave Kreskowiak28-Sep-07 1:39 
QuestionBeginner ASP...VBScript Question Pin
T4AMD27-Sep-07 12:42
T4AMD27-Sep-07 12:42 
AnswerRe: Beginner ASP...VBScript Question Pin
Christian Graus27-Sep-07 15:07
protectorChristian Graus27-Sep-07 15:07 
QuestionMP3 structure Pin
haggenx27-Sep-07 12:36
haggenx27-Sep-07 12:36 
QuestionSaving and Loading forms from file? [modified] Pin
_Richard Faulkner_27-Sep-07 12:31
_Richard Faulkner_27-Sep-07 12:31 
AnswerRe: Saving and Loading forms from file? Pin
Paul Conrad30-Sep-07 13:41
professionalPaul Conrad30-Sep-07 13:41 
GeneralRe: Saving and Loading forms from file? Pin
_Richard Faulkner_1-Oct-07 15:45
_Richard Faulkner_1-Oct-07 15:45 
QuestionPopulating a dataGridView from a XML file Pin
Benny_Lava27-Sep-07 6:33
Benny_Lava27-Sep-07 6:33 
AnswerRe: Populating a dataGridView from a XML file Pin
Dave Kreskowiak27-Sep-07 7:26
mveDave Kreskowiak27-Sep-07 7:26 
QuestionCan any one short this Coding Pin
tharshini27-Sep-07 5:36
tharshini27-Sep-07 5:36 
AnswerRe: Can any one short this Coding Pin
Dave Kreskowiak27-Sep-07 7:21
mveDave Kreskowiak27-Sep-07 7:21 
Questionhow to draw small rectangles in a rectangle using vb.net Pin
VB 8.027-Sep-07 5:02
VB 8.027-Sep-07 5:02 

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.