cannot get edit box value (QWidget )
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello, I want to get edit box value from an application.I am using GetWindowText Api,but returning caption not the value written in edit box.Using spy++ , window class name is QWidget , window caption is something which is not visible. Any idea?
-
hello, I want to get edit box value from an application.I am using GetWindowText Api,but returning caption not the value written in edit box.Using spy++ , window class name is QWidget , window caption is something which is not visible. Any idea?
Only one; look up QWidget which is a cross platform library for creating applications.
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra