Thread: Retrieving the text from an edit box

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Registered User
    Join Date
    Mar 2007
    Posts
    32
    Chrishowarth, before you just decide to "jump into" winapi programming, first learn the basics, i.e. how the Message Queue works and what SendMessage actually does. I'd suggest theForger's winapi tut, you can find it in the stickies at the top of this forum.
    I've almost finished my app, and I'm learning more from creating this than I did with the tutorials. Of course I read the tutorials, but making a program is helping me understand it.

    Thanks! ; my code does compile now with that function. I'm not quite sure what it returns though, because if i try to use the variable I assign to it I get the error "Invalid convertion from 'UINT' to 'char*'
    Last edited by chrishowarth; 05-11-2007 at 09:54 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BN_CLICKED, change button style
    By bennyandthejets in forum Windows Programming
    Replies: 13
    Last Post: 07-05-2010, 11:42 PM
  2. Replies: 9
    Last Post: 02-13-2008, 02:59 PM
  3. Capture Enter key press in EDIT Box
    By richiev in forum Windows Programming
    Replies: 4
    Last Post: 07-14-2005, 12:03 AM
  4. Edit Box Questions PT. II
    By Quantrizi in forum Windows Programming
    Replies: 16
    Last Post: 08-12-2003, 10:42 PM
  5. Ok, Structs, I need help I am not familiar with them
    By incognito in forum C++ Programming
    Replies: 7
    Last Post: 06-29-2002, 09:45 PM