Search results for query: *

  1. C

    Question Issue with writing to a textBox

    In my Visual Studio 2019 Solution, I am sending a result or error message to textBox1. See examples below. It succcessfully goes there, but it is highlighted. When I click on the contents of textBox1, the highlight goes away. Is there any way to turn off the highlighting in the first place...
  2. C

    Answered Compile Error Using .Text

    I am trying to create a testing Solution, using Visual Studio 2019, (.NET Framework 4.7.2) that will test various small sections of code that will be used in a much larger Solution. The code below in Form1.cs should compile, but does not. I want to derive a string and then send it to...
Back
Top Bottom