Click here to Skip to main content
15,928,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to connect to a remote computer? Pin
26-May-05 21:43
suss26-May-05 21:43 
QuestionHow to Call an Standard EXE from VB.NET Pin
Mahesh167926-May-05 20:43
Mahesh167926-May-05 20:43 
AnswerRe: How to Call an Standard EXE from VB.NET Pin
gemnet26-May-05 21:40
gemnet26-May-05 21:40 
GeneralRe: How to Call an Standard EXE from VB.NET Pin
toxcct27-May-05 7:21
toxcct27-May-05 7:21 
AnswerRe: How to Call an Standard EXE from VB.NET Pin
Dave Kreskowiak27-May-05 2:27
mveDave Kreskowiak27-May-05 2:27 
Generaldatabinding function/sub for any databindable control types Pin
Anonymous26-May-05 18:38
Anonymous26-May-05 18:38 
GeneralRe: databinding function/sub for any databindable control types Pin
gemnet26-May-05 21:39
gemnet26-May-05 21:39 
Generalfunction to handle DBNulls with CTYPE conversions Pin
Anonymous26-May-05 18:18
Anonymous26-May-05 18:18 
Can someone please help fix this function below? I have option strict turned on so it requires a lot of explicit conversions. I am passing data from datatables back to a business object.
for instance I have to use CTYPE a lot to convert to an explicit datatype but the DBNulls are killing me!!!!


busObj.field1 = ctype(dtrow("field1"), string)

'Private Function CTypes(ByVal obj As Object, ByVal Type As Type) As Object
' If Not (obj Is DBNull.Value) Then
' Return CType(obj, Type)
' Else
' If Type.Name = "String" Then
' Return String.Empty
' ElseIf Type.Name = "Integer" Then
' Return 0
' ElseIf Type.Name = "Date" Then
' Return "01/01/1900" 'or some other value
' End If
' End If


'End Function
GeneralConfiguring IIS Pin
nitin_ion26-May-05 17:43
nitin_ion26-May-05 17:43 
GeneralEmbedded images in a uer control Pin
tibmark26-May-05 14:46
tibmark26-May-05 14:46 
GeneralRe: Embedded images in a uer control Pin
Christian Graus26-May-05 16:03
protectorChristian Graus26-May-05 16:03 
GeneralCombining DLL to create a combined DLL Pin
Dr_Lomax26-May-05 6:59
Dr_Lomax26-May-05 6:59 
GeneralRe: Combining DLL to create a combined DLL Pin
Christian Graus26-May-05 12:27
protectorChristian Graus26-May-05 12:27 
GeneralRe: Combining DLL to create a combined DLL Pin
Anonymous27-May-05 1:13
Anonymous27-May-05 1:13 
GeneralRe: Combining DLL to create a combined DLL Pin
Christian Graus27-May-05 1:54
protectorChristian Graus27-May-05 1:54 
GeneralRe: Combining DLL to create a combined DLL Pin
Robert Rohde27-May-05 5:24
Robert Rohde27-May-05 5:24 
GeneralRe: Combining DLL to create a combined DLL Pin
Dr_Lomax28-May-05 3:49
Dr_Lomax28-May-05 3:49 
GeneralRe: Combining DLL to create a combined DLL Pin
Dr_Lomax29-May-05 4:13
Dr_Lomax29-May-05 4:13 
QuestionAnyone know how to convert from string to time? Pin
Member 193588026-May-05 5:42
Member 193588026-May-05 5:42 
AnswerRe: Anyone know how to convert from string to time? Pin
Robert Rohde26-May-05 6:22
Robert Rohde26-May-05 6:22 
GeneralRe: Anyone know how to convert from string to time? Pin
gemnet26-May-05 13:26
gemnet26-May-05 13:26 
GeneralRe: Anyone know how to convert from string to time? Pin
Robert Rohde26-May-05 19:00
Robert Rohde26-May-05 19:00 
GeneralRe: Anyone know how to convert from string to time? Pin
gemnet26-May-05 21:30
gemnet26-May-05 21:30 
AnswerRe: Anyone know how to convert from string to time? Pin
toxcct27-May-05 7:20
toxcct27-May-05 7:20 
Generalmulti level menus Pin
Manik Nath26-May-05 4:39
Manik Nath26-May-05 4:39 

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.