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

Threaded View

  1. #1
    Join Date
    Jul 2005
    Posts
    54

    VC++ 2003 intellisense problem

    I made a win32 application window, and assuming I can add managed code to it, I turned on managed extensions. However, I'm not getting any intellisense on what I write. For example, System:: ... nothing pops up. However, what I do write with it does get compiled fine. I want my intellisense. I miss it from 2005.

    Phil

    ps. Intellisense works fine in my console application, just not the windows one.
    Last edited by dxfoo; December 11th, 2005 at 01:26 AM.

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