CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mayank_3103

Search: Search took 0.03 seconds.

  1. Re: Problem while implementing tool tip in listctrl of report type.

    "Did you try to use LVS_EX_INFOTIP ext. style and handle LVN_GETINFOTIP notification"

    No I have not implemented these. can you please provide any sample code/link for using these.

    Thanks in...
  2. Problem while implementing tool tip in listctrl of report type.

    Hi,
    Below is my Code Code snippet wher I am facing problem.

    every time "pNMHDR->idFrom" is returning 0.

    I even put "EnableToolTips(TRUE);" in the oninitdialog method of dialog class.
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured