Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Run SDK exe through c#
rucha joshi
12y
1.5k
1
Reply
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?
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Enter key
Getting the value from a combobox