Search found 67 matches: postmessage

Return to advanced search

Re: ACROPDF

... [in] int, [in] int, [in] int ) STDCALL dispatch FUNC void setCurrentHighlight( [in] int, [in] int, [in] int, [in] int ) STDCALL dispatch FUNC void postMessage( [in] VARIANT ) STDCALL dispatch PROPERTYGET VARIANT messageHandler() STDCALL dispatch PROPERTYPUT void messageHandler( [in] VARIANT ) STDCALL ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 538

Re: Can I get object from handle?

... return endif ::Super... From the application with the button we find the handle of the window with TSAY hWn:=FindWindow() and send him a PostMessage (hWn, "myText")
by Natter
Thu Apr 13, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1328

Re: How to fill edit box and click button in another application

Antonio Linares wrote:Please check if this makes a difference:

PostMessage( hWnd, WM_CHAR, VK_TAB, 0 )


No change.
by Horizon
Wed Feb 15, 2023 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: How to fill edit box and click button in another application

Please check if this makes a difference:

PostMessage( hWnd, WM_CHAR, VK_TAB, 0 )
by Antonio Linares
Wed Feb 15, 2023 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: How to fill edit box and click button in another application

Antonio Linares wrote:Dear Hakan,

You may try:

PostMessage( hWnd, WM_KEYCHAR, VK_TAB )

etc


Thank you Antonio,

What is WM_KEYCHAR? There is not in winapi.ch.
by Horizon
Wed Feb 15, 2023 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: How to fill edit box and click button in another application

Dear Hakan,

You may try:

PostMessage( hWnd, WM_KEYCHAR, VK_TAB )

etc
by Antonio Linares
Wed Feb 15, 2023 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: Error xbrowse PostMessage( ::oEditGet:hWnd, ...

Excelente, Mr Rao !!!

Eso era lo que buscaba, muchas gracias.
by albeiroval
Tue Sep 01, 2020 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
Replies: 2
Views: 513

Re: Error xbrowse PostMessage( ::oEditGet:hWnd, ...

It does not seem to be possible to use PopupBrowse with oEditGet of xbrowse. You may try something like this: #include "fivewin.ch"function XbrPopupBrowse()   local oDlg, oBrw, oEditGet   USE CUSTOMER   DEFINE DIALOG oDlg SIZE 900,700 PIXEL TRUEPIXEL&n...
by nageswaragunupudi
Tue Sep 01, 2020 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
Replies: 2
Views: 513

FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...

quiero usar la funcion popupBrowse en una columna de xBrowse de esta forma : WITH OBJECT :Descripcion        :nEditType      = if(::lNueva, EDIT_GET, EDIT_NONE)        :cEditPicture = "@!"        :bkeyChar           = {|k,f,b,o| ::BuscaDescripcion(k,b,o)}        E...
by albeiroval
Mon Aug 31, 2020 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
Replies: 2
Views: 513

Re: Problem with TrayIcon

The problem only occurs when closed in tray through another executable with command:

PostMessage (hCtrl, WM_CLOSE, 2)

When exit program normaly, the icon disappears correctly.
by shark
Sat Feb 16, 2019 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TrayIcon
Replies: 5
Views: 870

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: 6332

Re: lectura de un DLL - EJEMPLO en Delphi

... := RStates[0].dwEventState; RetVar := SCardGetStatusChangeA(RContext, -1, RStates, 1); ActReaderState := RStates[0].dwEventState; PostMessage(NotifyHandle, WM_CARDSTATE, RetVar, 0); end; finally Result := 0; end; end;
by Busmatic_wpb
Sat Aug 05, 2017 8:35 pm
 
Forum: FiveWin para CA-Clipper
Topic: lectura de un DLL -
Replies: 5
Views: 2591

Message to the program from Excel

I need to send a message to the program from Excel Run the macro ................. hW=findwindow(Header_MtApp) PostMessage(hW, WM_USER, 50000, 0) The main window of my program - TDialog I'm trying to handle external messages through its Handleevent method (by Daniel) CLASS TMyDialog ...
by Natter
Fri Jun 02, 2017 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message to the program from Excel
Replies: 0
Views: 376

Re: Evitar puntero XBrowse se mueva al dar enter. (RESUELTO)

... de retornar los datos, pero como dije: incomodo y anti-estetico. Aquí está como lo solucioné: :bKeyDown := {|nKey| if( nKey == VK_RETURN, ( PostMessage( oBrwMenu:hWnd, WM_KEYDOWN, VK_LEFT ), MiCalculad(x,x) ),) } La Function MiCalculad(x,x) es un dialogo calculadora para digitar cantidad ...
by ACC69
Thu Mar 03, 2016 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Evitar puntero XBrowse se mueva al dar enter. (RESUELTO)
Replies: 9
Views: 1174
Next

Return to advanced search