Click here to Skip to main content
15,912,756 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Try Your Luck Pin
Karma3125111-Sep-07 7:38
Karma3125111-Sep-07 7:38 
GeneralRe: Try Your Luck Pin
Christian Graus11-Sep-07 8:42
protectorChristian Graus11-Sep-07 8:42 
GeneralRe: Try Your Luck Pin
Dave Kreskowiak11-Sep-07 13:10
mveDave Kreskowiak11-Sep-07 13:10 
QuestionDBNull error w/checkbox in datagrid Pin
ggreekggod11-Sep-07 7:00
ggreekggod11-Sep-07 7:00 
AnswerRe: DBNull error w/checkbox in datagrid Pin
Johan Hakkesteegt13-Sep-07 1:36
Johan Hakkesteegt13-Sep-07 1:36 
GeneralRe: DBNull error w/checkbox in datagrid Pin
ggreekggod13-Sep-07 4:54
ggreekggod13-Sep-07 4:54 
GeneralRe: DBNull error w/checkbox in datagrid Pin
Johan Hakkesteegt14-Sep-07 2:36
Johan Hakkesteegt14-Sep-07 2:36 
GeneralRe: DBNull error w/checkbox in datagrid Pin
ggreekggod17-Sep-07 4:24
ggreekggod17-Sep-07 4:24 
I changed it a little to get it to work for me:
If Not mtfLoading Then<br />
            If IsDBNull(grdSelect.Rows(e.RowIndex).Cells("Select").Value) Then<br />
                Call EnableObjects(False)<br />
            Else<br />
                If CType(grdSelect.Rows(e.RowIndex).Cells("Select"), DataGridViewCheckBoxCell).Value = True Then<br />
                    Call EnableObjects(True)<br />
                Else<br />
                    Call EnableObjects(False)<br />
                End If<br />
            End If<br />
        End If<br />
<br />

Thank you for your help!!Smile | :)
Questionvb6 How do I get a Form UnLoad to wait until a Function call is completed? Pin
Robert from Florida11-Sep-07 6:28
Robert from Florida11-Sep-07 6:28 
AnswerRe: vb6 How do I get a Form UnLoad to wait until a Function call is completed? Pin
Dave Kreskowiak11-Sep-07 13:08
mveDave Kreskowiak11-Sep-07 13:08 
AnswerRe: vb6 How do I get a Form UnLoad to wait until a Function call is completed? Pin
MohammadAmiry11-Sep-07 21:58
MohammadAmiry11-Sep-07 21:58 
GeneralRe: vb6 How do I get a Form UnLoad to wait until a Function call is completed? Pin
Dave Kreskowiak12-Sep-07 3:30
mveDave Kreskowiak12-Sep-07 3:30 
GeneralRe: vb6 How do I get a Form UnLoad to wait until a Function call is completed? Pin
Robert from Florida13-Sep-07 5:39
Robert from Florida13-Sep-07 5:39 
GeneralRe: vb6 How do I get a Form UnLoad to wait until a Function call is completed? Pin
Dave Kreskowiak13-Sep-07 12:33
mveDave Kreskowiak13-Sep-07 12:33 
QuestionCall crystall report form VB 6.0 [modified] Pin
Tomic11-Sep-07 4:39
Tomic11-Sep-07 4:39 
Questionreference Pin
samerh11-Sep-07 4:07
samerh11-Sep-07 4:07 
AnswerRe: reference Pin
Tom Deketelaere11-Sep-07 4:36
professionalTom Deketelaere11-Sep-07 4:36 
GeneralRe: reference Pin
samerh11-Sep-07 18:51
samerh11-Sep-07 18:51 
GeneralRe: reference Pin
Dave Kreskowiak12-Sep-07 3:25
mveDave Kreskowiak12-Sep-07 3:25 
QuestionDeployment Problem Pin
manuo511-Sep-07 3:26
manuo511-Sep-07 3:26 
AnswerRe: Deployment Problem Pin
Vimalsoft(Pty) Ltd11-Sep-07 3:44
professionalVimalsoft(Pty) Ltd11-Sep-07 3:44 
GeneralRe: Deployment Problem Pin
GuyThiebaut11-Sep-07 4:22
professionalGuyThiebaut11-Sep-07 4:22 
AnswerRe: Deployment Problem Pin
GuyThiebaut11-Sep-07 3:47
professionalGuyThiebaut11-Sep-07 3:47 
Questionasp.net update,delete qustion Pin
Oracle Friend11-Sep-07 3:09
Oracle Friend11-Sep-07 3:09 
AnswerRe: asp.net update,delete qustion Pin
Christian Graus11-Sep-07 6:06
protectorChristian Graus11-Sep-07 6:06 

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.