Friday, October 22, 2010

Change Cursor Application – VB.Net – Desktop

When we run application, and the application need more time to do something. While that time we can change application cursor become Hourglass format and after it finish we can change it again become normal format.

How to do it ….
This is some code that may help you to make it come true

Me.Cursor = Cursors.WaitCursor
Me.Cursor = Cursors.Default

Have a nice weekend

Friday, October 15, 2010

Ascii Table – ASCII Character Code - Convertion

This code will help you to understand the code mean

ASCII Description

ASCII stands for American Standard Code for Information Interchange. Computers can only understand numbers, so an ASCII code is the numerical representation of a character such as 'a' or '@' or an action of some sort.

image


This ASCII combination code – extended code
image 
Have a nice weekend :D