answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: In visual basic 6.0 can you call an even procedure for a timer with an event procedure for a command button?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is command button visual basic?

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


What is the procedure to built a class and object in visual basic?

whate is the procedure to built a class and object in visual basic.?


Which programming structure is contained in every Visual Basic procedure?

Every procedure in a Visual Basic program contains the sequence structure.


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


Different basic command use in visual foxpro?

what are the basic commands in Fox Pro


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


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.


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

i love pie


What is the meaning of control in visual basic?

It is user interface Ex Button, Checkbox, Label


What Visual Basic command terminates a running program?

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