|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Trailing minus in displayHello,
Is there a simple/standard way to display a negative number (integer in this case) with a trailing minus sign? I've looked in help on formatting, but I don't see a way to do it. I'm actually on .NET Compact Framework, but this seemed more like a VB question. Thanks, DaveO. You can try custom formats for the ToString() function.
e.g. Dim num As Integer = -17 MessageBox.Show(num.ToString("00;00-")) Check out the custom format strings on ToString() in the help for more details hth, Alan.
filesystem.getfiles question
BackGroundWorker.ProgressChanged "Cross-thread operation not valid" at 2nd/3th/... progress sleep? datagrid entry with no db components Looking for graphic controls to use in .NET VS2005 Buiild Options compiles as a form -- but not as a control Start Process Convert RTF Text to Plain Text sleep or delay |
|||||||||||||||||||||||