Click here to Skip to main content
15,910,210 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionLTrim Pin
vijay248225-Mar-09 5:35
vijay248225-Mar-09 5:35 
AnswerRe: LTrim Pin
Yusuf25-Mar-09 5:43
Yusuf25-Mar-09 5:43 
GeneralRe: LTrim Pin
vijay248225-Mar-09 5:53
vijay248225-Mar-09 5:53 
GeneralRe: LTrim Pin
Dave Kreskowiak25-Mar-09 6:24
mveDave Kreskowiak25-Mar-09 6:24 
GeneralRe: LTrim Pin
vijay248225-Mar-09 23:24
vijay248225-Mar-09 23:24 
GeneralRe: LTrim Pin
Dave Kreskowiak26-Mar-09 3:36
mveDave Kreskowiak26-Mar-09 3:36 
AnswerRe: LTrim Pin
Jon_Boy25-Mar-09 6:22
Jon_Boy25-Mar-09 6:22 
QuestionFormat 34 to 034 (3 digits) Pin
grahamoj25-Mar-09 2:34
grahamoj25-Mar-09 2:34 
AnswerRe: Format 34 to 034 (3 digits) Pin
Thomas Krojer25-Mar-09 2:49
Thomas Krojer25-Mar-09 2:49 
AnswerRe: Format 34 to 034 (3 digits) Pin
Anubhava Dimri31-Mar-09 0:57
Anubhava Dimri31-Mar-09 0:57 
Questionwant to read the next line of thecomma delimited text file Pin
Lee Mwangi25-Mar-09 2:18
Lee Mwangi25-Mar-09 2:18 
AnswerRe: want to read the next line of thecomma delimited text file Pin
Tom Deketelaere25-Mar-09 2:45
professionalTom Deketelaere25-Mar-09 2:45 
QuestionRe: want to read the next line of thecomma delimited text file Pin
Lee Mwangi27-Mar-09 21:01
Lee Mwangi27-Mar-09 21:01 
QuestionAdding task to a combobox and running it as a queue list Pin
Quin Nee25-Mar-09 2:07
Quin Nee25-Mar-09 2:07 
AnswerRe: Adding task to a combobox and running it as a queue list [modified] Pin
Dave Kreskowiak25-Mar-09 5:03
mveDave Kreskowiak25-Mar-09 5:03 
QuestionRe: Adding task to a combobox and running it as a queue list Pin
Quin Nee27-Mar-09 8:10
Quin Nee27-Mar-09 8:10 
AnswerRe: Adding task to a combobox and running it as a queue list Pin
Dave Kreskowiak27-Mar-09 11:46
mveDave Kreskowiak27-Mar-09 11:46 
QuestionRe: Adding task to a combobox and running it as a queue list Pin
Quin Nee2-Apr-09 6:16
Quin Nee2-Apr-09 6:16 
Alright, I have added it to the queue list and now I want to send it out as a string but the queue item is object type. I tried looking up at the function Ctype to convert it but it keeps giving me errors with this message "Conversion from type 'String()' to type 'String' is not valid." What am I doing wrong?



Private Sub RunTest_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RunTest.Click
        Dim datatry As Object

        datatry = tasklist.Dequeue
        DataSend = datatry
        'serialPort.Write(DataSend)
        ListBox1.Items.RemoveAt(0)
    End Sub

AnswerRe: Adding task to a combobox and running it as a queue list Pin
Dave Kreskowiak2-Apr-09 15:04
mveDave Kreskowiak2-Apr-09 15:04 
GeneralRe: Adding task to a combobox and running it as a queue list Pin
Quin Nee2-Apr-09 22:33
Quin Nee2-Apr-09 22:33 
GeneralRe: Adding task to a combobox and running it as a queue list Pin
Quin Nee3-Apr-09 1:01
Quin Nee3-Apr-09 1:01 
QuestionVS 2008 Team edition Pin
Moe200925-Mar-09 0:13
Moe200925-Mar-09 0:13 
AnswerRe: VS 2008 Team edition Pin
Ashfield25-Mar-09 2:17
Ashfield25-Mar-09 2:17 
GeneralRe: VS 2008 Team edition Pin
Moe200925-Mar-09 2:37
Moe200925-Mar-09 2:37 
GeneralRe: VS 2008 Team edition Pin
Smithers-Jones25-Mar-09 3:16
Smithers-Jones25-Mar-09 3:16 

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.