Message 1 of 18
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone
How can I get the error message when the command does not work in the below line of code?
Thank you.
private void btnYap_Click(object sender, EventArgs e)
{
this.Hide();
Adoc.SendStringToExecute("elev1_symbol\n", true, false, true);
this.Close();
}
Solved! Go to Solution.