wrxdriven Posted November 5, 2003 Posted November 5, 2003 can anyone tell me how to print a listview from a windows form to an html page with the same formating as the listview? Also how do you format a number into a month i format currency like this in the listview ListItem.SubItems.Add(Format(payment, "Currency")) and i can't figure out how to do the month i tried it like this but it doesn't work ListItem.SubItems.Add(Format(currMonth, "MMM")) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.