bigofsmall3
New Member
- Joined
- Sep 26, 2014
- Messages
- 37
Hi guys:
As I can open several FF14 client in my computer, and I want to post key message to these FF14 client in plugin, but I don't know the process correctly which Rebonbuddy attaching. Is there any function I can get it?
Perhaps I can get process by follow code but I don't know which process Rebonbuddy attaching .
Thanks.
As I can open several FF14 client in my computer, and I want to post key message to these FF14 client in plugin, but I don't know the process correctly which Rebonbuddy attaching. Is there any function I can get it?
Perhaps I can get process by follow code but I don't know which process Rebonbuddy attaching .
Code:
IntPtr hWnd;
string processName = "ffxiv";
Process[] processList = Process.GetProcesses();
Thanks.