Thread: How to show a window

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    11

    Angry How to show a window

    I got stuck into MSVC6 an need a little help here.
    In my project, dialog based, I need to display some data and
    want to do this in a scrollview window.
    I have added a new class, based on CSrollview, to my project
    and the wizzard has added a .cpp and a .h file to the project.
    So far so good (?).
    My question is: how do I show this window ?
    All my attempts has resulted in errors.

    Who can put me on the right track here ?

    Peter

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Your are hitting some really broad subject matter here. I suggest that you get a good MFC book if learning MFC is what you want. If you have a book/tutorial and you are still having troubles with what you're trying to do, you will need to post some code and detatails of exactly whats not working.
    You could even zip up your entire project and post it so that some MFC guru's round here can let you know exactly what's up.

    gg

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    11
    I am shure that this is a problem where more beginners
    bump into.
    It would be highly appreciated if anyone could give me a hint
    where to start.

    Peter

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    The reason nobody is really able to give you a start with a solution, is that you have not given anybody here a start with the problem. You say it gives errors, but you don't even say if the errors are run time or compiler/linker errors!

    There could be literally thousands of reasons your code doesn't work, and you are asking people here to pick one of them. Doing so could easily send you off in the wrong direction.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My Window Class
    By Epo in forum Game Programming
    Replies: 2
    Last Post: 07-10-2005, 02:33 PM
  2. my wndProc is out of scope
    By Raison in forum Windows Programming
    Replies: 35
    Last Post: 06-25-2004, 07:23 AM
  3. Window won't show
    By Toraton in forum Windows Programming
    Replies: 4
    Last Post: 11-10-2002, 08:07 PM
  4. run a program
    By goodmonkie in forum Windows Programming
    Replies: 2
    Last Post: 10-07-2001, 11:19 AM
  5. Invoking MSWord
    By Donn in forum C Programming
    Replies: 21
    Last Post: 09-08-2001, 04:08 PM