How To Make A Simple Stopwatch In Javascript

How To Make A Simple Stopwatch In Javascript
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...

Javascript Popup Message Box

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

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

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

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

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

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

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

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

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

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

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

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#

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!

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

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

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

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

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

How To Connect And Disconnect The Internet Using VB.NET
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

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

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

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

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

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

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

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

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

Switch On/Off NumLock,CapsLock,ScrollLock In VB.NET
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

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

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

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

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

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

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

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

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

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

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#

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#

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#

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

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...
Page 1 of 53123456789...53Next »