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 the credits of the application and etc goes up so it would be cool to make your own about form like that so i am just up with this and i hope you will benefit from it and i have to tell the video which you see is not a quality one . create a project and name it whatever and when the form loading done just do things you usually do in the properties of the form and etc . now add a label and a timer and you see the label and timer are the controls you need and they are the most important now add the text whatever you(lorem ipsum) want to , inside the label1 text and now go to timer properties and enabled = true and set the interval to 30 and now double click your form and just add these codes


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 advanced screen shot application with a lot features so i am now just going to teach you how to make a simple very small screen shot application in vb.net and this dont take too much time , ok now lets begin make a new project and name it and when the form loading finishes just adjust the regular things you do in the form properties and the application properties and after that make your form very small the size like 300,127 or however you want now add one button and a textbox and a timer from the toolbox after that simple change the button1 text to capture or whatever means capturing , make the textbox size 33,20 and inside the text of textbox1 add 5 and now click timer and go to properties and inside interval put 1000 , i will explain how the program will work after coding ends whne the program is running in the textbox you just need to add time like i mentioned add 5 now when you click the button capture it will go 4,3,2,1 and the application will hide itself in windows and the screen will be captured and saved near the executable of the application ,now make sure you have a good looking form also i dint mention before you can add a label to make the things look good

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 name it and when the coding thing is on just add these code inside it

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 works here and you know what is decryption if there's anyone who don't know what is decryption , decryption make a protected code or whatever visible you can read about that in some other websites ok now lets move to the main part now create a new project and when your form finishes loading add two textboxes and two buttons now place the text box 1 in the top of the form and place the text box2 in the bottom of the form now the textbox1 is for text to input and the textbox2 is for text to output so now change the text of the button 1 to encrypt and the other button to decrypt as you can see how all the controls are arranged in the picture . now double click the form and add this codes ...

How To Make A Cool Text Animation In VB.NET

anim

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 now lets begin making this don't worry this wont take much time or don't need to work hard because its already coded in the easiest way to understand and also to create. now create a new project in your visual basic 2008/2010 i tested this in visual basic 2010 and i don't have visual basic 2008 to test to i hope it work in visual basic 2008 . when the form finished loading now change the usual things in properties now from the toolbox add a timer(timer1) and a button(button1) now double click your form and add this codes

How To Make A Advance Calculator In VB.NET

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 size to 258, 269 also change the form text .

Now add 2 group boxes and re-size them as below

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 now lets make it add two rich textbox and a button now change button text to convert and add labels to make the program look good and now add a class and name it convert.vb add this codes inside the convert.vb

How To Make A IP Analyzer In VB.NET

ultimate programming

This is a good one but its a in console but i hope you will like it and it has not alot code . the program works like when you enter a IP address and press enter key in your keyboard then you will see the class of the ip address and subnet mask and IP binary and network address and at last broadcast address so i hope you will like the features and dont forget you can also make alot features for this if you made anything dont forget to comment it ok lets begin making it now make a console project and name it and when it loading successful then add this code down

How To Disable And Enable Task Manager In VB.NET

this only works in windows xp . you will need two buttons , add two buttons and double click form and add this and change the button1 text to enable and button 2 disable 

How To Open Cashier Drawer In VB.NET

the code below will open the cashier drawer using either
LPT or COM port

if you use LPT port this is the right way of code

How To Block And Unblock USB Using VB.NET

this is something very interest but this is the best way to lock usb and unblock usb because i am using registry so anyone can change the registry by the way lets just make it

you will need two buttons thats it

button1 - block
button2 - unblock

now double click your button1 and add this code

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

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 pre-existing Button class.

Firstly, as for any VB.NET project, launch Microsoft Visual Basic or Microsoft Visual Studio. From the start menu, select "New Project", then "Class Library" from the dialog. Name your project and confirm.

How to Create a Custom Button Control 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 tab
button7-close tab

add a textbox


now add a tabcontrol from toolbox and delete all the tabpages(tabpage1>tabpage2))

like this


add a webbrowser and set the webbrowser behind the form

now add this codes i mean just erase everything and add this

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 extract it dont do anything and now create a new project and when form loaded right click in toolbox and select choose items


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 them