Thread: Displaying data in a new window

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    2

    Unhappy Displaying data in a new window

    Dear members,
    I am writing code for an inventory managemnt system, and am
    a beginner for VC++ 6.0
    I want to display my result (output data) in a new window
    (other than my application main window).
    Please tell me how to use the "create" function for this,
    and how to display my data (in a structure) in this new window.
    Please help.
    thanking you.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You'll be much better off asking Charles.

    It really takes a book to awnser that question.
    This forum is better suited for much more specific questions.

    If you would like to start with some online tutorials...
    http://winprog.org/tutorial/
    http://www.foosyerdoos.fsnet.co.uk/
    http://www.sunlightd.com/Windows/
    http://www.gamedev.net/reference/pro...es/gpgenesis1/ (this one is game oriented but covers the basics first)

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bitmasking Problem
    By mike_g in forum C++ Programming
    Replies: 13
    Last Post: 11-08-2007, 12:24 AM
  2. Adding buttons, edit boxes, etc to the window
    By rainmanddw in forum Windows Programming
    Replies: 1
    Last Post: 04-10-2006, 03:07 PM
  3. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  4. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM