with exe i should open? the 2.2OG or the normal 2.2??
OutGauge Mode 2
OutGauge Delay 1
OutGauge IP 127.0.0.1
OutGauge Port 35555
OutGauge ID 1
ElseIf veh = "XFG" Then
If xfgrev.Checked = True Then
If newvalue >= xfgl.Text And newvalue <= xfgh.Text Then
Call keybd_event(key, 0, KEYEVENTF_EXTENDEDKEY, 0)
System.Threading.Thread.Sleep(bouncetimer)
Call keybd_event(key, 0, KEYEVENTF_KEYUP, 0)
System.Threading.Thread.Sleep(25)
Call keybd_event(key, 0, KEYEVENTF_EXTENDEDKEY, 0)
System.Threading.Thread.Sleep(bouncetimer)
Call keybd_event(key, 0, KEYEVENTF_KEYUP, 0)
End If
End If