Click here to Skip to main content
15,910,872 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestiongetData from xml with VB.NET Pin
woerny9-May-09 4:09
woerny9-May-09 4:09 
AnswerRe: getData from xml with VB.NET Pin
Zaegra9-May-09 4:43
Zaegra9-May-09 4:43 
Questioncreate and run process with link (vb.net2005) Pin
hrishiS9-May-09 2:42
hrishiS9-May-09 2:42 
AnswerRe: create and run process with link (vb.net2005) Pin
Luc Pattyn9-May-09 3:06
sitebuilderLuc Pattyn9-May-09 3:06 
GeneralRe: create and run process with link (vb.net2005) Pin
hrishiS9-May-09 3:10
hrishiS9-May-09 3:10 
GeneralRe: create and run process with link (vb.net2005) Pin
Zaegra9-May-09 4:33
Zaegra9-May-09 4:33 
AnswerRe: create and run process with link (vb.net2005) Pin
Dave Kreskowiak9-May-09 7:19
mveDave Kreskowiak9-May-09 7:19 
Questionproblem related to textbox Pin
nazimghori9-May-09 2:24
nazimghori9-May-09 2:24 
hello everyone

i am having 2 textboxes now i display '0' values in both textboxes at design time

at run time i change the values of it like textbox1 has value 3 now i want that textbox2 should start from 1 when i enter any numeric value in textbox 1

for this example if i enter 3 in textbox1 then textbox2 should be 1 and inrement likewise.

for that my code is:
If Val(Me.txtbox1.text) > Val(Me.txtbox2.Text) > 0 Then
                Me.txtbox2.Text = Val(Me.txtbox2.Text) + 1
            Else
                Me.txtbox2.Text = Val(Me.txtbox2.Text) - 1
            End If

but this is not working

please suggest some another code

thank you all.
Smile | :) Smile | :)
AnswerRe: problem related to textbox Pin
Zaegra9-May-09 4:00
Zaegra9-May-09 4:00 
GeneralRe: problem related to textbox Pin
nazimghori9-May-09 4:13
nazimghori9-May-09 4:13 
QuestionRe: problem related to textbox Pin
nazimghori9-May-09 4:19
nazimghori9-May-09 4:19 
GeneralRe: problem related to textbox [modified] Pin
Zaegra9-May-09 4:30
Zaegra9-May-09 4:30 
Questionwhat is the purpose? Pin
Willington9-May-09 1:57
Willington9-May-09 1:57 
AnswerRe: what is the purpose? Pin
Dave Kreskowiak9-May-09 7:17
mveDave Kreskowiak9-May-09 7:17 
QuestionHelp Needed Pin
DarkSorrow388-May-09 7:58
DarkSorrow388-May-09 7:58 
AnswerRe: Help Needed Pin
Dave Kreskowiak8-May-09 8:58
mveDave Kreskowiak8-May-09 8:58 
GeneralRe: Help Needed Pin
Wes Aday8-May-09 11:34
professionalWes Aday8-May-09 11:34 
GeneralRe: Help Needed Pin
Dave Kreskowiak8-May-09 12:06
mveDave Kreskowiak8-May-09 12:06 
QuestionHow can I make report with VISUAL BASIC 2008? Pin
Mohamed_Khalil8-May-09 6:30
Mohamed_Khalil8-May-09 6:30 
AnswerRe: How can I make report with VISUAL BASIC 2008? Pin
Henry Minute8-May-09 7:06
Henry Minute8-May-09 7:06 
AnswerRe: How can I make report with VISUAL BASIC 2008? Pin
Anubhava Dimri8-May-09 23:13
Anubhava Dimri8-May-09 23:13 
QuestionNumber of items added to a listbox Pin
suvigna8-May-09 5:25
suvigna8-May-09 5:25 
AnswerRe: Number of items added to a listbox [modified] Pin
dan!sh 8-May-09 5:49
professional dan!sh 8-May-09 5:49 
AnswerRe: Number of items added to a listbox Pin
EliottA8-May-09 5:51
EliottA8-May-09 5:51 
AnswerRe: Number of items added to a listbox Pin
Alan N8-May-09 5:55
Alan N8-May-09 5:55 

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.