|
Leveraging WMI Scripting (HP Technologies)
by Alain Lissoir
See all pages
with references to "Select Case".
Excerpt - on Page 12: "
... Name 83: 84: For Each objWMlReference in objwMllnstance.References_ 85: WScript.Echo objWMlReference.Path_. class 86: Select Case LCase (objWMlReference.Path_.class) 87: Case "_eventproviderregistration" 88: DisplaySupportedQueryclasses (objWMlReference. ... "
|
|
Access 2000 Developer's Handbook Volume 1: Desktop Edition
by Paul Litwin
See all pages
with references to "Select Case".
Excerpt - on Page 52: "
... 52 Chapter 3 • Using VBA Class Modules ' Open file based on file open mode property Select Case Me.OpenMode Case tfOpenReadOnly Open Me. ... "
Key Phrases:
End Function, Select Case, Public Sub, Visual Basic, Case Else, Property Get, Property Let, Private Function, End Property, Exit Sub, Cancel As Integer, Nothing Set
(see more)
|
|
Microsoft Office 2000: Visual Basic for Applications Fundamentals (Developer Learning Tools)
by David Boctor
See all pages
with references to "Select Case".
Excerpt - on Page 8: "
... Therefore , by using the Name property on the Application object in each Office application, you can write Select Case statements to determine the application that the COM add-in is loaded into. ... "
Key Phrases:
Project Explorer, Select Case, Microsoft Office, Auto List Members, Microsoft Excel, Microsoft Word, Object Browser, Click App, End If Next, Microsoft Scripting Runtime, Cancel As Boolean, Microsoft Access
(see more)
|
|
See all pages
with references to "Select Case".
Excerpt - on Page 40: "
... pause at a particular place Determine the value of the variable while in break mode Use an If...Then ...Else or Select Case statement. ... "
|
|
| ||
| ||
| ||
| ||