Click here to Skip to main content
15,889,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Login Timer Pin
Polymorpher27-Apr-07 19:14
Polymorpher27-Apr-07 19:14 
GeneralRe: Login Timer Pin
kubben28-Apr-07 0:56
kubben28-Apr-07 0:56 
GeneralRe: Login Timer Pin
Polymorpher28-Apr-07 13:47
Polymorpher28-Apr-07 13:47 
QuestionMAke button affect numerical field Pin
who needs to know?27-Apr-07 11:14
who needs to know?27-Apr-07 11:14 
AnswerRe: MAke button affect numerical field Pin
Christian Graus27-Apr-07 15:19
protectorChristian Graus27-Apr-07 15:19 
GeneralRe: MAke button affect numerical field Pin
who needs to know?28-Apr-07 21:41
who needs to know?28-Apr-07 21:41 
GeneralRe: MAke button affect numerical field Pin
Christian Graus29-Apr-07 0:06
protectorChristian Graus29-Apr-07 0:06 
AnswerRe: MAke button affect numerical field Pin
Solanki Rajat27-Apr-07 22:54
Solanki Rajat27-Apr-07 22:54 
Take the variable public or private which you want to modify. For example

Dim Var1 as integer or
public var2 as integer

now add following code on click event of button

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
var1=var1+1
End Sub



GeneralRe: MAke button affect numerical field Pin
Dave Kreskowiak28-Apr-07 4:30
mveDave Kreskowiak28-Apr-07 4:30 
QuestionGetting the hwnd from API functions Pin
haggenx27-Apr-07 10:54
haggenx27-Apr-07 10:54 
Questioncrystal reporting Pin
JustmeNick27-Apr-07 10:28
JustmeNick27-Apr-07 10:28 
AnswerRe: crystal reporting [modified] Pin
Tarakeshwar Reddy27-Apr-07 11:09
professionalTarakeshwar Reddy27-Apr-07 11:09 
Questioninfo abt sql server 2005 (inbuild of VS2005) Pin
kripa2127-Apr-07 6:09
kripa2127-Apr-07 6:09 
AnswerRe: info abt sql server 2005 (inbuild of VS2005) Pin
kubben28-Apr-07 1:28
kubben28-Apr-07 1:28 
QuestionEditing cells in MSHFlexGrid control [modified] Pin
Barry True27-Apr-07 5:47
Barry True27-Apr-07 5:47 
Questionlow disk space Pin
charchabil0327-Apr-07 4:21
charchabil0327-Apr-07 4:21 
AnswerRe: low disk space Pin
Guffa27-Apr-07 6:58
Guffa27-Apr-07 6:58 
Questionurgent Pin
d_smit27-Apr-07 3:07
d_smit27-Apr-07 3:07 
AnswerRe: urgent Pin
Arun.Immanuel27-Apr-07 3:12
Arun.Immanuel27-Apr-07 3:12 
AnswerRe: urgent Pin
Sathesh Sakthivel27-Apr-07 3:27
Sathesh Sakthivel27-Apr-07 3:27 
Questioncatastrophic failure [modified] Pin
Nilesh Hapse27-Apr-07 1:54
Nilesh Hapse27-Apr-07 1:54 
AnswerRe: catastrophic failure Pin
Christian Graus27-Apr-07 19:56
protectorChristian Graus27-Apr-07 19:56 
Questiondebug and build in vb.net Pin
FeRtoll27-Apr-07 1:04
FeRtoll27-Apr-07 1:04 
AnswerRe: debug and build in vb.net Pin
Christian Graus27-Apr-07 1:57
protectorChristian Graus27-Apr-07 1:57 
GeneralRe: debug and build in vb.net Pin
FeRtoll3-May-07 20:27
FeRtoll3-May-07 20:27 

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.