Click here to Skip to main content
15,890,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Image ComboBox Control in VB.NET Pin
Deepthy.P.M16-Dec-07 22:12
Deepthy.P.M16-Dec-07 22:12 
GeneralRe: Image ComboBox Control in VB.NET Pin
CKnig16-Dec-07 22:20
CKnig16-Dec-07 22:20 
QuestionHow to encrypt a string using rijndael algorithm Pin
Nagaraj.k16-Dec-07 21:11
Nagaraj.k16-Dec-07 21:11 
GeneralRe: How to encrypt a string using rijndael algorithm Pin
CKnig16-Dec-07 21:35
CKnig16-Dec-07 21:35 
QuestionRe: How to encrypt a string using rijndael algorithm Pin
Nagaraj.k17-Dec-07 1:22
Nagaraj.k17-Dec-07 1:22 
GeneralRe: How to encrypt a string using rijndael algorithm Pin
~V~16-Dec-07 22:56
~V~16-Dec-07 22:56 
GeneralUrgent: how to convert string into date in vb.net Pin
Ashish Kumar Vyas16-Dec-07 20:20
Ashish Kumar Vyas16-Dec-07 20:20 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
Georg Kohler16-Dec-07 21:03
Georg Kohler16-Dec-07 21:03 
Check this out _ I never used it myself - but stumbled over it over the last few days when trying to fix my late binding issue ..
It copied out of the Help index

Imports System

Public Class ChangeTypeTest

Public Shared Sub Main()
Dim d As [Double] = - 2.345
Dim i As Integer = CInt(Convert.ChangeType(d, GetType(Integer)))

Console.WriteLine("The double value {0} when converted to an int becomes {1}", d, i)
Dim s As String = "12/12/98"
Dim dt As DateTime = CType(Convert.ChangeType(s, GetType(DateTime)), DateTime)

Console.WriteLine("The string value {0} when converted to a Date becomes {1}", s, dt)
End Sub 'Main
End Class 'ChangeTypeTest
GeneralRe: Urgent: how to convert string into date in vb.net Pin
CKnig16-Dec-07 21:45
CKnig16-Dec-07 21:45 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
VB 8.016-Dec-07 22:50
VB 8.016-Dec-07 22:50 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
~V~16-Dec-07 22:50
~V~16-Dec-07 22:50 
Questionthe meaning of VB.Command()...? Pin
tasumisra16-Dec-07 19:49
tasumisra16-Dec-07 19:49 
AnswerRe: the meaning of VB.Command()...? Pin
Dave Kreskowiak17-Dec-07 3:45
mveDave Kreskowiak17-Dec-07 3:45 
GeneralCombobox and F4 Pin
SiXke16-Dec-07 5:55
SiXke16-Dec-07 5:55 
Generalerror in vb.net Pin
break_day15-Dec-07 23:02
break_day15-Dec-07 23:02 
GeneralRe: error in vb.net Pin
Bassam Saoud16-Dec-07 1:53
Bassam Saoud16-Dec-07 1:53 
GeneralRe: error in vb.net Pin
break_day16-Dec-07 6:14
break_day16-Dec-07 6:14 
GeneralRe: error in vb.net Pin
CKnig16-Dec-07 18:38
CKnig16-Dec-07 18:38 
GeneralRe: error in vb.net Pin
break_day17-Dec-07 2:04
break_day17-Dec-07 2:04 
GeneralRe: error in vb.net Pin
CKnig17-Dec-07 2:19
CKnig17-Dec-07 2:19 
GeneralRe: error in vb.net Pin
Paul Conrad23-Dec-07 14:05
professionalPaul Conrad23-Dec-07 14:05 
GeneralAdd value and text in combobox Pin
yesu prakash15-Dec-07 21:28
yesu prakash15-Dec-07 21:28 
GeneralRe: Add value and text in combobox Pin
Bassam Saoud16-Dec-07 1:58
Bassam Saoud16-Dec-07 1:58 
GeneralAssinging values to Array Pin
sjs4u15-Dec-07 21:01
sjs4u15-Dec-07 21:01 
GeneralRe: Assinging values to Array Pin
Bassam Saoud16-Dec-07 2:05
Bassam Saoud16-Dec-07 2:05 

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.