Well I set it:
But how do I change it's value?Code:SetDlgItemText(hwnd, IDC_TEXT, "I'm a textbox");
Edit: Sorry just saw that there's a thread for Win programming... I'll be asking there
This is a discussion on How do I update a textbox? (Win32) within the C Programming forums, part of the General Programming Boards category; Well I set it: Code: SetDlgItemText(hwnd, IDC_TEXT, "I'm a textbox"); But how do I change it's value? Edit: Sorry just ...
Well I set it:
But how do I change it's value?Code:SetDlgItemText(hwnd, IDC_TEXT, "I'm a textbox");
Edit: Sorry just saw that there's a thread for Win programming... I'll be asking there
Last edited by lala123; 07-06-2005 at 06:21 PM.