Visual Basic.Net

 

Code to show selected record from Data grid to particular field in Visual Basic.net

4

The following code illustrate that how to show selected record from Data grid to it’s particular field in Visual Basic.net. Please note the following details before reading code.

Database :  SQL Server 2005 Express Edition.
Visual Basic : version 2005.

Write the following code on button click event…

(more…)

To set resolution run time in Visual Basic and Visual Basic.Net

0

When we develop an application using small resolution and we have to deploy it on big resolution compare to our development resolution, then it will creates a problem. The following code will help you to resolve this.

You should write this code this code on_load event of form. But before that make sure that you have put your form control on frame at design time.

Form Name = frmdemo

(more…)

Go to Top