Search:

Type: Posts; User: TamP

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    913

    Re: Read time from excel sheet

    Wow !
    Thanks for that
    It works perfectly
  2. Replies
    2
    Views
    913

    Read time from excel sheet

    2019 VB
    My program opens an excel sheet and adds the data in the cell in a textbox
    However, two of the columns consists of Date and the other Time.
    The Date cell shows OK but the cell containing...
  3. Replies
    3
    Views
    501

    Re: Opening an exe from vb 2017 code

    Thanks for that
    It is working perfectly now
    I was not reading the triple quotes properly
  4. Replies
    3
    Views
    501

    Opening an exe from vb 2017 code

    I am trying to open adobe Bridge (A photo catalogue program) and a jpg chosen from a listbox
    The listbox lists the filename of the jpg only

    Dim BPath As String = "C:\Program Files\Adobe\Adobe...
  5. Replies
    5
    Views
    2,063

    Re: Trying to remane a file from code

    I will look at this solution as well. Thanks
  6. Replies
    5
    Views
    2,063

    Re: Trying to remane a file from code

    Many thanks for that.
    Works fine now
  7. Replies
    5
    Views
    2,063

    Trying to remane a file from code

    As a beginner I am trying to write a vb 2017 program to rename photos in a folder
    When I go to remame it, I get the following error

    System.IO.IOException: 'The process cannot access the file...
  8. Replies
    5
    Views
    1,547

    Re: Read a url from a text file

    That, of course, was the answer.
    I just manually removed the quotes, as there are only four urls at the moment

    Thanks for that
  9. Replies
    5
    Views
    1,547

    Re: Read a url from a text file

    No, no error, just silence


    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    'Jazz
    Dim Jazz as string
    Dim reader As New...
  10. Replies
    5
    Views
    1,547

    Read a url from a text file

    Just dipping my toe in Visual Basic 2017
    I have written a radio player for Internet radio stations
    It woks fine if the url's are coded in the program
    ie...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width