This is not finished at all, I am releasing this for people to test at the moment, I will release a better version later. Only works with windowed games as of now, working on fullscreen. You will get an error if you enter the wrong process name(without .exe, just the window name) you will have to close and reopen the overlay.
i believe you would have to move to DirectX if you want to make it without window mode. simple WinForms won't do the job.
and how about creating a process list instead of making the user typing the process name?
process list should contain process name, process id, process icon
which makes it easier for the user to choose the correct game process
Originally Posted by Sazor98
i believe you would have to move to DirectX if you want to make it without window mode. simple WinForms won't do the job.
and how about creating a process list instead of making the user typing the process name?
process list should contain process name, process id, process icon
which makes it easier for the user to choose the correct game process
I know, I am in the process of changing to DirectX right now, and I am working on a process list, this was just a test to see if it worked for now.