↧
Add or Map a Custom Hostnames to IP Address without a DNS Server
There’s been several times where I had an Apache server running locally on my computer as a development (or dev) server. Now if this is on my home network, or if your system administrator won’t give...
View ArticleHow to Shutdown, Restart, Log off your computer with VB.NET or C#
This is extremely easy using VB.NET or C# (pronounced C sharp) and the built in windows EXE file shutdown.exe. To shutdown, restart, or log off your computer is as simple as entering 1 line into your...
View ArticleMake Your Computer Talk with VB.NET Application (and Source Code)
I was playing around with COM objects in Windows and discovered that I could access the SAPI.SpVoice interface and make Microsoft Windows talk to me. Well needless to say I had to rush and develop and...
View Article