this is the look of the stopwatch
the script add it below head
<script language="javascript">
var base = 60;
var clocktimer,dateObj,dh,dm,ds,ms;
var readout='';
var h=1;
var m=1;
var tm=1;
var s=0;
var ts=0;
var ms=0;
var show=true;
var init=0;
var...
Home » Archives for 2012
Javascript Popup Message Box

this is something very simple and it seems like this
just add this somewhere else in you htm...
How To Add Favicon To Your HTML Page

adding a favicon to your html page is easy with the newest web designer software(S) but now i will teach you the way to add a favicon to your html pag...
How To Make A Redirection In HTML
you may know that on some website has redirections like when you go to the website theres a image and a text"Click the logo if not redirected" i thought to make it a tutorial so lets get started,
this is the code...
How To Store Data Under APPDATA Using VB.NET
for some reason we need to store datas under %APPDATA% for people who dont know what is APPDATA, APPDATA is a system folder which is used to store cookies,program settings,templates,etc . You can use APPDATA to store your application datas safely .
to...
How To Check If Both Textboxes Are Blank In VB.NET
i had a problem so i found a way to solve it i wanted to share it with you all so if you have two textboxes and if you want to check if both are blank use this co...
How To Make A Image Slider With PHP/HTML And Jquary
this is something very cool by the way we gonna make it with some simple jquery ok now follow the steps
first open your php editor and make a new php file now add the css style and save it as SlideShow.php
body {font-family:Arial, Helvetica, sans-serif;...
How To Switch Off Your LCD Monitor With VB.NET
this is something very cool , this will switch off your monitor i tested this on LCD so just you can add a button and double click the form and erase everything and add this and try it ou...
How to Create a Custom Button Control in VB.NET

Reusable classes and controls are a very important part of any object-oriented programming language. More so is the ability to create your own controls or customize existing ones. In this tutorial, we'll learn how to create a custom button using the...
How To Make A Tabbed WebBrowser In VB.NET

this is going to be very good , i will teach you to make a advanced web browser in vb.net . just create a new project
drag and drop 7 buttons from the toolbox and change the text property as below
button1-back
button2-forward
button3-refresh
button4-stop
button5-go
button6-add...
How To Make Web Browser Using GeckoFX In VB.NET

gecko is firefox . we're going to make a fastest web browser using gecko firefox , i will tech you the basics only ok lets get started
first of all download this archive - download
finish downloading and extract the archive in c drive just...
Window State In VB.NET
there are three window states , they are Minimize,Maximize,Normal so we can do them with code easily you can add 3 button and you can change the text properties to Minimize,Maximize,Normal and add the codes to the...
How To Clean Recycle Bin Using VB.NET
this is simple snippet , i am using a function to do this work ok now add this functions and a sub include...
How To Get Local IP In C#
this is a simple code to get the local ip on c# first add imports system.net; namespace and add this sub
//Author : Mohamed Shimran
//Blog : http://www.ultimateprogrammingtutorials.blogspot.com
public string GetIp()
{
System.Net.IPAddress[]...
How To Save Text Using RichTextBox!
Ok, in this post. I'll teach you how to save your text using richtextbox.
Ok, first get a SaveFileDialog
Make the Filter of the SaveFileDialog to Text File |*.txt
Ok, next get a RichTextBox and a Button
Double Click the Button and...
What Is SendKeys In VB.NET And How To Use It
just thought to write something what will make alot sense so i am gonna explain what is sendkeys() and how to use it
you can use SendKeys() to type words like they are typed from your keyboard
for instance :
add this code to a button click event or...
How To Get The Windows Product Key In VB.NET
Let's get our windows product key from vb.net
Add the function below in your code...
How To Get HWID In VB.NET

Make a new project, right click on your project from solution explorer and select add reference then a window will come up now select System Management from .NET in the window.
After adding the reference go to the code and add this namespace : imports...
Adobe Flash Player Updater Progressbar For VB.NET

this is something very cool by the way i am using images , if you know adobe flash player updater else here is a picture of the adobe flash updater progressbar
ok lets get started just create a new project and download this files and add them to...
How To Connect And Disconnect The Internet Using VB.NET
in
connect and disconnect internet,
tutorial,
vb.net
- By
Mohamed Shimran
- on 12/19/2012
- 2 comments
this is something simple , i have two ways . one is using cmd and the other one is using shell commands but the both are one line cod...
How To Make A Simple Captcha Control In ASP.NET
this is my first tutorial on asp.net by the way i am a beginner , i dont think this is something advanced but hope this is useful . i am gonna teach you how to make a simple captcha control without using any HTTP HANDLERS and you can easily add it to...
How To Make Your Programs Run Automatically When Windows Starts In VB.NET
This is something very useful this is will work on all windows versions because we are using registry and registry is the only way add programs to startup so lets get started making it. You need a button to add your application to startup and you need...
How To Make A Web Scraper In VB.NET
You have a Web Browser on your application and a listbox and a button(i didn't mention about webbrowser controls) so when you're on a website or a lets say a web page you can click on the button and the all links of the website will be listed on the...
How To Add Watermark Text To Image In VB.NET
adding watermark text to image using vb.net , for sure i will say AWESOME , by the way i am not going to write a big tutorial with a lot functions i will just teach the basics then you can develop it as much as i know . you can add custom watermark...
How To Get Installed Fonts In VB.NET
this is not something as i wrote before by the way its kinds of that , i am just using a listbox and a label in this tutorials , the listbox will show all the fonts installed on your computer and the label will show how many fonts you have installed...
How To Get Installed Applications In VB.NET
you can even make this application like something which is used to uninstall applications by the way i just made this simple because you all should understand the basics of this so hope you understand what this actually is , lets make this . just open...
VB.NET Drop Shadow At The Form Border
this is something make your application attractive by the way this is a simple code that you have to place under public class form1
so here is the code
Protected Overrides ReadOnly Property CreateParams() As System.Windows.Forms.CreateParams
...
Changing Progress Bar Colors In VB.NET
this is a cool effect not a effect actually but like a effect so i made 3 colors for progressbar and actually they all looks awesome , they are red,green,yellow so lets get started
now if your on a project just add a progressbar or if your not on...
Switch On/Off NumLock,CapsLock,ScrollLock In VB.NET
in
Num Lock Caps Lock Scroll Lock,
tutorial,
vb.net
- By
Mohamed Shimran
- on 12/14/2012
- 4 comments
i hope this will be something more interesting and useful than others so this what actually do is , you can make two buttons on is for switching the NumLock,CapsLock and ScrollLock on and the other button is to switch of them all ok so create a new project...
Change Opacity When Dragging The Form In VB.NET
this is something awesome , i hope you understand what this actually do . open your visual basic 2008/2010 and create a new project and double click your form and add this code...
How To Drag And Drop Images Inside the Form In VB.NET
this is something very useful , i think you know what this actually do . the title says it . so lets get started making it just make a new project and name it whatever you want and double click your form and add this cod...
How To Validate Email Address In VB.NET
this is going to be interest , i am using regex here regex means regular expressions so lets get started , you just need to add a textbox and a button by the way if i say directly you need a button click event so this will work like this , you enter...
How To Move A Borderless Form In VB.NET
so you know you cant move a bored less form without a code so i got a code to move a bored less form
just add the code , code is explaine...
Newest Metro Controls For VB.NET
Metro Controls Is A Library For Your Windows Applications , You Can Get The Newest Metro Look On Your Applications Using This Library
Metro Controls
Metro Header button
Metro Header Button Is A Menu Button
...
Ubuntu Theme For VB.NET
Just add a class and add the codes and debug and use the theme and other controls from the toolbox
preview -
...
Awesome Custom Tab Control For VB.NET

This tab control is created by Dev Components .
the tab control looks like this.
Create a new class and add the codes and build your project then you will see the tab control in your toolbox.
Codes :
Imports System.Drawing.Drawing2D
Class...
Awesome Metro Controls For VB.NET

I found a class that gives you some controls that are alike Metro controls :) , the controls that this theme has
Just add a new class and paste these codes below and debug your program and then check your toolbox for the awesome looking tools(metro...
How To Use Rails and Twitter Bootstrap to Start a Simple and Beautiful Blog
Ruby on Rails, often shortened to Rails, is an open source full-stack web application framework for the Ruby programming language.
Twitter Bootstrap is a free collection of tools for creating websites and web applications.
Today I will use Rails...
How To Make A Console Program Launcher
create a new project and select console application and name it whatever you want , this a simple tutorial to create a application launcher using console , this works like this : when user input the application name and press enter the application will...
How To Make A Simple Console Application In C#
this is a simple program to separate 6 digits from input, first you create string and name it (shim) and you prompt the user to enter the number using console.write(); then you assign the user to input shim using the console.readline function so...
How To Generate Random Numbers In C#
This is a simple tutorial
Random random = new Random();
int num = random.Next(1, 100000);
it generate numbers between 1 - 100000 , you can also change them . if you want to generate numbers between 1 - 500
you can use this
Random random = new...
Useful Snippets For C#
Opening another form
new Form2().Show();
Minimize Form
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
Maximize Form
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
Copy A File
File.Copy("C://program...
How To : Matrix on C# Console
hello all , after a long time i am back to write , so today i am gonna teach you to create a matrix screen on c# console , its pretty easy so lets begin making it , open your visual c# 2008/2010 and select console application and name it whatever you...
How To Change Extensions In VB.NET
In this tutorial i'm going to tell you how to change file extensions.
Dim type As String = ".mp4"
MsgBox(TextBox1.Text + " is changed into a " + type + " file.")
Dim oldFile As String = Mid(TextBox1.Text, 1, Len(TextBox1.Text) -...
How To Make Fade Effect In VB.NET

fade in / out , fade in when your app starts and fade out when your app getting closed .
you just need to add these codes , fade in for form_load and fade out for form_closing.
Public Class Form1
Private Sub Form1_FormClosing(ByVal sender As Object,...
How To Get The Source Code Of A Website Using Web Browser And HttpWebRequest In VB.NET
this is going to be a simple tutorial , there are two ways to get the source code of a website in vb.net you know what are they so lets start making them
Web Browser
1.open your visual basic 2008/2010
2.create a new project and name it whatever
3.add...
How To Get IP Address From Host Name In VB.NET
This tutorial is about coding a Host To IP Address Program , how this works ? this finds the ip address of the host or i can say it converts the domain name to ip address so lets begin making this
1.open your visual basic 2008/2010
2.create a new...
How To Make A Credit Card Determiner In VB.NET
Today, we are going to make a Credit Card Determiner in VB.NET.
First if all open your Visual Studio or Visual Basic, create a new Project, add two text boxes & a button, change the button text property to check or whatever you want.
I recommend...
How To Delete/Copy/Move A File In VB.NET
Deleting A File
Deleting a file is pretty easy , to delete a file you can use the delete method of System.IO
Dim DeleteFile As String
DeleteFile = "C:/users/shim/desktop/test.png"
If System.IO.File.Exists(DeleteFile) = True...
How To Make A CPU Performance Meter In VB.NET
just thought to write this , this tutorial is about making a cpu performance meter in vb.net so lets get started
1.open visual basic 2008/2010
2.create a new project and name it whatever you want
3.now if you want to change the form text property...
How To Make A Loan Calculator In VB.NET
this tutorial is about making a loan calculator its just a simple one so you dont have to waste alot time to make it so lets get started
1.open your visual basic 2008/2010
2.make a new project and name it whatever you want
3.add 4 labels and change...
How To Make A Simple Task Manager In VB.NET
this tutorial is about making a simple task manager in vb.net . lets get started
1.open visual basic 2008/2010
2.create a new project and name it whatever you want
3.add a listbox
4.add two buttons
5.change the text property of the two buttons...
How To Make Scrolling Text In Textbox And Label In VB.NET
this is a good snippet and this will be very useful for you , lets start
1.open visual basic 2008/2010
2. create a new project
3. add a textbox and a timer
4. enable the timer
5.write something in the textbox (textbox1 > properties...
How To Make A Application Launcher In VB.NET
this is a simple thing this works like run which you can find on windows xp,windows vista,windows 7,etc
you can use this to open programs,folders,documents and website etc
so lets get started
1. open visual basic 2008/2010
2. create a...
How To Make A Simple Web Browser In C#
This is my first c# tutorial and its about making a web browser . this web browser doesnt have advanced controls this is just a simple one
lets begin making a simple web browser
1. open your visual c# 2008/2010
2.create a new project and name it whatever...
How To Make A Drop-Down Effect In VB.NET
oh after a little bit time i am here to write a tutorial i am glad about it , this tutorial is about making a drop down effect in visual basic . net its pretty simple , lets make it
1 .open your most favorite visual studio 2008/2010
2 . create...
How To Make A Sharecash Mirror Link Creator In VB.NET
in
sharecash mirror link creator,
tutorial,
vb.net
- By
Mohamed Shimran
- on 11/05/2012
- No comments
sharecash is a best PPD (pay per download) website where you upload your files and get paid for downloads now you gonna learn how to make a sharecash mirror link creator in vb.net its pretty easy but its very useful it works like this for example...
How To Use Themes In VB.NET : Using Ghost Theme
today i am up with a small thing i know all of you hate the windows GUI so i have decided to write here how to use themes in vb.net nowadays many programmers make themes and release them on the internet ok lets get started
just open your favourite visual...
How To Add A Syntax Highlighter In VB.NET
how to add a syntax highlighter in vb.net this is the easiest and the best way to do it so lets get start
open your visual basic 2008/2010 now make a new project or if you have a project to add this syntax highlighter just open your project anyway i...