Click here to Skip to main content
15,894,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to convert capstext in datagridview ? Pin
JC.KaNNaN18-Aug-09 2:21
JC.KaNNaN18-Aug-09 2:21 
AnswerRe: how to convert capstext in datagridview ? Pin
Johan Hakkesteegt18-Aug-09 2:56
Johan Hakkesteegt18-Aug-09 2:56 
GeneralRe: how to convert capstext in datagridview ? Pin
JC.KaNNaN18-Aug-09 18:30
JC.KaNNaN18-Aug-09 18:30 
GeneralRe: how to convert capstext in datagridview ? Pin
Ashfield18-Aug-09 21:00
Ashfield18-Aug-09 21:00 
GeneralRe: how to convert capstext in datagridview ? Pin
JC.KaNNaN18-Aug-09 21:34
JC.KaNNaN18-Aug-09 21:34 
GeneralRe: how to convert capstext in datagridview ? Pin
Ashfield18-Aug-09 23:45
Ashfield18-Aug-09 23:45 
GeneralRe: how to convert capstext in datagridview ? Pin
JC.KaNNaN19-Aug-09 2:28
JC.KaNNaN19-Aug-09 2:28 
QuestionVb.net text box Pin
rrrriiizz17-Aug-09 23:12
rrrriiizz17-Aug-09 23:12 
Hi,
i have wriiten one simple code for value Checking but the code is working for a single digit number for double digit it doesnot work, i dont no why. Please help me reg this. My simple code is
If (txtqty.Text > "2") Then
           btn3.Visible = False
           btn3.Enabled = False
           txtp3.Enabled = False
           txtr3.Enabled = False
       Else
           btn3.Visible = True
           btn3.Enabled = True
           txtp3.Enabled = True
           txtr3.Enabled = True
       End If

AnswerRe: Vb.net text box Pin
Christian Graus17-Aug-09 23:19
protectorChristian Graus17-Aug-09 23:19 
AnswerRe: Vb.net text box Pin
Tom Deketelaere17-Aug-09 23:56
professionalTom Deketelaere17-Aug-09 23:56 
GeneralRe: Vb.net text box Pin
Christian Graus18-Aug-09 0:06
protectorChristian Graus18-Aug-09 0:06 
GeneralRe: Vb.net text box Pin
Tom Deketelaere18-Aug-09 0:12
professionalTom Deketelaere18-Aug-09 0:12 
GeneralRe: Vb.net text box Pin
Christian Graus18-Aug-09 1:27
protectorChristian Graus18-Aug-09 1:27 
GeneralRe: Vb.net text box Pin
rrrriiizz18-Aug-09 0:50
rrrriiizz18-Aug-09 0:50 
GeneralRe: Vb.net text box Pin
Tom Deketelaere18-Aug-09 1:31
professionalTom Deketelaere18-Aug-09 1:31 
QuestionI need your help desperately on Crystal report [modified] Pin
Dambod17-Aug-09 22:56
Dambod17-Aug-09 22:56 
QuestionHow we Use XtraChart? Pin
faravani17-Aug-09 21:54
faravani17-Aug-09 21:54 
AnswerRe: How we Use XtraChart? Pin
Christian Graus17-Aug-09 22:33
protectorChristian Graus17-Aug-09 22:33 
QuestionHow to get winpadlock.ocx as free for VB Pin
vasanth arivali17-Aug-09 21:30
vasanth arivali17-Aug-09 21:30 
AnswerRe: How to get winpadlock.ocx as free for VB Pin
Christian Graus17-Aug-09 22:33
protectorChristian Graus17-Aug-09 22:33 
AnswerRe: How to get winpadlock.ocx as free for VB Pin
Dave Kreskowiak18-Aug-09 2:12
mveDave Kreskowiak18-Aug-09 2:12 
Questionneed help calculator do not accept more than max char on textbox Pin
vblearner0917-Aug-09 15:01
vblearner0917-Aug-09 15:01 
AnswerRe: need help calculator do not accept more than max char on textbox Pin
Christian Graus17-Aug-09 15:31
protectorChristian Graus17-Aug-09 15:31 
GeneralRe: need help calculator do not accept more than max char on textbox Pin
vblearner0917-Aug-09 16:20
vblearner0917-Aug-09 16:20 
GeneralRe: need help calculator do not accept more than max char on textbox Pin
Christian Graus17-Aug-09 16:28
protectorChristian Graus17-Aug-09 16:28 

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.