Thread: Simple question

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    102

    Simple question

    Hi all,
    I am very new to VC++ environment. When I declare a class (say window class) after the . operator the methods and properties are not shown by my environement. Similarly when i call a function my environment doesn't showing parameters.
    Please help me.
    Saravanan.T.S.
    Beginner.

  2. #2
    Registered User
    Join Date
    Dec 2002
    Posts
    162
    Goto: Tools (Menu) -> Options (Item) -> Editor (Tab)
    And Check the "Auto list members" and the "Auto parameter info" boxes.
    We haven't inherited Earth from our parents; instead we have borrowed her from our children - old Indian saying.

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    102
    I have already tried this and it didn't worked.
    Anyway Thanks for replying. Is there any other solution
    Saravanan.T.S.
    Beginner.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple question regarding variables
    By Flakster in forum C++ Programming
    Replies: 10
    Last Post: 05-18-2005, 08:10 PM
  2. Simple class question
    By 99atlantic in forum C++ Programming
    Replies: 6
    Last Post: 04-20-2005, 11:41 PM
  3. Simple question about pausing program
    By Noid in forum C Programming
    Replies: 14
    Last Post: 04-02-2005, 09:46 AM
  4. simple question.
    By InvariantLoop in forum Windows Programming
    Replies: 4
    Last Post: 01-31-2005, 12:15 PM
  5. simple fgets question
    By theweirdo in forum C Programming
    Replies: 7
    Last Post: 01-27-2002, 06:58 PM