Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KisiOne
  • Content: Threads
  • Order by date
  1. KisiOne

    LIKE only works with exact match in SQL

    I am trying to use wildcards in SQL here is the vb code Dim viewSelectQuery As String = "SELECT " & field & " FROM Sales WHERE ProductCode LIKE ""????BLP*""" here is what the query string looks like when program is run "SELECT ProductCode...
  2. KisiOne

    Changing font properties in TextBox.Text in VB.Net

    I have a requirement to display a list of candidates in an election and make the winner's name red. I would like to use a multiline textbox to do this but don't know if I can change the font properties for part of the text only. If it is not possible to do, any suggestions on what other control...
  3. KisiOne

    Referencing Objects on a different Form in VB .Net

    Hi, in VB6 can reference Form1.control.text from Form2. How does one achieve the same thing in VB .Net? PK

Part and Inventory Search

Back
Top