2
Answers

Run SDK exe through c#

Photo of rucha joshi

rucha joshi

13y
1.8k
1
  case WM_CHAR:
     file2.open("type.txt",ios::app);
     file2.put(wParam);
I used this code in SDK wndProc.It executes successfully but when I execute  exe of this sdk code through c# it wont write data into file.Can you please help me?

Answers (2)