Thread: SIP button
View Single Post
  #4 (permalink)  
Old 03-05-2008, 03:55 PM
skipper skipper is offline
Junior Member
 
Join Date: Dec 2007
Posts: 40
Default

Hello all,

I just found a workaround to the problem using the dzHW.dll

1) Add a dzHw.New1 to the App_Start section
2) Whenever is needed to reactivate the SIP button call this sub

Sub CheckSIP
If dzHW.InputPanel=0 Then
dzHW.InputPanel = True
End If
End Sub

Good B4PPC to all!
Mimmo
Reply With Quote