VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu

by Anonymous (267 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sun 21st February 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'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

Download this snippet    Add to My Saved Code

Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu Comments

No comments have been posted about Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu. Why not be the first to post a comment about Using the ShellUIHelper Object. The code below demonstrates how this can be done in a standard Visu.

Post your comment

Subject:
Message:
0/1000 characters