Thus the credentials. If you supply a mail server, port, and credentials...that's email...period We use this everywhere. The only thing that you cannot do is pull mail down from a POP3 server...but sending...no problem
Set a public variable in the dialog form (Form2):
public String _userinfo;
On the cmdOK_Click event, I set the value of the comments textedit control to the public variable.
Then, on Form1, within the deep inner workings of the unhandled exception routine:
I am passing the exception to the form because I am formatting the exception data on the form for my own (or other savvy users') review.
So far, so good...thanks a ton for your help!!Bill
That happens way too often for comfort . . . bah! foiled again!
For the moment, the second need still eludes me.
Curse you, Aqua-Scum!Bill
I am having two problems:
1) The form that I created for doing this is not accessible by the code in program.cs.
2) The string variable cannot be fed back to the program.cs routine.
Thought?Bill