Search found 36 matches: ttray

Return to advanced search

Small TTray enhancement

... trayed icons of other programs) and the user can no more click it to access the program's menu (for example) So, I made the small changes below in TTray.prg: 14. CLASS TTrayIcon 15. 16. DATA oTray 17. DATA oWnd 18. DATA oIcon 19. DATA cCaption DATA lSuccess // <-- 20. ...
by Davide
Sat May 24, 2008 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small TTray enhancement
Replies: 8
Views: 1634

... not compiling ... Classes - 0149 TTABCTRL Classes - 0150 TTABLE not found in FIVEH.LIB, not compiling ... Classes - 0151 TTMPICKE Classes - 0152 TTRAY Classes - 0153 TTREEVIE Classes - 0154 TTVITEM Classes - 0155 TTXTEDIT Classes - 0156 TTXTFILE Classes - 0157 TVIEW not found in FIVEH.LIB, not ...
by MGA
Thu Mar 20, 2008 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.ANTONIO-Comportamento estranho do FW
Replies: 9
Views: 3803

Nageswararao, Please review fwh\classes\TTray.prg Basically it lets you response to the WM_TASKBAR windows msg. Here you have a C sample: case WM_TASKBAR: switch(lParam) { case WM_LBUTTONDBLCLK: systray_del(hwnd,IDI_ICON1); ...
by Antonio Linares
Mon Jan 28, 2008 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window Class DATA bTaskBar ?
Replies: 2
Views: 642

... \ trichedi.obj \ tsmtp.obj \ tsocket.obj \ tstring.obj \ tstruct.obj \ tsymbol.obj \ tsymtabl.obj \ ttabctrl.obj \ ttable.obj \ ttmpicke.obj \ ttray.obj \ ttreevie.obj \ ttvitem.obj \ ttxtedit.obj \ ttxtfile.obj \ tview.obj \ twebclie.obj \ twebserv.obj \ tyacc.obj \ urllink.obj \ valblank.obj ...
by saviotti
Fri May 18, 2007 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9872

USTED TIENES KE USAR TTRAY...

MIRA EN \SAMPLES\TESTTRAY.PRG

Regards, saludos.
by karinha
Fri Dec 22, 2006 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [Al lado del reloj]
Replies: 1
Views: 587

Problema con Ttray

... un programa se inicie en 2º plano al arrancar windows, y que permanezca en la barra de tareas con un icono; para ello estoy utilizando la clase Ttray, el problema es que no consigo que se arranque ya como icono, porque las pruebas que hago poniendo en el ON INIT oWnd:Hide(), no me responde. ...
by Jose Luis
Sun Dec 18, 2005 10:29 am
 
Forum: FiveWin para CA-Clipper
Topic: Problema con Ttray
Replies: 4
Views: 1209
Previous

Return to advanced search