answersLogoWhite

0

command button is one of the control used to execute the codes or commands.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

In visual basic 6.0 can you call an even procedure for a timer with an event procedure for a command button?

Yes, in Visual Basic 6.0, you can call an event procedure for a timer from an event procedure for a command button. You would typically invoke the timer's event handler directly within the command button's click event. For example, you can call the timer's event routine by simply using its name, allowing you to execute the timer's code when the button is clicked. Just ensure that the timer is enabled if its functionality depends on it.


When command button is pressed in visual basic then how to make a form appear?

jst type this in the coding of command button me.hide form2.show


How can you connect the different fields of a table which is connected to one form of the Visual Basic and you want to access them in another form in same project Please send you answer?

i need to know how to connect from a command button to another from please i need to know how to connect from a command button to another from please i need to know how to connect from a command button to another from please i need to know how to connect from a command button to another from please i need to know how to connect from a command button to another from please


Different basic command use in visual foxpro?

what are the basic commands in Fox Pro


What is button in visual basic?

ez beb et b


What is option button in visual basic?

ez beb et b


What are the events in visual basic?

every operating action you do or simply a response to a click of a command.


What is the meaning of control in visual basic?

It is user interface Ex Button, Checkbox, Label


How do you create a save button to save a dataset into a database in Visual Basic?

i love pie


What is button in Visual C plus plus?

A button is more correctly named a command button. It is an ActiveX control that is derived from a CWnd object. Command buttons can be resized, restyled, and can be assigned a caption and/or an image. Programmers can override command button methods (such as OnLButtonDown/OnLButtonUp and OnKeyDown/OnKeyUp) to invoke specific actions.


What Visual Basic command terminates a running program?

...the END statement. Example code... END


How can you open an external application in Visual studio 2005 using visual basic script?

To open a file simply use the command shell("directory")