|
-
April 30th, 1999, 10:48 AM
#1
numeric edit control
How do you set an edit control to display an integer? I have Number selected in the control properties, so there is no problem with the control accepting only numbers. However, I want to set a 'default' when the edit control is displayed. SetWindowText won't work because the variable I want to use is an integer. If I type cast it to a char*, nothing happens. Also, nothing happens if I use SetDlgItemInt. Any suggestions? Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|