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
...
Home » Posts filed under vb.net
Circle Progress Bar Control for VB.NET
in
Circl Progress Bar,
custom controls,
Progress Bar,
vb.net
- By
Mohamed Shimran
- on 9/10/2017
- 2 comments
How to Get FireFox Theme in VB.NET
in
FireFix,
FireFox Theme for VB.NET,
theme,
vb.net
- By
Mohamed Shimran
- on 8/29/2017
- 3 comments
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
in
Command,
tutorial,
vb,
vb.net,
wifi,
WIFI Hotspot
- By
Mohamed Shimran
- on 8/27/2017
- 1 comment

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
in
Android,
business software,
c#,
gadgets,
ios,
java,
java programming,
Linux,
mac,
Mobile,
mobile apps,
news,
programming,
programs,
softpedia,
software,
submit software,
technology,
technology and gadgets,
vb.net
- By
Mohamed Shimran
- on 12/22/2013
- 5 comments

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...
Labels:
Android,
business software,
c#,
gadgets,
ios,
java,
java programming,
Linux,
mac,
Mobile,
mobile apps,
news,
programming,
programs,
softpedia,
software,
submit software,
technology,
technology and gadgets,
vb.net
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
in
c#,
changer,
drive,
icon,
Pendrive,
review,
tools,
utilities,
vb.net
- By
Mohamed Shimran
- on 12/17/2013
- 4 comments

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
in
API,
function,
Instagram,
login,
login form,
socialnetwork,
technology,
tutorial,
vb.net
- By
Mohamed Shimran
- on 11/20/2013
- 13 comments

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#

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#

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

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

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 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

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

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

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

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#

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

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

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
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...