answersLogoWhite

0

jst type this in the coding of command button

me.hide

form2.show

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is command button visual basic?

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


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.


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


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.


What is the select button on visual boy advance?

The Backspace button


In visual boy advance what button is select?

the backspace button


What is a visual representation of a command's option?

Press "alt" when you are in any Microsoft Software and some letters will pop-out this are the visual representation of a commands options.


How do you make a backspace button in visual studio?

To create a backspace button in Visual Studio, you can use Windows Forms or WPF to design your user interface. For a Windows Forms application, add a Button control to your form, and in the button's click event handler, implement the logic to remove the last character from a TextBox (e.g., textBox1.Text = textBox1.Text.Remove(textBox1.Text.Length - 1);). For WPF, you can bind the button's command to a method that performs a similar action on a TextBox. Ensure to handle edge cases, like trying to backspace when the TextBox is empty.


What are the advantages of having a button on webpages?

A button makes a visual cue that a link is present at that spot.


Which command is used to close the excel window?

To close an Excel window, you can use the command Application.Quit in VBA (Visual Basic for Applications). Alternatively, you can simply click the "X" button in the top-right corner of the window or use the keyboard shortcut Alt + F4. If you want to close a specific workbook without quitting Excel, you can use the Workbooks("WorkbookName").Close command.


What is button in visual basic?

ez beb et b


Why does a button on the taskbar appear on the darker shade from the other buttons?

A button on the taskbar may appear in a darker shade to indicate that it is currently active or selected, distinguishing it from other inactive buttons. This visual cue helps users easily identify which application or window they are currently using. The darker shade serves as a form of feedback, enhancing usability and navigation within the operating system.