Search results for query: *

  • Users: Alex
  • Content: Threads
  • Order by date
  1. A

    Help! I need to know what I am doing wrong!

    I am trying to work out a solution. Question- What is the value in txtOutput after the following code is executed if strExampleValue is set to: a."XOX" b."XXX" c."OOX" Private Sub btnOutput_Click (... Dim strExampleValue As String strExampleValue = "XOX" 'or the other value If...
  2. A

    All my fonts change

    I am new to Visual Basic.Net. When creating my label, textbox, and button, and I set my font size Example: btn font to 14 and bold -when this is set all my other controls that I have previously set also change to 14 and bold. What am I doing wrong!
Back
Top