I was looking for version of GetDlgItemText to read an integer from an edit box and found GetDlgItemInt. This is what the msdn library says:
Does this mean that I should use GetDlgItemInt and then GetDlgItemText to read it into a variable?The GetDlgItemInt function translates the text of a specified control in a dialog box into an integer value.



LinkBack URL
About LinkBacks



Have a nice day.