Author |
Message |
Topic: Balloon Tooltips for NotifyIcon |
kbogert
Replies: 2
Views: 10286
|
Forum: DFL Posted: Thu Jun 22, 2006 3:13 pm Subject: Remove the DWORD from showBalloon |
I don't know what I was thinking. C heritage I guess ...
--- notifyicon-old2.d 2006-06-22 17:10:01.000000000 -0400
+++ notifyicon.d 2006-06-22 17:09:08.000000000 -0400
@@ -4,6 ... |
Topic: Balloon Tooltips for NotifyIcon |
kbogert
Replies: 2
Views: 10286
|
Forum: DFL Posted: Wed Jun 21, 2006 9:18 pm Subject: Balloon Tooltips for NotifyIcon |
Hello all, here are two patches against version 9.2 to enable the NotifyIcon class to display the balloon popup tooltip we all know and love.
Note that you need to fix a small error in environmen ... |
Topic: Stack Overflow in environment.d |
kbogert
Replies: 1
Views: 8878
|
Forum: DFL Posted: Wed Jun 21, 2006 5:30 pm Subject: Stack Overflow in environment.d |
Line 643 should read:
return vers;
I've never liked properties much, myself.
kdb |
Topic: Primitive Calendar and Date Picker Controls |
kbogert
Replies: 4
Views: 25105
|
Forum: DFL Posted: Thu May 18, 2006 12:09 pm Subject: Re: Primitive Calendar and Date Picker Controls |
ZLib license sounds good, Add-ons sounds good and I'd be very happy if you did decide to include it with DFL one day.
As for the button, I was at a loss as to what to put on there. What should be ... |
Topic: Primitive Calendar and Date Picker Controls |
kbogert
Replies: 4
Views: 25105
|
Forum: DFL Posted: Thu May 18, 2006 11:12 am Subject: Primitive Calendar and Date Picker Controls |
Hello all, after some work I've managed to come up with a no frills calendar and date picker controls. They can be made much better, but they work for me.
// Written By Kenneth Bogert
private ... |
|