Search found 16 matches: keyup

Return to advanced search

Re: SendKey() y Printer en Fivelinux

Gracias Antonio por tus sugerencias. He visto en el foro el siguiente codigo, referente a SendKey(), que tu publicaste para Fivewin: HB_FUNC( FW_SENDKEY ) { if( hb_parni( 2 ) == 0 ) keybd_event( ( BYTE ) hb_parni( 1 ), ( BYTE ) hb_parni( 2 ), KEYEVENTF_EXTENDEDKEY | 0, 0 ); else keybd_event( ( BYTE ...
by George
Thu Feb 11, 2016 9:05 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: SendKey() y Printer en Fivelinux
Replies: 11
Views: 2662

Re: Release and press key VK_SHIFT simulation

Try this : **************************************************************************** * READ THE KEYBOARD **************************************************************************** *************************************************************************************************** * DESCRIPTION *...
by fafi
Tue Oct 23, 2012 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Release and press key VK_SHIFT simulation
Replies: 2
Views: 886

Re: Controles sobre una imagen

... bChange y ::KeyChar() se ejecuta en la imagen y no en el combobox, produciéndose un indeseado scroll vertical de la imagen al pulsar las teclas KeyUp/KeyDown en el el combobox. ¿Un bug? Gracias.
by César E. Lozada
Thu Jun 07, 2012 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controles sobre una imagen
Replies: 7
Views: 1961

Picture "@K" and selectall()

In order to emulate the "@K" feature in clipper I have been adding a bGotfocus codeblock to each get like below. ::oShipCons:bGotFocus := { || ::oShipCons:PostMsg( WM_KEYDOWN, VK_HOME ), ::oShipCons:selectall(), ::oShipCons:PostMsg( WM_KEYUP ) } I think it would be better to have "@K&...
by Gale FORd
Mon Sep 26, 2011 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture "@K" and selectall()
Replies: 3
Views: 762

Re: CTRL+C+C

From another thread http://forums.fivetechsupport.com/viewtopic.php?p=90269#p90269 I fount the solution It works But there is a very big problem: after the phone call I have to restart the PC because the keypad locks. :? #include "Fivewin.ch" #define VK_LMENU 164 #define VK...
by MarcoBoschi
Tue Mar 09, 2010 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL+C+C
Replies: 4
Views: 1022

Re: Sending Keystrokes to Activex

Alvaro,

Please try to send the two events, down and up:

PostMessage( oControl:hWnd, WM_KEYDOWN, nKeyValue, 0 )
PostMessage( oControl:hWnd, WM_KEYUP, nKeyValue, 0 )

also, you may first have to give it the focus:
oControl:SetFocus()
by Antonio Linares
Mon Nov 09, 2009 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending Keystrokes to Activex
Replies: 4
Views: 795

Re: Un ejemplo de Get con el metodo ScrollDate

Disculpa, pues no había captado con precisión tu pregunta.
Creo que lo que pretendes hacer pasa por la modificación de los métodos KeyDown y KeyUp de la clase TGET. Y hasta aquí llego yo. También me gustaría saber como hacerlo.
by Manuel Aranda
Sat Jun 20, 2009 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de Get con el metodo ScrollDate
Replies: 9
Views: 1249

... nCol ]:bWhen == Nil .or. ; Eval( ::aColumns[ nCol ]:bWhen, Self ) ) METHOD KeyChar( nKey, nFlags ) METHOD KeyDown( nKey, nFlags ) METHOD KeyUp( nKey, nFlags ) METHOD LButtonDown( nRowPix, nColPix, nKeyFlags ) METHOD LButtonUp( nRowPix, nColPix, nKeyFlags ) METHOD lCloseArea() INLINE If( ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

Anyone could convert Crystal button C# into prg?

... System.Windows.Forms.PaintEventHandler(this.UserControl1_Paint); this.MouseEnter += new System.EventHandler(this.UserControl1_MouseEnter); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UserControl1_KeyUp); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UserControl1_KeyDown); ...
by ShumingWang
Sat Jul 14, 2007 8:50 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Anyone could convert Crystal button C# into prg?
Replies: 0
Views: 1152

KEYBOARD status

Ho ritrovato un msg di EMG sulle luci della tastiera disallineate al contenuto della status bar, che quoto: When KEYBOARD clause is used we can click with the mouse on the Num, Caps and Ins items to toggle their status. But, specifically for Num and Caps, the status change is not reflected by the ke...
by Maverich
Tue Aug 22, 2006 9:34 am
 
Forum: All products support
Topic: KEYBOARD status
Replies: 3
Views: 1492

Te copio el error de toda la compilacion

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Pocket PC - March 2006 Harbour development power ³Ü ³ (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ ÿ ßßßßßßßßßßß...
by mjcc
Sat Apr 15, 2006 6:16 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA POR FAVOR. ESTOY BLOQUEADO
Replies: 6
Views: 2761

... COPY CODE 000A:4F8E 0009EH COPY CODE 000A:502C 001AFH PASTE CODE 000A:51DC 0009AH PASTE CODE 000A:5276 0008CH DISPTEXT CODE 000A:5302 000D8H KEYUP CODE 000A:53DA 000B8H SELFILE CODE 000A:5492 00099H _SETPOS CODE 000A:552C 0014CH CUT CODE 000A:5678 000A7H CUT CODE 000A:5720 000D6H INC CODE ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

GPF, como buscar el Error

... COPY CODE 000A:4F8E 0009EH COPY CODE 000A:502C 001AFH PASTE CODE 000A:51DC 0009AH PASTE CODE 000A:5276 0008CH DISPTEXT CODE 000A:5302 000D8H KEYUP CODE 000A:53DA 000B8H SELFILE CODE 000A:5492 00099H _SETPOS CODE 000A:552C 0014CH CUT CODE 000A:5678 000A7H CUT CODE 000A:5720 000D6H INC CODE ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529
Next

Return to advanced search