I will explain a little...
I have created an email helper class and with that I have stored a few smtp settings in the app.config file. I have never used config files on windows apps so I thought...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23556410.htm...
I am creating an interface for use in my application and I was curious how to make my interface show some of the detail that IDisposable(shown below) does. When you type implements IDisposable, al...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23576115.htm...
I am not sure if I should use the ReportViewer or the Crystal Reports option, but I have a datatable that is created in code and I need to get it into the report. The app will be accessed through ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23584559.htm...
For simplicity I have 2 classes, one that has the Mainform and the other that handles most of the work for that form. In the main form, I call the a method in my class that does a few things and t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23587297.htm...
I created a sort of email helper class and I have overloaded my main method SendMsg(...).
I originally created a number of overloads and everything worked fine, but I never allowed a from addres...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23556271.htm...