answersLogoWhite

0

If you have developed an interface or at least a controller such as a button, double click it. It will bring up the code. Type the code there that you want to occur when that button is clicked. Alliteratively you can double click the form to create the sub for when the form is created or loaded.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Where you can get source code for vb projects?

you can get lots of source code from 1000projects.com in diff languages....


Code for create alarm in vb?

wrtrwtgfe


VB 6.0 version Source code for banking system?

yes


Source code for calculator in vb 6.0?

high level language


How do you program an antivirus?

Using the event paradigms of vB access the program codes of the antivirus by selecting i0steam as the main source........


How do you write Square program using vb?

write a vb program to find the magic square


Where you write VB code for your application?

form1.vb


How do you create notepad in vb?

You can write code for anything anywhere the only thing that you need is the compiler and compilers are not free.


Code View Debug info use in vb 6?

The program should have a help area. search the helpe area for information about the debug information the program displays/


How do you write coding for Peterson number in vb?

Avincii {Code- Peterson } {Create } {(enter specified coding here if necicarry) }


What is a NET CLR file?

The CLR in the .NET framework is the Common Language Runtime. Basically, it's an intermediate step between the .NET languages' source code and native machine code. When you compile something in VB or in C#, it'll be translated into CIL (Common Intermediate Language) code. Later on when you run your program, the CIL code will be compiled into native code on-the-fly.


What is the difference between data file and project file in vb 6.0?

A project file is a file which contains information about your program. This could include source code, resources (images, sounds, etc.), and configuration files. A data file is a file which is actually used by your program to persist data between sessions.