Thread: How do I update a textbox? (Win32)

  1. #1
    the magic penguim
    Join Date
    Jul 2005
    Posts
    91

    How do I update a textbox? (Win32)

    Well I set it:

    Code:
    SetDlgItemText(hwnd, IDC_TEXT, "I'm a textbox");
    But how do I change it's value?

    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polymorphism; Update functions and accessibility
    By CaptainMaxxPow in forum C# Programming
    Replies: 2
    Last Post: 04-23-2009, 08:48 AM
  2. Replies: 5
    Last Post: 03-02-2009, 08:33 AM
  3. SQLite not performing update
    By OnionKnight in forum C Programming
    Replies: 0
    Last Post: 01-21-2009, 04:21 PM
  4. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  5. Textbox in Win32 API ???
    By actionbasti in forum Windows Programming
    Replies: 1
    Last Post: 11-07-2003, 02:29 AM