What do I need to do to get this sub to work? I have the hardware dll but I can't figure out how to activate this sub when I turn on an off the sip.
Sub hardware_SIPChanged 'Changes the TextBox height to fit the whole available screen.
If hardware.SIPEnabled Then
TextBox1.Height = Form1.Height - hardware.SIPHeight
Else
TextBox1.Height = Form1.Height
End If
End Sub
:sign0085:
Sub hardware_SIPChanged 'Changes the TextBox height to fit the whole available screen.
If hardware.SIPEnabled Then
TextBox1.Height = Form1.Height - hardware.SIPHeight
Else
TextBox1.Height = Form1.Height
End If
End Sub
:sign0085: