Search:

Type: Posts; User: Garrann

Search: Search took 0.02 seconds.

  1. VS 2010 Re: Wrong textbox selected after refresh

    Textbox1.Focus() .
  2. Replies
    29
    Views
    144,047

    Re: Correct way to use the BackgroundWorker

    Thanks for the great tutorial Pradeep1210!
  3. Re: need help opening a text file in use by another program

    This opens the filestream as read only and passes the filestream to a streamreader.



    Dim chatFileStream As New FileStream("c:\Chat.txt", FileMode.Open, FileAccess.Read, FileShare.ReadWrite)...
  4. Replies
    7
    Views
    3,697

    VS 2010 Re: Avast issues with my app

    Other developers are having this same problem with Avast.
    Some workarounds suggested on the Avast forums are:

    1. Change autosandbox mode from 'auto' to 'ask'
    2. Uncheck the offending reason...
  5. Replies
    6
    Views
    672

    Re: Multiple email boxes

    How about something like this:



    sBody += "Per your instructions below please find the prospect information:"
    sBody += vbCrLf + vbCrLf
    sBody += txtFirstName.Text + " " + txtLastName.Text
    ...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width