Search found 274 matches: sendmessage

Return to advanced search

Re: cambiar el color a un boton?

No controle de ButtonBmp não funciona
Eu quero trocar a cor do texto do botão. a variavel bClrGrad funciona com BtnBmp mais não funciona com ButtonBmp

Method Setcolor() tambem não funcionou

Acho que neste caso deveria usar SendMessage, mais tambem não comsegui.
by Giovany Vecchi
Tue Mar 06, 2018 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar el color a un boton?
Replies: 11
Views: 2414

Mr. Rao, Error in 18.01

... Called from TXBROWSE:HANDLEEVENT(10442) in .\source\classes\XBROWSE.PRG Called from _FWH(3368) in .\source\classes\WINDOW.PRG Called from SENDMESSAGE(0) Called from (b)TWINDOW(590) in .\source\classes\WINDOW.PRG Called from TMDICLIENT:SENDMSG(0) in .\source\classes\WINDOW.PRG Called from ...
by Ariel
Sun Feb 25, 2018 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, Error in 18.01
Replies: 4
Views: 995

Mr. Rao, Error in 18.01

... Called from TXBROWSE:HANDLEEVENT(10442) in .\source\classes\XBROWSE.PRG Called from _FWH(3368) in .\source\classes\WINDOW.PRG Called from SENDMESSAGE(0) Called from (b)TWINDOW(590) in .\source\classes\WINDOW.PRG Called from TMDICLIENT:SENDMSG(0) in .\source\classes\WINDOW.PRG Called from ...
by Ariel
Sun Feb 25, 2018 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Error in 18.01
Replies: 4
Views: 1765

Re: GET sin longitud con espacios blancos

Y otra... Los EDITS, cuando se pulsa RETURN suena un 'dong' ... hace un SendMessage() Yo lo he sacado así... //...   OVERRIDE METHOD KeyChar IN CLASS TEdit WITH xEditKeyChar//...FUNCTION xEditKeyChar( nKey, nFlags )   Local Self := ...
by Xevi
Wed Dec 20, 2017 10:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET sin longitud con espacios blancos
Replies: 16
Views: 2707

A problem < keep on top >

... ) // Title !!! IF hWnd != NIL IF ISICONIC( hWnd ) SHOWWINDOW( hWnd, SW_RESTORE ) ENDIF IF nType = 1 SETFOREGROUNDWINDOW( hWnd ) ENDIF IF nType = 2 SENDMESSAGE( hWnd, WM_CLOSE ) ENDIF //ELSE // MsgAlert( "COLORPICKER is not running !", "Attention" ) ENDIF RETURN NIL Is there ...
by ukoenig
Sat Nov 11, 2017 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem < keep on top >
Replies: 1
Views: 575

Re: Error TDolphin

... .\source\classes\BUTTONB.PRG => TBUTTONBMP:HANDLEEVENT( 253 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3325 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\WINDOW.PRG => TGET:COMMAND( 1088 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG ...
by caducca
Thu Oct 26, 2017 12:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error TDolphin
Replies: 7
Views: 1915

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6362

Re: Current state of the display

Еhank you, corrected. Now the function GetDevicePowerState returns .F. in any case. And when the display is on and when I turn it off by
SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, 2)
by Natter
Thu Aug 31, 2017 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Current state of the display
Replies: 7
Views: 1040

Wbrowse cell edit - problem in TGET class

... .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1685 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3348 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:COMMAND( 424 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\DIALOG.PRG ...
by driessen
Tue Aug 22, 2017 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse cell edit - problem in TGET class
Replies: 11
Views: 2002

Re: Question about ComboBox

Mr Rao,
A small problem with SendMessage( oCbx:hWnd, 0x0153, -1, nNewHeight ),combobox be blue colored background on init .
Image
Regards!
Shuming Wang
by ShumingWang
Thu Aug 17, 2017 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about ComboBox
Replies: 12
Views: 1829

Re: Question about ComboBox

byte-one wrote:I found, sendmessage(..) must be on the ON INIT clausula from the dialog.

Yes, ofcourse.
In case of dialog hWnd gets a value only ON INIT.
by nageswaragunupudi
Tue Aug 08, 2017 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about ComboBox
Replies: 12
Views: 1829

Re: Question about ComboBox

I found, sendmessage(..) must be on the ON INIT clausula from the dialog.
by byte-one
Mon Aug 07, 2017 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about ComboBox
Replies: 12
Views: 1829

error in sample xBrowed.prg

... TBUTTON:CLICK( 179 ) Called from: control.prg => TBUTTON:HANDLEEVENT( 1685 ) Called from: window.prg => _FWH( 3325 ) Called from: => SENDMESSAGE( 0 ) Called from: dialog.prg => TDIALOG:COMMAND( 416 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: dialog.prg => TDIALOG:HANDLEEVENT( ...
by mauri.menabue
Wed Apr 19, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in sample xBrowed.prg
Replies: 2
Views: 353

Re: EJECUTAR UN .EXE

... 3 // Constante para usar con el Api DeleteMenu #define MF_BYPOSITION 0x400 #define MF_REMOVE 0x1000 // Constante para usar con el Api SendMessage para cerrar // la aplicación ( en este caso La calculadora ) #define SC_CLOSE 61536 #define WM_SYSCOMMAND 274 // Constante para usar con ...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2286

error con xbrowse

... .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT( 11742 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3177 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW:TWINDOW( 559 ) Called from: => TXBROWSE:SENDMSG( 0 ) Called from: .\source\classes\WINDOW.PRG ...
by kpidata
Fri Mar 17, 2017 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con xbrowse
Replies: 2
Views: 523
PreviousNext

Return to advanced search