Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Tabindex Problems Pin
i gr89-Aug-07 8:44
i gr89-Aug-07 8:44 
QuestionUpdating a database when an application goes online Pin
steve_rm8-Aug-07 6:32
steve_rm8-Aug-07 6:32 
AnswerRe: Updating a database when an application goes online Pin
Kschuler8-Aug-07 7:55
Kschuler8-Aug-07 7:55 
QuestionEntering new Address group in Outlook Express thru VB Pin
Xandip8-Aug-07 2:54
Xandip8-Aug-07 2:54 
QuestionDatetime/Integer error Pin
aqzman_8-Aug-07 1:27
aqzman_8-Aug-07 1:27 
AnswerRe: Datetime/Integer error Pin
Tom Deketelaere8-Aug-07 1:38
professionalTom Deketelaere8-Aug-07 1:38 
GeneralRe: Datetime/Integer error Pin
aqzman_8-Aug-07 1:57
aqzman_8-Aug-07 1:57 
AnswerReply from Senthil.S for Datetime/Integer error Pin
Senthil S8-Aug-07 2:01
Senthil S8-Aug-07 2:01 
Hello,
Their is a Traditional way, for all variable(different datatype).

i,e. Consider,

Dim str As String = "Iam a string"
Dim integ As Integer = 0
Dim da As Date = "#6/22/2007#"
Dim ss As String

ss = "'" & str & "' " & integ & " '" & da & "'"

Answer = 'Iam a string' 0 '6/22/2007'

I thing u got the answer. If hve any problem msg me friend...........

QuestionDetermine whether there is select item in the list Pin
Mekong River7-Aug-07 23:28
Mekong River7-Aug-07 23:28 
AnswerRe: Determine whether there is select item in the list Pin
Nilesh Hapse7-Aug-07 23:43
Nilesh Hapse7-Aug-07 23:43 
GeneralRe: Determine whether there is select item in the list Pin
Mekong River8-Aug-07 0:27
Mekong River8-Aug-07 0:27 
AnswerRe: Determine whether there is select item in the list Pin
Luc Pattyn7-Aug-07 23:54
sitebuilderLuc Pattyn7-Aug-07 23:54 
GeneralRe: Determine whether there is select item in the list Pin
Mekong River8-Aug-07 0:25
Mekong River8-Aug-07 0:25 
GeneralRe: Determine whether there is select item in the list Pin
Luc Pattyn8-Aug-07 0:29
sitebuilderLuc Pattyn8-Aug-07 0:29 
GeneralRe: Determine whether there is select item in the list Pin
Tom Deketelaere8-Aug-07 1:14
professionalTom Deketelaere8-Aug-07 1:14 
GeneralRe: Determine whether there is select item in the list Pin
Mekong River8-Aug-07 15:36
Mekong River8-Aug-07 15:36 
AnswerRe: Determine whether there is select item in the list Pin
koolprasad20038-Aug-07 1:13
professionalkoolprasad20038-Aug-07 1:13 
GeneralRe: Determine whether there is select item in the list Pin
Mekong River8-Aug-07 15:37
Mekong River8-Aug-07 15:37 
AnswerRe: Determine whether there is select item in the list Pin
The ANZAC8-Aug-07 1:51
The ANZAC8-Aug-07 1:51 
GeneralRe: Determine whether there is select item in the list Pin
Mekong River8-Aug-07 15:35
Mekong River8-Aug-07 15:35 
Questioncan i create annotation in picture box using vb.net? [modified] Pin
babusat7-Aug-07 22:28
babusat7-Aug-07 22:28 
Questionhow to create a control Pin
eyes20077-Aug-07 22:22
eyes20077-Aug-07 22:22 
AnswerRe: how to create a control Pin
Tom Deketelaere7-Aug-07 23:24
professionalTom Deketelaere7-Aug-07 23:24 
GeneralRe: how to create a control Pin
eyes20078-Aug-07 0:16
eyes20078-Aug-07 0:16 
GeneralRe: how to create a control Pin
Tom Deketelaere8-Aug-07 1:09
professionalTom Deketelaere8-Aug-07 1:09 

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.