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!

Recent content by KisiOne

  1. KisiOne

    LIKE only works with exact match in SQL

    I beg your pardon - % does work.
  2. KisiOne

    LIKE only works with exact match in SQL

    I am populating a VB datagrid from MS access database. No luck with changing to %.
  3. 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...
  4. KisiOne

    Changing font properties in TextBox.Text in VB.Net

    I can see how your suggestion helps a user to select and change font colour using a dialog but still don't see how I can set the font colour in a program.
  5. 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...
  6. 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