Search results for query: *

  • Users: xsys
  • Content: Threads
  • Order by date
  1. X

    Question Formatting numbers for DataGridView

    I am trying to format a DataGridView column to show values formatted as follows: 100.222 => 100.22 0 => 22 => 22.00 3123 => 3,123.00 I can't seem to achieve this with any formatting string. The (#) is great because if the number is 0, it doesn't show...
  2. X

    Question Quick shortcuts from VB6 in VB.NET

    I have finally made the move to VB.NET (VS2008) and don't look back, however there are a few little annoyances that slow down development. VB6 had certain shortcuts that allow for quick navigation, problem is I can't find how to do this in .NET. The following points are the shortcuts in VB6 i'm...
Back
Top