Hi,
im using the winAPI shellexecute function to load my teamspeak client from inside the game. the problem i am having is that the TS client upon start up asks for focus... so i end up kicked out of game. is there a way i can over ride this ?
ive tryed useing the Hide const with shellexecute and it doesnt seem to hide the client. i also tryed using the MinimizedNoFocus const , that does start the client minimized and with out focus but i still get booted out of game.
anyone have any ideas on what else i can try? im using vb6
here is the code im using the api declarations is in my ts.bas..