Mike Singer wrote:
Did you have any luck implementing any of the above code samples?
I'm sorry, no, I haven't had the opportunity to play with VB6 for a very long time... I once did and I kinda missed it... Then I had to learn C# and got Visual Studio.NET so it's mostly been those flavors I tasted ever since... And for the past year I've had to do Java and Android instead of any 'real' programming...
I did however look at quite a bit of proposed solutions, and chose some that represented the most widely accepted ways of dealing with the problem, as far as I could tell...
Mike Singer wrote:
Flügger wrote:
Also, I totally get if you don't wanna put in the work
It's not that I don't want to do it -- I just haven't found a solution that provides consistent results on all versions of Windows.
What I meant was not that you didn't want to do it, but that I can see it's not the biggest of problems, so just about anything would come before it - at least in my book... But that's not to say that I wouldn't like to see it done :)
Mike Singer wrote:
Since the tooltip window is currently skinnable, you could use a solid background image and then create an icon set that uses that same background color.
I know the tooltip is skinnable, I must have been tired when writing this... What I meant was 'skinnable like the main interface' or in some way where you can provide an image that will be be set as a background/frame for each icon, so the tooltip background don't have to be one solid color... Even just adding a small frame would make it look much better, in my opinion - personally I like a double border of two lines of the same, each with a width of 1 pixel and a space of 1 pixel between them :)
I also just tried making the icons in different formats - I thought transparency might be implemented for something other than png's, but to my big surprise gif's weren't transparent either and ico's weren't even supported... Both of those formats should be quite a bit easier to get working, and using ico's each icon could even have several versions in the file, according to color depth, transparency and even size, which could bring a couple of somewhat interesting new possibilities :D