How to get input from web?
Posted
by Dunix
on Stack Overflow
See other posts from Stack Overflow
or by Dunix
Published on 2010-06-12T11:59:45Z
Indexed on
2010/06/12
12:02 UTC
Read the original article
Hit count: 171
c++
|programming
Hi, i am trying to find out, how to get input from html inputs using c++. In windows you can send WM_GETTEXT to the window and it returns text, that you wanted. But is there any way to do the same thing in web interface?.
I am not interesting in sniffing packets now.
© Stack Overflow or respective owner