home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Multimedia Jumpstart 1.1a
/
CD_ROM.BIN
/
develpmt
/
source
/
roadshow
/
global.txt
< prev
next >
Wrap
Text File
|
1993-10-14
|
417b
|
15 lines
Global szTitle As String 'Path of the mvb file
Global vwr As Integer 'Viewer handle
Global hwndVwr As Integer 'Viewer hwnd
'Variables for throwing away function return values
Global x As Integer
Global xl As Long
Sub JumpTopic (szTopic As String)
If VwrCommand(vwr, szTitle, "JumpID(qchPath, `" & szTopic & "')", cmdOptNone) = 0 Then
Error 32767
End If
End Sub