How To Make A Simple Login In VB.NET

A login form is a form which is used to give access to other form for instance lets take you have a login form and you have two textboxes in login form and a button so if your username textbox and password textbox text is correct then when you click the button you will have access to other forms

make a new form and make another form as well now go to form1 and add two textbox and a button now change the textproperty of button to login now make the form look like this


you can add labels and make the form look good now its time to code

How To load Availale Drives In Combobox In VB.NET

I saw on some forums, many people asking how to get the available drives in a combobox or whatever in VB.NET, here is the code that get's the available drives in a combobox, you can change combobox to listbox and etc.

How To Make A Simple Stopwatch In Javascript

this is the look of the stopwatch

the script add it below head
this is the form code

thanks for reading

Javascript Popup Message Box

this is something very simple and it seems like this


just add this somewhere else in you html

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 page

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 access the folder you can use this one line code

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 code

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