Programming Tutorial On The Way

free online programming resource on dotnet, csharp, web related topics

NetInfo another Network Tools

Have you frustated when you surfing the Internet or your Intranet? There are many reasons make your connection delays or maybe sometimes bottlenecks. If you have the same problem, there are so many tools that can help you solve the problem. Today, I will talk about one of them called NetInfo
NetInfo have fifteen areas to [...]

Popularity: 2% [?]

Play a Simple Beep

The .NET Framework does not include any managed classes for playing audio files or even for playing the system beep sound. However, you can easily bridge this gap using the Win32 API or Visual Basic .NET, which provides a legacy Beep function that’s exposed through the Microsoft.VisualBasic.Interaction class. In the latter case, you must add [...]

Popularity: 6% [?]

To get the preview of all available fonts installed in your computer, you can create a simple windows application for that. Basically, you need to create a new instance of the System.Drawing.Text.InstalledFontCollection class, which contains a collection of FontFamily objects representing all the installed fonts.
The InstalledFontCollection class allows you to retrieve information about currently installed [...]

Popularity: 4% [?]