Always remain updated about current software development trends

Articles in VB.NET

Flexible List Control

Building a list control that allows anything to be added to it.

Trip Report–Techdays 2012 Netherlands

Last week I had the pleasure of speaking again atTechdays NetherlandsonVisual Studio LightSwitch. It's my third time speaking there and the venue is top-notch at the World Forum in The Hague.Check out all the session recordings for Techdays 2012 on Channel...

Windows 7 Features Controls

The Windows 7 New Features Controls

Disable the Close box on a form

Disable the Close box on a form

Printing DataGridView In C# VB.NET WinForms

Printing DataGridView With C# VB.NET In Winforms Windows Froms Application.

Disable the Close box on a form.

This is purely a VB.NET version of what Griff posted Public Const CS_NOCLOSE As Integer = &H200; Protected Overrides ReadOnly Property CreateParams() As System.Windows.Forms.CreateParams Get Dim params As CreateParams = MyBase.CreateParams...

Number To Word (Arabic Version)

An article that describes how to convert a number to written words in English and Arabic

Send Email using Gmail Or SMTP ASP.NET C# VB.NET

If you want to send email using your Gmail account or using Gmail's smtp server in ASP.NET application or if you don't have a working smtp server to send mails using your ASP.NET application or aspx page than sending e-mail using Gmail is best option.