the control appear on the form
Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.
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
answer
see
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
Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.
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
answer
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
deleting control
see
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
no one can tell it idiot
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.
It is user interface Ex Button, Checkbox, Label
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".
Visual Basic was started in 1991.