CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    15

    Why Intellisense didn't work for member function of COleControl

    Hi All,

    I'm trying to create a digital clock as an ocx. However, I found out that the intellisense can't show any information when I typed the member function from COleControl class. Since I typed all the member function inside my CxxxCtrl (that was the dependent of COleControl class), the intellisense should show the parameter list. But it just keep quite. But when I type the member function from other class (for example the member function from class CDC - that has a pdc pointer inside OnDraw), the intellisense worked normally. Any idea, why this thing happened, and how to overcome? (I have already try to delete the .ncb file, but with no success)

    thanks.

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: Why Intellisense didn't work for member function of COleControl

    Well, Intellisense has these problems, try Visual Assist, its really great.

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