Click here to Skip to main content
15,921,463 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to capture feedback data from games ( like vibration, force feedback, gunshot, explosion) Pin
Richard MacCutchan3-May-20 21:05
mveRichard MacCutchan3-May-20 21:05 
AnswerRe: How to capture (read) feedback data from games in C# or C++ ( like vibration, force feedback, gunshot, explosion) Pin
kalberts4-May-20 0:00
kalberts4-May-20 0:00 
GeneralRe: How to capture (read) feedback data from games in C# or C++ ( like vibration, force feedback, gunshot, explosion) Pin
Member 113408334-May-20 2:05
Member 113408334-May-20 2:05 
GeneralRe: How to capture (read) feedback data from games in C# or C++ ( like vibration, force feedback, gunshot, explosion) Pin
kalberts4-May-20 3:26
kalberts4-May-20 3:26 
AnswerRe: How to capture (read) feedback data from games in C# or C++ ( like vibration, force feedback, gunshot, explosion) Pin
Gerry Schmitz4-May-20 14:20
mveGerry Schmitz4-May-20 14:20 
QuestionSelenium Automation- C# AjaxElementLocatorFactory equivalent Pin
subinrajuu3-May-20 20:16
subinrajuu3-May-20 20:16 
QuestionHow can I augment an array inside an .exe-file? Pin
arnold_w2-May-20 9:03
arnold_w2-May-20 9:03 
AnswerRe: How can I augment an array inside an .exe-file? Pin
Eddy Vluggen2-May-20 9:25
professionalEddy Vluggen2-May-20 9:25 
JokeRe: How can I augment an array inside an .exe-file? Pin
Richard Andrew x642-May-20 10:11
professionalRichard Andrew x642-May-20 10:11 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Eddy Vluggen2-May-20 11:42
professionalEddy Vluggen2-May-20 11:42 
GeneralRe: How can I augment an array inside an .exe-file? Pin
arnold_w2-May-20 10:41
arnold_w2-May-20 10:41 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Eddy Vluggen2-May-20 11:43
professionalEddy Vluggen2-May-20 11:43 
GeneralRe: How can I augment an array inside an .exe-file? Pin
arnold_w2-May-20 21:18
arnold_w2-May-20 21:18 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Eddy Vluggen2-May-20 21:27
professionalEddy Vluggen2-May-20 21:27 
GeneralRe: How can I augment an array inside an .exe-file? Pin
arnold_w2-May-20 21:41
arnold_w2-May-20 21:41 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Eddy Vluggen2-May-20 21:45
professionalEddy Vluggen2-May-20 21:45 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Dave Kreskowiak3-May-20 4:27
mveDave Kreskowiak3-May-20 4:27 
What you're trying to do is something that very, very few people ever mess around with let alone succeed at.

You're going to put FAR more work into writing another application that can modify your compiled application than you would EVER do by simply adding the servers to the source code and recompiling!

That's what you're doing with modifying an .EXE anyway, but you're just trying to do it the super-difficult way.

GeneralRe: How can I augment an array inside an .exe-file? Pin
Eddy Vluggen3-May-20 10:00
professionalEddy Vluggen3-May-20 10:00 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Dave Kreskowiak3-May-20 15:01
mveDave Kreskowiak3-May-20 15:01 
GeneralRe: How can I augment an array inside an .exe-file? Pin
arnold_w3-May-20 22:23
arnold_w3-May-20 22:23 
GeneralRe: How can I augment an array inside an .exe-file? Pin
kalberts3-May-20 23:35
kalberts3-May-20 23:35 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Dave Kreskowiak4-May-20 3:26
mveDave Kreskowiak4-May-20 3:26 
GeneralRe: How can I augment an array inside an .exe-file? Pin
kalberts2-May-20 11:49
kalberts2-May-20 11:49 
GeneralRe: How can I augment an array inside an .exe-file? Pin
arnold_w2-May-20 21:21
arnold_w2-May-20 21:21 
GeneralRe: How can I augment an array inside an .exe-file? Pin
Robert Bushlow7-May-20 18:59
Robert Bushlow7-May-20 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.