Search found 83 matches: sendmsg

Return to advanced search

Re: CANCEL en tsbutton 7.0, no funciona

... .and. ::lCancel .and. ::cAccel != Nil .and. GetAsyncKey( VK_MENU ) .and. ; GetAsyncKey( Asc( Upper( ::cAccel ) ) ) .and. ::nWakeup == 0 ) ::SendMsg( FM_CLICK ) Return 1 ElseIf (! ::oWnd:lValidating .and. ::lWhen .and. !::lCancel .and. ::cAccel != Nil .and. ; GetAsyncKey( VK_MENU ) .and. ...
by noe aburto
Mon Sep 23, 2013 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CANCEL en tsbutton 7.0, no funciona
Replies: 3
Views: 938

Re: bug in FW 13.04 combobox

Antonio, here are still a logical call to ::oGet and should removed! METHOD VarGet() CLASS TComboBox local cRet, nAt := ::SendMsg( CB_GETCURSEL ) if nAt != CB_ERR ::nAt = nAt + 1 cRet := If( ::oGet == nil, ::aItems[ nAt + 1 ], ::oGet:GetText() ) //::OGET!!! else cRet := GetWindowText( ...
by byte-one
Mon May 20, 2013 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29520

Re: passing parameters between 2 exe

...  DEFINE WINDOW oWnd TITLE "SendWnd"   DEFINE BUTTONBAR oBar OF oWnd SIZE 100,32 2007   DEFINE BUTTON OF oBar PROMPT "SendMsg" ACTION SendData()   SET MESSAGE OF oWnd TO '' 2007   @ 0,0 XBROWSE oBrw OF oWnd ALIAS "CUSTOMER" ;      AUTOCOLS CELL ...
by nageswaragunupudi
Fri Apr 26, 2013 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing parameters between 2 exe
Replies: 8
Views: 1523

Re: RichEdit - how to position in a column

oRichEdit:SetPos( oRichEdit:SendMsg( EM_LINEINDEX, nLine, 0 ) + nColumn )
by Antonio Linares
Thu Mar 28, 2013 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit - how to position in a column
Replies: 2
Views: 575

Re: MASTER ANTONIO

... ventana hija, MDICHILD notece que esta comentado // DANIEL si comento esta linea de TWindow asi, funciona //#ifdef __CLIPPER__ if oIcon != nil ::SendMsg( WM_SETICON, 0, oIcon:hIcon ) endif //#endif
by mantonio_08
Tue Feb 12, 2013 2:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MASTER ANTONIO
Replies: 12
Views: 2045

Re: MASTER ANTONIO

Hola esto quiere decir que ::SendMsg( WM_SETICON, 0, oIcon:hIcon ) solo se ejecutara si oIcon no es un nil.. No, se ejecuta el codigo if oIcon != nil::SendMsg( WM_SETICON, 0, oIcon:hIcon )endif si la constantes __CLIPPER__ esta ...
by Daniel Garcia-Gil
Sat Feb 09, 2013 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MASTER ANTONIO
Replies: 12
Views: 2045

Re: MASTER ANTONIO

... MUY CLARA LA EXPLICACION AHORA LA PREGUNTA DEL MILLON en la clase twindow en el metodo new hay esta linea:: #ifdef __CLIPPER__ if oIcon != nil ::SendMsg( WM_SETICON, 0, oIcon:hIcon ) endif #endif esto quiere decir que ::SendMsg( WM_SETICON, 0, oIcon:hIcon ) solo se ejecutara si oIcon no es un ...
by mantonio_08
Sat Feb 09, 2013 1:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MASTER ANTONIO
Replies: 12
Views: 2045

MASTER ANTONIO

en la clase TWindow

en metodo NEW, se encuentra esta linea.

#ifdef __CLIPPER__
if oIcon != nil
::SendMsg( WM_SETICON, 0, oIcon:hIcon )
endif
#endif

a que se refiere el Ifdef --- y porque
by mantonio_08
Thu Feb 07, 2013 2:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MASTER ANTONIO
Replies: 12
Views: 2045

Re: Simular soltar y oprimir una tecla

... volver a presionar la mencionada tecla sin que el usuario la suelte fisicamente . Sé que podría hacerlo, pero no encuentro algo como SendMsg(soltar-tecla) y SendMsg(presionar-tecla). Sigo buscando. Saludos.
by FranciscoA
Mon Oct 22, 2012 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Simular soltar y oprimir una tecla
Replies: 2
Views: 472

Release and press key VK_SHIFT simulation

... function will be called after each trigger on the KEY_DOWN key (arrow down) . Pseudo-code: If nKey == VK_DOWN. And. GetKeyState (VK_SHIFT) oBrw: sendmsg (release key) oBrw: sendmsg (keypress) endif Any suggestions or ideas? Thanks in advance. Greetings. Saludos.
by FranciscoA
Mon Oct 22, 2012 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Release and press key VK_SHIFT simulation
Replies: 2
Views: 896

Simular soltar y oprimir una tecla

... será llamada después de cada accionar de la tecla KEY_DOWN (flecha-abajo). Seudo-codigo: If nKey == VK_DOWN .and. GetKeyState(VK_SHIFT) oBrw:SendMsg(Soltar tecla) oBrw: SendMsg(Oprimir tecla) endif Alguna sugerencia, o idea? Gracias de antemano. Saludos.
by FranciscoA
Mon Oct 22, 2012 2:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Simular soltar y oprimir una tecla
Replies: 2
Views: 472

Re: Daniel Garcia - F5 no Menu do sistema

Saludos



intenta esto

#define SC_KEYMENU 0xF100
#define WM_SYSCOMMAND 0x112

SetKey( VK_F5, {|| oWnd:SendMsg( WM_SYSCOMMAND, SC_KEYMENU, 0 ) } )
by Daniel Garcia-Gil
Thu Jun 17, 2010 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Daniel Garcia - F5 no Menu do sistema
Replies: 10
Views: 2205

Re: On Dropfiles

Antonio FUNCTION SENDMAIL( nRow, oLbx, aItem ) local nFirst := oLbx:SendMsg( LB_GETTOPINDEX ) + 1 local nHeight := oLbx:SendMsg( LB_GETITEMHEIGHT ) local nAt := Int( nRow / nHeight ) + nFirst LOCAL nPippo := aItem[1] if nAt > 0 .and. nAt <= Len( oLbx:aItems ...
by MarcoBoschi
Sun Mar 07, 2010 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: On Dropfiles
Replies: 9
Views: 2590

Tile in Mdi

How make to MdiChild start with "TILE"

DEFINE WINDOW NewFile Title NewTitle MDICHILD OF oWndMain
ACTIVATE WINDOW NewFile
// try this more no work
NewFile:SendMsg( 550, .t. )
by lailton.webmaster
Sun Feb 28, 2010 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tile in Mdi
Replies: 0
Views: 319

Re: Problemas con TRichEdit

... oRTF:SetFocus() ) DEFINE BUTTON RESOURCE "Undo" OF oBar GROUP ; MESSAGE "Undo" TOOLTIP "Undo" NOBORDER ; WHEN ( oRTF:SendMsg( EM_CANUNDO ) != 0 ) ; ACTION ( oRTF:Undo(), oRTF:SetFocus() ) DEFINE BUTTON RESOURCE "Redo" OF oBar ; MESSAGE "Redo" TOOLTIP ...
by triumvirato
Fri Dec 11, 2009 7:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4824
PreviousNext

Return to advanced search