1.
System.ArithmeticException' occurred in system.drawing.dll
One surprise problem that i had faced is Exception coming from my System.drawing.dll. Exception is "An unhandled exception of type 'System. ...
2.
Using PSCredentials without a prompt
PS C:\> $pass = cat C:\securestring.txt | convertto-securestring PS C:\> $mycred = new-object -typename System.Management.Automation.PSCredential ...
3.
Want to use IrDA in WinForms?
This folder also contains System.Net.IrDA.dll assembly. All you have to do in your WinForms application is to place a reference to this assembly and the ...
4.
System.net.mail with Gmail account
Credentials = New System.Net.NetworkCredential(“ur-gmail-account@gmail.com“, "gmail-password"). smtp.Send(mail). lblFlag.Text = "Your Message has beent sent ...
5.
Sending an Email in Visual Studio 2005 – The System.Net.Mail ...
NET in 2.0, there was an overhaul of the classes for sending E-Mail. For those of you unfamiliar with the new System.Net.Mail classes, or those of you ...
6.
Sending an Email in Visual Studio 2005 – The System.Net.Mail ...
re: Sending an Email in Visual Studio 2005 – The System.Net.Mail.MailMessage class. Is there a limit to how complicated the HTML can be? ...
7.
System.Timers.Timer in Windows Service App
Unfortunately in my case it doesn't matter whether I use system.timers.timer or system.threading.timer. Everything will work fine for 24-48 hours, ...
8.
Un-hiding web control declarations in ASP.NET 2.0 code-behind files
NET has an “interesting” way of encapsulating web control declarations within the ... Protected WithEvents mvwSysMessage As System.Web.UI.WebControls. ...
9.
QTP: GetROProperty vs. Page.Object
Easiest thing to do is use object spy in QTP to determine what’s available (much as you might ... so I'm just going to use the DOM and get it over with". ...
10.
QTP: Dynamic Links
I'm having problems clicking a dynmaic link while playing back a QTP 9.0 script. ... When I've run into that, I've used the DOM to great success. ...