Advertisement

Edit boxes in win32

Started by December 29, 2000 12:19 PM
0 comments, last by Gomacadeshez 24 years ago
Hi, I''ve got a bit stuck and cant decifer MSDN. I have a couple of questions. How do you assign a value entered into the edit box to a vairable? How do you write to an edit box using the value from a vairable? Thanks for your time
  SetWindowText();GetWindowText();SetDlgItemText();GetDlgItemText();SetDlgItemInt();GetDlgItemInt();  


This topic is closed to new replies.

Advertisement