R rlangi05 Member Joined Jan 2, 2006 Messages 21 Programming Experience 1-3 Apr 18, 2006 #1 Hi I have a question and its probably very simple, but I just can't seem to get it. I need to highlight certain rows in a datagrid programmatically. I'm using Visual Basic 2005. Please help. Thanks
Hi I have a question and its probably very simple, but I just can't seem to get it. I need to highlight certain rows in a datagrid programmatically. I'm using Visual Basic 2005. Please help. Thanks
Administrator VB.NET Forum Admin Joined Jun 3, 2004 Messages 1,462 Programming Experience 10+ Apr 18, 2006 #2 Hello, Your thread has been moved to a more appropriate forum. Please post in the correct forums in the future to help keep the boards organized. Thank you. Upvote 0 Downvote
Hello, Your thread has been moved to a more appropriate forum. Please post in the correct forums in the future to help keep the boards organized. Thank you.
kulrom Well-known member Joined May 10, 2005 Messages 2,854 Location Republic of Macedonia Programming Experience 10+ Apr 18, 2006 #3 VB.NET: [SIZE=2][COLOR=#0000ff]Me[/COLOR][/SIZE][SIZE=2].DataGridView1.Rows(index).Selected = [/SIZE][SIZE=2][COLOR=#0000ff]True[/COLOR][/SIZE] Regards Upvote 0 Downvote
VB.NET: [SIZE=2][COLOR=#0000ff]Me[/COLOR][/SIZE][SIZE=2].DataGridView1.Rows(index).Selected = [/SIZE][SIZE=2][COLOR=#0000ff]True[/COLOR][/SIZE] Regards