Results 1 to 3 of 3

Thread: CREATEWINDOW - Please Help

  1. #1

    Thread Starter
    Hyperactive Member venkatraman_r's Avatar
    Join Date
    Jul 1999
    Location
    Chennai, INDIA
    Posts
    284

    Post

    Hi guys,

    Can I use CreateWindow API function to temporarily display a message and destroy it? If not, what is that createwindow is for?

    Any example would make me real comfortable.

    Thanx for any help!!!!
    Thanks and Regards,
    Venkat.

  2. #2
    Junior Member
    Join Date
    Oct 1999
    Location
    chennai,tamilnadu,india
    Posts
    29

    Post

    Hi Venky,

    CreateWindow API is used to create windows like TextBox,Label window,ListBox...But Before that the window class has to be registered(Which can be done by using RegWindowClass API).Window created can be Parent window or child Window

    Regards
    Murali

  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Hi Venkat, check out the Code snippet I posted a while back for the similar 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