NO

Author Topic: TitleTips Support for Edit, ListBox and ComboBox Controls  (Read 2789 times)

Grincheux

  • Guest
TitleTips Support for Edit, ListBox and ComboBox Controls
« on: May 03, 2017, 08:23:04 PM »
I have an interesting project at Code Project

I found it looking for adding tooltips to a mistview that displays images.
I have not found the solution...

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: TitleTips Support for Edit, ListBox and ComboBox Controls
« Reply #1 on: May 04, 2017, 10:18:46 AM »
I have not found the solution...
What you exactly mean?
That's C++ code, you cannot use it directly.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Grincheux

  • Guest
Re: TitleTips Support for Edit, ListBox and ComboBox Controls
« Reply #2 on: May 05, 2017, 08:10:18 PM »
No.

While looking for informations about Tooltips I found an interesting project at CodeProject.
This project is written in pure C.
It adds tooltips for many controls, but not on ListView, what I was looking for!

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: TitleTips Support for Edit, ListBox and ComboBox Controls
« Reply #3 on: May 05, 2017, 09:27:40 PM »
Start experimenting with LVN_GETINFOTIP.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide