hey guys finally i am up to a simple HTML tutorial but i hope this will be useful to you ok now you don't need to waste time just some lines of codes and your done . you can see how this works in the image what you could see in the top but i'd say...
Home » Archives for February 2013
How To Make A Simple Custom Google Search Engine Using Basic HTML

Hello everybody. So, today I will teach how to make a google search box in HTML. you can see some google search embed on websites even our website has one but we are going to make a simple one i meant very simple one
So, lets get started. Open your...
How To Draw Circular Progress Bar On Form In VB.NET

hello i think the title says what this tutorial is about but i have to explain it for you okay now this cannot be used instead of progress bar what you see in the toolbox but this is like a animation . this just draws lines using system.drawing.drawing2D...
How To Get All System Information In VB.NET

H
hey everyone so again a vb.net tutorial actually a console application tutorial but you will learn a lot from this things okay now i will tell you what information's you will be getting on the console
Your Operating System Full Name
Your Operating...
Most Sophisticated Computer Mice in 2013

Are you a fan of the traditional computer mouse? Do you make a point of carrying one of these peripherials in your laptop bag, because the touchpad in your laptop just doesn't feel comfortable? We can understand those feelings. When you have...
How To Make A Text To Binary Converter In VB.NET

hey guys and girls today i am going to teach you how to make a binary to text converter or binary to text converter in vb.net simply you dont have to waste much time in this tutorials . first of all you should have known what is binary so take a...
How Get Information's About Your Internet In VB.NET
Today i will show you how you can obtain the computers mac address, local ip and outgoing ip
First create a new project
1. Open Visual Studio or Visual Basic.
2. Create a new windows form project and name it whatever you want.
Now to add the controls.
1....
How To Make Text Scroll Up Effect In VB.NET
hello guys this is a cool one about scrolling text to up and you know you have seen something like this when using other application for example when you go to the about form on some applications you can see they have the scrolling text to up like...
How To Make A Screen Shot Application In VB.NET

hello , your now in the right place to learn how to make a simple screen shot application vb.net as you can see lots of screen shot applications on the internet and they are very good and useful by the way i can write a tutorial about making a very...
Matrix On VB.NET Console

hello , this is a matrix effect on CLI (command line interface) aka Console as i wrote before here its also the same matrix effect but its coded using c# console ok now lets make it just create a new project and select console application and...
How To Make A Simple Text Encrypter(Encryptor),Decrypter(Decryptor) In VB.NET

hello dear readers , now i am up with a simple encryption decryption tutorials in vb.net by the way i am not going to use any classes like RC4,RSA,etc i just wrote the simple method to understand how encryption and encryption works . read how encryption...
How To Make A Cool Text Animation In VB.NET

hello , animation in vb.net is really a cool thing and for this you are not going to use any type of labels or textboxes just we are coding but we need timer and a button the timer for you know for timing and the button to show the animation up so...
How To Make A Advance Calculator In VB.NET
in
advanced calculator,
how to make a advanced calculator,
how to make a calculator,
how to make a calculator in visual basic,
programming courses,
tutorial,
vb.net,
visual c#
- By
Mohamed Shimran
- on 2/06/2013
- 39 comments
Today we are going to make an advanced calculator(no), this is how our calculator looks like after designing it.
To begin open your visual basic 2008/2010 and make a new project and name it whatever you want and go to your form properties and change...
How To Convert Numbers To Text Using VB.NET

hello this a tutorial which helps you now what this actually do is , when you enter some numbers ie:1000 and click the button you will one thousand in the converted richtextbox so i am using a class here and i have 2 richtextbox and a button ok...
How To Make A Password Generator In Java

hello today i am going to teach you to create a password generator in java first of all make sure you read this - http://ultimateprogrammingtutorials.blogspot.com/2013/02/starting-with-java-programming.html ok now what this program will...
Starting With Java Programming

In this post I will tell you what I know about java and how to make a hello world program in java ok, now java is a great programming language, it was introduced in 1995. From my experience java is nothing without classes because everything works...