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 Mike Lewis 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: *

  1. hlachica

    MSHFLEXGRID header alignment

    works great!!! thanks! but I thought that these simbols |^ did the same thing, any comments about that??
  2. hlachica

    MSHFLEXGRID header alignment

    How can I align the headers of the MSHFLEXGRID, I´m using this but is not working, any ideas?? With Me.grd_AD .FormatString = "*|^PART|^TOTAL|^ENERO|^FEBRERO" .AllowUserResizing = flexResizeColumns .ColWidth(0) = 200: '* .ColWidth(1) =...
  3. hlachica

    how to make keypress event in datagrid

    when enter is pressed it will move to the next column until it reaches the last one which is 4, in that case, it will move to the next row. Case 13 .Col = .Col + 1 If .Col = 4 Then .Row = .Row + 1 .Col = 0...
  4. hlachica

    how to make keypress event in datagrid

    for tab is 9... but what do u need alt for??

Part and Inventory Search

Back
Top