Cin for Windows API

Hello everyone I need help with a program that does standards for the user but I need to get the standard string and the number of times you need to write it. Is there any cin or getline kind of function for Windows API? I have tried this with a console program and it worked but I am trying GUI please help.
~ PS I am new to Windows API so I do not know a lot about Windows API so please nothing to advanced
I don't understand what you want, please be more explicit ...
If you want to get text inputted by user in a text control just send WM_GETTEXT message using SendMessage() API to the text control.
Topic archived. No new replies allowed.