Circle Progress Bar Control for VB.NET

Circle Progress Bar Control for VB.NET
Add a new User Control and add these codes in it : Dim _Myrr As Integer Public Property rr As Integer Set(value As Integer) _Myrr = value End Set Get Return _Myrr End Get End Property ...

How to Get FireFox Theme in VB.NET

How to Get FireFox Theme in VB.NET
Just add a New Class and Copy & Past all these codes in it ' Firefox Theme. ' Made by AeroRev9. ' 25/07/2015. ' Updated : 29/07/2015 [2]. ' Credits : Mavaamarten, Xertz. Imports System.ComponentModel Imports System.Drawing.Drawing2D...

How to Make a WIFI Hotspot Creator in VB.NET

How to Make a WIFI Hotspot Creator in VB.NET
You'll find many programs on the internet that can turn your Computer/Laptop Internet into a WIFI Hotspot but this ain't no any advanced like this. This is a very simple program to make a WIFI Hotspot using the Netsh command line scripting utility...

How To Submit Software, Mobile App and Game On Softpedia

How To Submit Software, Mobile App and Game On Softpedia
Softpedia is a site where you can find computer programs and technology based articles. It's owned by SoftNews NET SRL, a Romanian company. It was launched in 2001. My programs have been reviewed by the Softpedia editors thrice. I submit my programs...

How To Read A Text File Hosted Online To A String

How To Read A Text File Hosted Online To A String
  So I got a email asking how to do this, I haven't done this before so went through some Google searches and found how to do this. It was pretty easy. I'll just share the code here maybe it'll be useful for someone. You need these namespaces...

Change Your Drive Icon With Drive Icon Changer 1.0

Change Your Drive Icon With Drive Icon Changer 1.0
Drive Icon Changer 1.0 is a simple program that helps you to change/modify your Drive's icons with few clicks. First select the Drive you wish to modify/change the icon, next browse and select an icon(.ICO) from your hard drive. The preview thing shows...

How To Login To Instagram Using The API In VB.NET

How To Login To Instagram Using The API In VB.NET
Instagram is a photo and video sharing app for smartphones, we can call it a social network. As I said It's a smartphone app but you can view photos, like photos, comment on photos and follow/unfollow users via their website from computer also there...

How To Get Environment Variables In VB.NET and C#

How To Get Environment Variables In VB.NET and C#
Environment Variables are set of values that are used for running special processes or special system files.. for example when you install java or python you must make a new environment variable in order to compile and run java or python programs...

How To Check If Directory Exists In VB.NET And C#

How To Check If Directory Exists In VB.NET And C#
I have had some hard times in solving this problem not these days but sometime ago when I started programming so I think this would be helpful for anyone who has started programming.. Here's the code to check if the directory exists in VB.NET : Try ...

How To Get The MD5 Hash Of A File In VB.NET

How To Get The MD5 Hash Of A File In VB.NET
MD5 is a widely used cryptographic algorithm that produces a 128-BIT hash value. I think all the files you have in your computer has a unique md5 hash.. in some virus scanning process the files get identified easily with the hash value. Today we are...

How To Use TinyURL API In VB.NET

How To Use TinyURL API In VB.NET
TinyURL is a URL shortening service a web service that provides short URLs for redirection of long URLs. This can be achieved very easily in PHP, I posted a PHP snippet about this you could reach it from here. Last year I created a TinyURL shortener...

Down For Everyone Or Just Me in VB.NET

Down For Everyone Or Just Me in VB.NET
Down for everyone or just me is a website that can check whether your website is down or up. Required components One Button One TextBox Coding : Add these codes to Button click_event & don't forget to add the namespace Imports System.Net. ...

How To Make A Lyrics Fetcher In VB.NET

How To Make A Lyrics Fetcher In VB.NET
Description of the program : You can get the lyrics of songs with the artist name & the song name from this program.  As usual just create a new fresh project and add the following tools to your form 2 Buttons 2 TextBoxes 1 RichTextBox 1...

How To Force/Prompt Your C# & VB.NET Program To Run As Administrator

How To Force/Prompt Your C# & VB.NET Program To Run As Administrator
If your code will target or access secured files or libraries, then your program needs Administrator Privilege. It's easy to run your program as Administrator, simply you can right click your program and select run as administrator, and in C# &...

How To Make A EICAR-Test-File In VB.NET

How To Make A EICAR-Test-File In VB.NET
The EICAR Standard Anti-Virus Test File or EICAR test file is a computer file that was developed by the European Institute for Computer Antivirus Research (EICAR) and Computer Antivirus Research Organization (CARO), to test the response of computer...

How To Use Spell Checker WPF In VB.NET

How To Use Spell Checker WPF In VB.NET
I started WPF in vb.net and soon I will move to c# by the way this the first tutorial in Ultimate programming tutorials about WPF so be cool first of all WPF means windows presentation foundation as i know WPF is really cool . so to get started Start...

How To Hide Internet Explorer Script Errors In VB.NET & C#

How To Hide Internet Explorer Script Errors In VB.NET & C#
I think most of the people hate web browser control script errors in vb.net and c# . if you don't know what i mean , look at the picture below i hope you know it. Okay i will straightly come to the main point ! you just need to add this line of...

How To Make A Proxy Grabber In VB.NET

How To Make A Proxy Grabber In VB.NET
Okay now we are going to make a proxy grabber , so what is this proxy grabber thing ? first of all proxy is something that covers your ip address(it's like you put a jacket when snow falls lol ) and grabber ? grabber is  meant for something...

Influence Theme - Dark Theme For VB.NET

Influence Theme - Dark Theme For VB.NET
I have been using this Influence theme from a little longer time and it's really impressive than other themes. I hope you will like this theme ...

How To Set .NET Framework Target For VB.NET and C# Projects

How To Set .NET Framework Target For VB.NET and C# Projects
I heard that many people don't know how to change the .NET Framework target in their projects or they don't know why their programs don't work on others pc who don't have the .NET Framework that you use  so i wanted to write an article about changing...