Results 1 to 3 of 3

Thread: how to create?

  1. #1

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Post how to create?

    how to create an EDIT control?
    do I have to define? if yes, how?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    I don't remember it all but:

    CreateWindowEx(WS_EX_CLIENTEDGE, "Edit",...the rest is the same as any other control


  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    you create an edit control by specifying "edit" as window class in the call to CreateWindow(Ex). See the SDK:
    Platform-SDK->User Interface Services->Controls->Edit Controls

    Please use subjects that already say what the post is about in the future. Not only is it more convenient for the other people, but you may also get more replies.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width