Join 150,388 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,103 people online right now. Registration is fast and FREE... Join Now!
Im using a LinkLabel in my form ,I want outlook to open when I click the linklabel Could someone plz help me out? Any and all help appreciated ,Ill be waiting for reply
If all you need is outlook to open when you click the link. Then inside the click event of the LinkLabel put the following code. This will cause Outlook to start up.
If all you need is outlook to open when you click the link. Then inside the click event of the LinkLabel put the following code. This will cause Outlook to start up.