I have a MySQL table in datagridview windows form (built in visual basic). Once column in my table has email addresses in every row. I would like the users to be able to click on the cell and it will automatically open an email message from Outlook with the email address in the cell populated in the ‘to:’ section of email.
I’ve been unsuccessful adding it into the query and in the class Databindingcomplete.
select name, email, phone, address from t1 where name is like 'A%'
You can use the datagridview cell click event.