Click here to Skip to main content
15,892,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: VS 2008 Team edition Pin
0x3c025-Mar-09 9:24
0x3c025-Mar-09 9:24 
GeneralRe: VS 2008 Team edition Pin
Ashfield25-Mar-09 9:12
Ashfield25-Mar-09 9:12 
Questionwant to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, How? Pin
pramod251724-Mar-09 23:31
pramod251724-Mar-09 23:31 
AnswerRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, How? Pin
Anoop Brijmohun25-Mar-09 0:19
Anoop Brijmohun25-Mar-09 0:19 
Questiondownload file from server error Pin
Anoop Brijmohun24-Mar-09 21:27
Anoop Brijmohun24-Mar-09 21:27 
AnswerRe: download file from server error Pin
Dave Kreskowiak25-Mar-09 4:33
mveDave Kreskowiak25-Mar-09 4:33 
GeneralRe: download file from server error Pin
Anoop Brijmohun27-Mar-09 1:54
Anoop Brijmohun27-Mar-09 1:54 
GeneralRe: download file from server error Pin
Dave Kreskowiak27-Mar-09 11:54
mveDave Kreskowiak27-Mar-09 11:54 
QuestionAdd a node to the Treeview by selecting it from the ComboBox [modified] Pin
wr302824-Mar-09 20:19
wr302824-Mar-09 20:19 
AnswerRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak25-Mar-09 4:30
mveDave Kreskowiak25-Mar-09 4:30 

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.