Help Pls, How to get text from textbox or label on forms with winapi
-
Hi all, Could somebody help me pls ? i want to retrieve text from label or textbox on a windows form which i want. Then i type the text to textbox with winApis automatically. For example you think that a keygen it generates a serial i wanna get this then i want to send it to programs activation window. Thanks,
Sampiyon FENERBAHCE
modified on Friday, September 26, 2008 4:20 AM
-
Hi all, Could somebody help me pls ? i want to retrieve text from label or textbox on a windows form which i want. Then i type the text to textbox with winApis automatically. For example you think that a keygen it generates a serial i wanna get this then i want to send it to programs activation window. Thanks,
Sampiyon FENERBAHCE
modified on Friday, September 26, 2008 4:20 AM
Use the "Text" member for your control, e.g. myTextBox.Text. This is a string that gets/sets the text for the control.
-
Use the "Text" member for your control, e.g. myTextBox.Text. This is a string that gets/sets the text for the control.
i need to do this with apis ? but i dont know how
Sampiyon FENERBAHCE