Click here to Skip to main content
15,908,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Disable or hide a tab page Pin
Dave Kreskowiak27-Jan-06 5:55
mveDave Kreskowiak27-Jan-06 5:55 
Questiontransparent label Pin
rzvme27-Jan-06 3:19
rzvme27-Jan-06 3:19 
AnswerRe: transparent label Pin
Dave Kreskowiak27-Jan-06 4:15
mveDave Kreskowiak27-Jan-06 4:15 
AnswerRe: transparent label Pin
JUNEYT27-Jan-06 7:29
JUNEYT27-Jan-06 7:29 
GeneralRe: transparent label Pin
rzvme27-Jan-06 7:46
rzvme27-Jan-06 7:46 
Questiontime values in vb6 Pin
_tasleem27-Jan-06 2:36
_tasleem27-Jan-06 2:36 
AnswerRe: time values in vb6 Pin
Guffa27-Jan-06 2:44
Guffa27-Jan-06 2:44 
AnswerRe: time values in vb6 Pin
Matthew Hazlett27-Jan-06 6:30
Matthew Hazlett27-Jan-06 6:30 
I don't remember why I did it this way, I think there was a problem with IsNull not working wit DBNull in one of the projects I did.

Here was the workaround I came up with:

VB
For Each Item As DataRow In Questions.Rows
     If Item("question_fields").GetType.Name <> "DBNull" Then
          ...
     End if
Next




Matthew Hazlett

Sometimes I miss the simpler DOS days of Borland Turbo Pascal (but not very often).
AnswerRe: time values in vb6 Pin
Mekong River28-Jan-06 5:52
Mekong River28-Jan-06 5:52 
AnswerRe: time values in vb6 Pin
Tim Carmichael3-Feb-06 4:28
Tim Carmichael3-Feb-06 4:28 
QuestionMulticolumn comboboxes in VB.Net Pin
trimtrom27-Jan-06 1:41
trimtrom27-Jan-06 1:41 
AnswerRe: Multicolumn comboboxes in VB.Net Pin
Dave Kreskowiak27-Jan-06 4:11
mveDave Kreskowiak27-Jan-06 4:11 
AnswerRe: Multicolumn comboboxes in VB.Net Pin
Mekong River28-Jan-06 5:56
Mekong River28-Jan-06 5:56 
Questionerrors to b removed... Pin
Bhavna Varshney27-Jan-06 0:32
Bhavna Varshney27-Jan-06 0:32 
AnswerRe: errors to b removed... Pin
Steve Pullan27-Jan-06 0:41
Steve Pullan27-Jan-06 0:41 
AnswerRe: errors to b removed... Pin
Dave Kreskowiak27-Jan-06 4:09
mveDave Kreskowiak27-Jan-06 4:09 
GeneralRe: errors to b removed... Pin
Bhavna Varshney27-Jan-06 18:41
Bhavna Varshney27-Jan-06 18:41 
GeneralRe: errors to b removed... Pin
Steve Pullan27-Jan-06 21:39
Steve Pullan27-Jan-06 21:39 
GeneralRe: errors to b removed... Pin
Mekong River28-Jan-06 5:59
Mekong River28-Jan-06 5:59 
GeneralRe: errors to b removed... Pin
Dave Kreskowiak28-Jan-06 10:20
mveDave Kreskowiak28-Jan-06 10:20 
QuestionVB /VB.net Encryption component Pin
Rahman Mahmoodi26-Jan-06 23:22
Rahman Mahmoodi26-Jan-06 23:22 
AnswerRe: VB /VB.net Encryption component Pin
Guffa26-Jan-06 23:42
Guffa26-Jan-06 23:42 
AnswerRe: VB /VB.net Encryption component Pin
Dave Kreskowiak27-Jan-06 4:08
mveDave Kreskowiak27-Jan-06 4:08 
AnswerRe: VB /VB.net Encryption component Pin
Mekong River28-Jan-06 6:01
Mekong River28-Jan-06 6:01 
QuestionUrgent Pin
Bhavna Varshney26-Jan-06 23:01
Bhavna Varshney26-Jan-06 23:01 

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.