Jus make use the App object in VB and no API is require.

Code:
Private Sub Form_Load()
    App.TaskVisible = False
End Sub