Thread: suggestion window box in visual C++ 2010

  1. #1
    Registered User kimoalking's Avatar
    Join Date
    May 2012
    Posts
    1

    Question suggestion window box in visual C++ 2010

    hi. I installed visual studio 2010 ultimate. and I'm using Visual C++ window form application. I'm making a web browser.using 3 buttons(back,forward, and go), 1 text box, and 1 webbrowser. during the codding in a back button for example: when I write
    this->
    suppose to be a sensitive suggestion box appear that recommend me to choose one of them, that help me to write the code fact and easier. but isn't appear to me

    I would like to know, how to activate this sensitive suggestion box? and knowing that this visual studio 2010 installed successfully. even know that this sensitive box working in VB forms normally, but Visual C++ not.

    thanks for advance
    Last edited by kimoalking; 07-11-2012 at 03:43 PM.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    So first, what are actually writing in is C++/CLI, not C++. Different languages.
    Secondly, IntelliSense (the suggestion box) isn't implemented for C++/CLI in VS2010. Suggest you either stick to C++ or use C#.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual Studio 2010 .exe help
    By omGeeK in forum Game Programming
    Replies: 4
    Last Post: 03-20-2011, 01:36 PM
  2. Visual C++ and Visual Studio 2010
    By 03jh01 in forum C++ Programming
    Replies: 5
    Last Post: 10-03-2010, 04:03 AM
  3. Visual C++ 2010 problem.
    By Kitt3n in forum C++ Programming
    Replies: 21
    Last Post: 07-27-2010, 01:01 PM
  4. Visual Studio 2010 Help
    By dnelsalty in forum C++ Programming
    Replies: 15
    Last Post: 08-30-2009, 06:07 PM
  5. Windows 7 RC, Visual Studio 2010 Beta, Office 2010 beta, anyone in?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-20-2009, 01:57 PM