Search results for query: *

  1. R

    Is there any way to timeout during Streamreader.Readline?

    BeginOutputReadLine was the key, for sure. I wish someone had taught me about synchronous vs. asynchronous before I wasted all this time searching Google and trying other methods. On the bright side, I learned quite a bit in my attempts to fix this issue. I am happy to report that my code...
  2. R

    All controls move slightly to the left when debugging

    I found information about this, apparently it has something to do with tabs being removed or added. I now know that I can prevent it from happening by ensuring that I never debug the program without it being in the first (left-most) tab. This is a bad solution, but I hope this helps someone in...
  3. R

    Is there any way to timeout during Streamreader.Readline?

    Hey all, First, a little foreword: My boss had some .cmd scripts that he used to install various programs on our network, and since I had free time, I was asked to consolidate these scripts into one overarching project. I chose to start fiddling with vb.net because I have never really...
  4. R

    All controls move slightly to the left when debugging

    Hello all, I'm hoping one of you has heard of my issue, or perhaps experienced it yourself. (I am using Visual Studio Visual Basic 2010 Version 10.0.30319. My program is vb.net with .net framework version 4.0.30319.) Here's my issue: I created a new tab in my application and filled it with...
Back
Top