Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.57 KB

File metadata and controls

32 lines (30 loc) · 1.57 KB
title Information and Interaction Summary (Visual Basic)
ms.date 07/20/2015
ms.prod .net
ms.suite
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
information functions [Visual Basic]
interaction functions [Visual Basic]
ms.assetid 6e698461-e944-4c0f-ae48-87429f1fe740
caps.latest.revision 12
author dotnet-bot
ms.author dotnetcontent

Information and Interaction Summary (Visual Basic)

Visual Basic language keywords and run-time library members are organized by purpose and use.

Action Language element
Run other programs. xref:Microsoft.VisualBasic.Interaction.AppActivate%2A, xref:Microsoft.VisualBasic.Interaction.Shell%2A
Call a method or property. xref:Microsoft.VisualBasic.Interaction.CallByName%2A
Sound a beep from computer. xref:Microsoft.VisualBasic.Interaction.Beep%2A
Provide a command-line string. xref:Microsoft.VisualBasic.Interaction.Command%2A
Manipulate COM objects. xref:Microsoft.VisualBasic.Interaction.CreateObject%2A, xref:Microsoft.VisualBasic.Interaction.GetObject%2A
Retrieve color information. xref:Microsoft.VisualBasic.Information.QBColor%2A, xref:Microsoft.VisualBasic.Information.RGB%2A
Control dialog boxes xref:Microsoft.VisualBasic.Interaction.InputBox%2A, xref:Microsoft.VisualBasic.Interaction.MsgBox%2A

See Also

Keywords
Visual Basic Runtime Library Members