Menu

Calling a Window From A Window (Windows API)

2002-10-02
2012-09-26
  • Nobody/Anonymous

    Do any of you guys have a C++ example, which calls an input window within a menu window (preferably buildt into the CASE/Switch message structure of your windows program)?

    BR Kurt

     
    • Nobody/Anonymous

      Usually one would use dialogs for input. See DialogBox or DialogBoxParam winapi functions. No sample here, I use wrapper classes instead.

      rpeter

       
    • Nobody/Anonymous

      Thanks rpeter

      What is a "wrapper" (do you have an exampel)?

      BR Kurt

       
    • Nobody/Anonymous

      wrapper :
      An object that encapsulates a second object and delegates to it to alter its interface or behavior in some way.
      Here:: http://java.about.com/library/glossary/bldef-wrapper.htm

        j@ck_

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.