Page 1 of 1

Resident program

Posted: Sat Jul 03, 2010 10:44 am
by MIGUELON
Hi all, I need to create a program Xbase++ that is resident in the windows bar on the right.

I can give some clue :pray:

Thanks
Miguel

Re: Resident program

Posted: Sun Jul 04, 2010 11:51 am
by MIGUELON
I have worked with the example of using TaskBarMenu CALENDAR

Thanks
Miguel :D

Re: Resident program

Posted: Sun Jul 04, 2010 4:37 pm
by Auge_Ohr
MIGUELON wrote:Hi all, I need to create a program Xbase++ that is resident in the windows bar on the right.
sorry no "pure" Xbase++ Solution known, but if you buy Codejock activeX Controls you will get TrayIcon() to make this.

Re: Resident program

Posted: Mon Jul 05, 2010 7:58 am
by rdonnay
I have 2 applications that employ a taskbar using the TaskBarIcon() class.
You can see the source for this class in \exp19\source\taskbar

The sample code is in \exp19\samples\calendar\calendar.prg and \exp19\source\imclient\imclient.prg.
This is all Xbase++ code.
No Codejock is required.

Re: Resident program

Posted: Tue Jul 06, 2010 7:13 pm
by Auge_Ohr
Auge_Ohr wrote:sorry no "pure" Xbase++ Solution known...
wrong ! ... total forgot Thomas Braun http://www.software-braun.de have made TASKBAR.LIB with pure Xbase++