CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    May 2012
    Posts
    9

    Question activate auto/sensitive suggestion box

    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; July 11th, 2012 at 04:44 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured