Search:

Type: Posts; User: David52

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    724

    VS 2015 Re: Reference Copy to local path question

    Thank you, my problem is solved.
  2. Replies
    2
    Views
    724

    VS 2015 Reference Copy to local path question

    Hello! Does anybody know how to set the local path's of the references in a specified folder? E.g the "Copy Local" is set to true for a reference, and it's copying on the executable file's directory...
  3. Replies
    3
    Views
    2,824

    Re: WebBrowser not loading the page correctly

    Thank you, that worked! I changed the compatibility to IE11 and it's working correctly!
  4. Replies
    3
    Views
    2,824

    WebBrowser not loading the page correctly

    Hello! I do have a problem with the webbrowser, when I open a page with the IE shows me correctly, but as I open it in the app with WebBrowser, its wrong.
    Image:
    https://imgur.com/a/6XfzAwF
  5. Replies
    4
    Views
    2,840

    Timed function call

    Hey! I want my app to do a backup save at a specified time(e.g 01:00 AM) everyday. How can I time my function to be called every night at 01:00, without timer, or isn't it possible ?I think the...
  6. Replies
    8
    Views
    1,565

    VS 2015 Re: Freezing app when reading large file

    I've done it as you said so, but now it's more slower, and I still cant click on the other buttons until it s finished, and the Label4's text doesn't change only as I can click the buttons too.. Any...
  7. Replies
    8
    Views
    1,565

    VS 2015 Re: Freezing app when reading large file

    And this is how the function head should look like with async?
    Public Async Function RawDataToList(ByVal rawfile_path As String, ByVal name As String, Optional progress_bar As ProgressBar =...
  8. Replies
    8
    Views
    1,565

    VS 2015 Re: Freezing app when reading large file

    Private Sub load_button_Click(sender As Object, e As EventArgs) Handles load_button.Click
    Dim dates As List(Of DateTime)
    Dim values As List(Of Integer)
    ...
  9. Replies
    8
    Views
    1,565

    VS 2015 Re: Freezing app when reading large file

    Thank you very much! Thats what Im doing, reading it line by line,but now I do have another problem. If I declare my Sub as async. I cant use the parameters called by its reference (ByRef), although...
  10. Replies
    8
    Views
    1,565

    VS 2015 Freezing app when reading large file

    Hey. I'm using a StreamReader to read a large file, which takes more than 10 seconds, but the problem is, when it's on loading, I cant use any button, or do anything on the form. I would add a...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width