Search results for query: *

  1. D

    Question How do you change initial Text displayed from inherited Button when created on Form

    If you create a control by inheriting from Button and the control is named "CustomButton", when you add the control to the form, the button text is initially "CustomButton1". How can you make the initial text different than the name of the control? For example, say I want the text to just...
  2. D

    Question Process.BeginOutputReadLine() causing VSHOST.EXE to fail

    This code seems to be accurate when comparing to the many examples that are similar on different forums and I would think it should work: Dim pC As New Process pC.StartInfo.CreateNoWindow = True pC.StartInfo.RedirectStandardOutput = True...
Back
Top