Visual c++: putting a integer into text box
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?To set the text of a dialog item to a number, you can use the SetDlgItemInt function.
精彩评论