- Home
·
- Internet/HTML
·
- Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu
Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu
Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visual Basic application.
Rate Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu
(2(2 Vote))
'Taken from Microsoft Knowledgebase Article ID: Q175504
Private Sub Form_Load()
Dim ShlHlpr As ShellUIHelper
Set ShlHlpr = New ShellUIHelper
If ShlHlpr.IsSubscribed("http://test.microsoft.com/tst.cdf") Then
MsgBox "You're Subscribed!"
Else
MsgBox "You're not Subscribed!"
End If
End Sub
Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu Comments
No comments yet — be the first to post one!
Post a Comment