Resident program

This forum is for eXpress++ general support.
Post Reply
Message
Author
MIGUELON
Posts: 135
Joined: Wed Feb 10, 2010 10:55 am

Resident program

#1 Post 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

MIGUELON
Posts: 135
Joined: Wed Feb 10, 2010 10:55 am

Re: Resident program

#2 Post by MIGUELON »

I have worked with the example of using TaskBarMenu CALENDAR

Thanks
Miguel :D

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: Resident program

#3 Post 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.
greetings by OHR
Jimmy

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Resident program

#4 Post 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.
The eXpress train is coming - and it has more cars.

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: Resident program

#5 Post 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++
greetings by OHR
Jimmy

Post Reply