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
|