Advertisement

Edit control

Started by February 11, 2002 01:37 PM
0 comments, last by Mullvad 22 years, 9 months ago
I got a problem how do you make so you get the text from a edit control to a variable?? So I can use it later?? Mullvad
Mullvad
If it was created with CreateWindowEx() use GetWindowText(), if it is a dialog item then use GetDlgItemText()

Invader X
Invader''s Realm

This topic is closed to new replies.

Advertisement