tags:

views:

101

answers:

1

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?

A: 

To set the text of a dialog item to a number, you can use the SetDlgItemInt function.

Timbo