30/09/2011

MICROMAX X600(Gravity) MOBILE PHONE- A REVIEW

Due to attraction of gravity and motion games. I have purchased micromax x600(gravity) Mobile phone from my local retailer. As they have quoted this phone having following feature.

25/09/2011

Big Bazaar Vapi- A Review

Click to know

Big Bazaar Vapi is located approximate 7 Kms away from main Vapi City. Vapi is a biggest Industrial city of Gujrat as well as India. As this City is very close to two prominent Industrial cities of India, Mumbai approx 160 kms and Surat approx 100 Kms which enhance it importance  Vapi is also rail head of two union territories i.e. Daman , and Dadra  Nagar Haveli, these two union territories do not have direct railway connectivity.

24/09/2011

Micromax Q5 mobile a review

As I lost my old mobile and due to some financial crunch, I was in search of cheap and best mobile so on  one day on NDTV, I heard about about Micromax mobile.After lots of noise that Micromax is the most searched mobile company on net during 2010. so I decided to let try micromax mobile so I purchased Micromax Q5 mobile after seeing the very attractive packaging and promise which was made on that packaging box.
This mobile is having following facilities:

22/09/2011

How to design a VB.net form for creating an unique user ID.

For better understanding  of vb.net code or database related inquiry the book written by Mike Murach is very good book which is available on amazon with free shipping charge, I will suggest one can  refer.
For creating an unique user id.Take following steps ;
1. Create a data table like following columns in ms access. naming "UserAccount"
     (i)   s.no                             -     number
     (ii)  Userid                         -    text           - make it primary key
     (iii) password                    -     text
      (iv) Remarks                    -     text
and else whatever details we want to take from the persons

21/09/2011

How to create a serial number in Datagrid vb.net code?

To make the datagride inquiry more speaking a serial number is very much needed but using the database serial number is not proper as database serial number is a serial number of whole data available in data table.where we generate inquiry on special parameter. And it is very simple to create a serial number in adatagride. for that we need to take following step :

19/09/2011

How to create a unique login and password in VB.Net programming


To make an aplication more secure we need to create a login where only authorise persons can use your application. So lets create a loging form for that we need following control 


02/09/2011

How to create a moving text in VB.Net

To code a moving text in VB.Net.I have used timers and label control. the steps are as under:
1. Take two timers , name it Timer1 and timer2 and set its property.
          (a) Enable- True
          (b) Interval- 100

What & How