TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rucha joshi
NA
10
15.9k
Run SDK exe through c#
Mar 30 2012 7:51 AM
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?
Reply
Answers (
2
)
Enter key
Getting the value from a combobox