There was an article on Wickipedia last year about Programmer's Day - the 256th day of the year. Unfortunately, there was a bunch of arguing about the posting and it ended up being deleted. The programmers in my office are going to go out to lunch - just a small celebration for ourselves!
R
rev0304
@rev0304
Posts
-
What we need is Software Developer Appreciation Day -
Getting rid of the border on the datagridviewNot sure but it sounds like you want to get rid of the row header? If so, you can do this: datagridviewname.RowHeadersVisible = false Hope that helps