in my program when i will click button then i want to show some integer into textbox as out.
but textbox is taking only string pointer. how to sort out this problem then?
views:
101answers:
1
A:
To set the text of a dialog item to a number, you can use the SetDlgItemInt function.
Timbo
2009-10-12 08:58:23