answersLogoWhite

0

the control appear on the form

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


What are parts of visual basic in toolbox?

There are different parts of IDE- Entegrated development Environmene in visual basic. The important IDE elements are following-Tool Barmenu BarProject explorer WindowProperties WindowForm designerForm Layout windowTool BoxObject Browser


What is bound control in visual basic?

answer


What is VBnet's Toolbox?

A part of Visual Basic which displays many items that you can insert into your Form. Items like buttons, textboxes and menustrips. In toolbox we have all items which we use to create a project. It is the collection of items


What are the different type of control structure in visual basic?

deleting control


Whats is chart control in visual basic?

see


How can you show a video and make it play automatically in visual basic?

In Visual Basic, you can use the Windows Media Player control to show a video and make it play automatically. First, add the Windows Media Player control to your form from the toolbox. Then, set the URL property of the media player to the video file's path and call the Ctlcontrols.play() method to start playback automatically. For example: With AxWindowsMediaPlayer1 .URL = "C:\path\to\your\video.mp4" .Ctlcontrols.play() End With


Difference between the toolbox and the toolbar in VB?

no one can tell it idiot


How do you insert a swf file into vb6.0?

To insert a SWF file into a Visual Basic 6.0 application, you can use the Shockwave Flash ActiveX control. First, add the control to your toolbox by right-clicking on the toolbox, selecting "Components," and then checking "Shockwave Flash Object." After adding the control to your form, set its properties to load your SWF file by using the Movie property, such as ShockwaveFlash1.Movie = "C:\path\to\yourfile.swf". Finally, ensure that the Shockwave Flash Player is installed on the target machine for the SWF file to play correctly.


What is the meaning of control in visual basic?

It is user interface Ex Button, Checkbox, Label


What are the properties of Visual Basic control?

That would depend on wich control you are talking about. But every control has to have the property: "(Name)", and most of them have "Disabled" and "visible".


The year of invention of visual basic?

Visual Basic was started in 1991.