Pelles C forum

C language => Beginner questions => Topic started by: Grincheux on May 03, 2017, 08:23:04 PM

Title: TitleTips Support for Edit, ListBox and ComboBox Controls
Post by: Grincheux on May 03, 2017, 08:23:04 PM
I have an interesting project at Code Project (https://www.codeproject.com/articles/8524/titletips-support-for-edit-listbox-and-combobox-co)

I found it looking for adding tooltips to a mistview that displays images.
I have not found the solution...
Title: Re: TitleTips Support for Edit, ListBox and ComboBox Controls
Post by: frankie 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.
Title: Re: TitleTips Support for Edit, ListBox and ComboBox Controls
Post by: Grincheux 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!
Title: Re: TitleTips Support for Edit, ListBox and ComboBox Controls
Post by: frankie on May 05, 2017, 09:27:40 PM
Start experimenting with LVN_GETINFOTIP (https://msdn.microsoft.com/en-us/library/windows/desktop/bb774835(v=vs.85).aspx).