I have tried to add these lines after the end select but without succes:
Vb6 don't know the Left function ?Code:If Left(LCase(CMD), 10) = "clickleft;" Then If Len(CMD) > 11 And InStr(CMD, ";") Then CmdArray = Split(CMD, ";") CMD = "clickleft;" & CmdArray(1) & ";" & CmdArray(2) ProcessCommand = 3 Else ProcessCommand = 2 End If End If



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks