Question DataGridViewLinkColumn and opening a browser

pueblonative

New member
Joined
Jan 27, 2009
Messages
4
Programming Experience
3-5
I'm probably looking in all the wrong places for this, but how do I fire up the browser when a user clicks on one of the links? Thanks In Advance
 
Help has this to say about the DataGridViewLinkColumn regarding link clicking:
To respond to user link clicks, handle the DataGridView.CellContentClick event. You can also use the DataGridView.CellClick event to respond to clicks anywhere in the cell.
 
Back
Top