Click here to Skip to main content
15,898,888 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to get Pin
Agus Budianto17-Feb-09 3:58
Agus Budianto17-Feb-09 3:58 
AnswerRe: how to get Pin
Jon_Boy17-Feb-09 4:20
Jon_Boy17-Feb-09 4:20 
AnswerRe: how to get Pin
Samir Ibrahim17-Feb-09 4:38
Samir Ibrahim17-Feb-09 4:38 
AnswerRe: how to get Pin
Mark Churchill17-Feb-09 14:17
Mark Churchill17-Feb-09 14:17 
Questionmodifying and displaying text from text file depending on content Pin
todda200816-Feb-09 9:01
todda200816-Feb-09 9:01 
AnswerRe: modifying and displaying text from text file depending on content Pin
DaveAuld16-Feb-09 23:50
professionalDaveAuld16-Feb-09 23:50 
GeneralRe: modifying and displaying text from text file depending on content Pin
todda200817-Feb-09 13:17
todda200817-Feb-09 13:17 
Questionwho is event Pin
ivo7516-Feb-09 8:14
ivo7516-Feb-09 8:14 
I use this code


If DataGridView1.RowCount> 0 Then
If DataGridView1.Rows(0).Cells("nadnica").Value <>Nothing Then
CheckBox1.Enabled = True
Else
CheckBox1.Enabled = False
End If
End If

and I want when type first letter in cell DataGridView1.Rows(0).Cells("nadnica") execute

how make this thanks
AnswerRe: who is event Pin
Christian Graus16-Feb-09 11:52
protectorChristian Graus16-Feb-09 11:52 
GeneralRe: who is event Pin
ivo7516-Feb-09 19:30
ivo7516-Feb-09 19:30 
AnswerRe: who is event Pin
kvelu.d16-Feb-09 21:06
kvelu.d16-Feb-09 21:06 
GeneralRe: who is event Pin
ivo7516-Feb-09 23:28
ivo7516-Feb-09 23:28 
GeneralRe: who is event Pin
kvelu.d16-Feb-09 23:57
kvelu.d16-Feb-09 23:57 
GeneralRe: who is event Pin
Jon_Boy17-Feb-09 4:22
Jon_Boy17-Feb-09 4:22 
QuestionCollection in VB6 and VB.Net Pin
Samir Ibrahim16-Feb-09 7:42
Samir Ibrahim16-Feb-09 7:42 
AnswerRe: Collection in VB6 and VB.Net Pin
Dave Kreskowiak16-Feb-09 10:13
mveDave Kreskowiak16-Feb-09 10:13 
GeneralRe: Collection in VB6 and VB.Net Pin
Samir Ibrahim16-Feb-09 19:34
Samir Ibrahim16-Feb-09 19:34 
QuestionIs Vs = and nothing Pin
thesum16-Feb-09 5:23
thesum16-Feb-09 5:23 
AnswerRe: Is Vs = and nothing Pin
Jay Royall16-Feb-09 5:40
Jay Royall16-Feb-09 5:40 
AnswerRe: Is Vs = and nothing Pin
N a v a n e e t h16-Feb-09 5:57
N a v a n e e t h16-Feb-09 5:57 
AnswerRe: Is Vs = and nothing Pin
supercat916-Feb-09 8:12
supercat916-Feb-09 8:12 
AnswerRe: Is Vs = and nothing Pin
kvelu.d16-Feb-09 20:51
kvelu.d16-Feb-09 20:51 
QuestionHopelessly lost in converting some VB6 code that is reading a binary file [modified] Pin
Jon_Boy16-Feb-09 5:21
Jon_Boy16-Feb-09 5:21 
AnswerRe: Hopelessly lost in converting some VB6 code that is reading a binary file Pin
Alan N16-Feb-09 6:57
Alan N16-Feb-09 6:57 
GeneralRe: Hopelessly lost in converting some VB6 code that is reading a binary file Pin
Jon_Boy16-Feb-09 7:31
Jon_Boy16-Feb-09 7:31 

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.