Search found 274 matches: sendmessage

Return to advanced search

Re: Revisando por alto el treeview

... TreeNode node) { TVITEM tvi = new TVITEM(); tvi.hItem = node.Handle; tvi.mask = TVIF_STATE; tvi.stateMask = TVIS_STATEIMAGEMASK; tvi.state = 0; SendMessage(tvw.Handle, TVM_SETITEM, IntPtr.Zero, ref tvi); } Antonio seria bueno implementar un metodo nuevo que use este código . P.D. para mantener ...
by mastintin
Fri Aug 22, 2014 3:16 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Revisando por alto el treeview
Replies: 5
Views: 1960

Tengo un mensqje de error en bcc582

... <pshpack4.h> #endif #ifdef __cplusplus extern "C" { #endif #ifndef SNDMSG #ifdef __cplusplus #ifndef _MAC #define SNDMSG ::SendMessage #else #define SNDMSG ::AfxSendMessage #endif #else #ifndef _MAC #define SNDMSG SendMessage #else #define SNDMSG AfxSendMessage #endif #endif ...
by Armando Picon
Thu Aug 14, 2014 12:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Tengo un mensqje de error en bcc582
Replies: 2
Views: 1560

Re: Progress Bars, no funciona correctamente.

Primero se establece el rango: SendMessage(hwndPB, PBM_SETRANGE, 0, MAKELPARAM(0, cb / 2048)); En FWH:   METHOD SetRange( nMin, nMax ) INLINE ;          SendMessage( ::hWnd, PBM_SETRANGE, 0, nMakeLong( nMin, nMax ) ),;  ...
by Antonio Linares
Tue Jul 22, 2014 7:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Progress Bars, no funciona correctamente (Solucionado)
Replies: 27
Views: 5543

Re: Bitmap Compatible

... de éste está fuera de la vista, fuera de pantalla. Las partes no visibles salen en negro en el bitmap compatible. Lo unico que se le acerca es SendMessage(hWnd,WM_PRINT,hDcMem,PRF....) pues captura las partes invisibes, pero sólo del dialogo, no de sus controles. Voy a seguir por ese camino ...
by antolin
Fri Mar 21, 2014 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap Compatible
Replies: 12
Views: 1723

Re: Bitmap Compatible

... ... #pragma BEGINDUMP #include <windows.h> #include "hbapi.h" HB_FUNC( CAPTUREWND ) { HWND hWnd = ( HWND ) hb_parnl( 1 ); SendMessage( hWnd, WM_USER, (WPARAM) hb_parc( 2 ),130869856); hb_ret(); } #pragma ENDDUMP Un saludo
by pgfdz
Wed Mar 19, 2014 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap Compatible
Replies: 12
Views: 1723

Re: Simular INTRO en GET

Perdón Manuel, efectivamente es SendMessage. Mea Culpa...
by antolin
Thu Feb 27, 2014 7:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Simular INTRO en GET
Replies: 9
Views: 1230

Re: Simular INTRO en GET

Manuel,
Te da error porque tienes escrito SendTMessage en vez de SendMessage?.
Saludos.
by FranciscoA
Tue Feb 25, 2014 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Simular INTRO en GET
Replies: 9
Views: 1230

Re: Preview ?

Sono riusciti a trovare la funzione:

sendmessage(findwindow(0,nomewindow),WM_CLOSE)


grazie
R/Z
by Romeo
Thu Jan 23, 2014 3:19 pm
 
Forum: All products support
Topic: Preview ?
Replies: 5
Views: 1235

Re: Copiar - Pegar en Campo con Richedit sale error

Lubin, ¿Cómo lo solucionaste por favor?. A mi me han reportado: Called from SENDMESSAGE(0) Called from (b)TWINDOW(568) in .\source\classes\WINDOW.PRG Called from TRICHEDIT:SENDMSG(0) in .\source\classes\WINDOW.PRG Called from TRICHEDIT:PASTE(937) in .\source\classes\TRICHEDI.PRG ...
by elvira
Sun Jan 12, 2014 8:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copiar - Pegar en Campo con Richedit sale error
Replies: 3
Views: 695

Dolphin error en DOL_GETERROTEXT

... Called from TBUTTON:HANDLEEVENT(1687) in .\source\classes\CONTROL.PRG Called from _FWH(3236) in .\source\classes\WINDOW.PRG Called from SENDMESSAGE(0) Called from TDIALOG:COMMAND(389) in .\source\classes\DIALOG.PRG Called from TWINDOW:HANDLEEVENT(0) Called from TDIALOG:HANDLEEVENT(892) ...
by carlos vargas
Mon Nov 11, 2013 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin error en DOL_GETERROTEXT
Replies: 7
Views: 1605

Re: Force a left mouse click

HI Rick

Try this

SendMessage(GetDlgItem(oDlg:hWnd,BtnStckAdd),FM_CLICK,0,0))


Cheers

Colin
by Colin Haig
Tue Oct 01, 2013 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a left mouse click
Replies: 1
Views: 318

TAnimate - Melhoria na Classe

... ),; ::OpenEx( h, 165 ), FreeLibrary( h ) } ... METHOD Seek( nFrame ) INLINE AnimPlay( ::hWnd, nFrame, nFrame, 1 ) METHOD Stop() INLINE SendMessage( ::hWnd, ACM_STOP, 0, 0 ) ENDCLASS
by MGA
Tue Sep 17, 2013 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TAnimate - Melhoria na Classe
Replies: 1
Views: 748

Re: Change Caption on TBtnBmp object

Hola Reinaldo,

I think your problem is with ButtonBMP not with BtnBmp, because ::cCaption work with BtnBmp, with ButtonBMP try sending message like

SendMessage( buttonBmp:hwnd, WM_SETTEXT, 0, "New Caption" )

using

#define WM_SETTEXT 0x000C


saludos

Marcelo
by Marcelo Via Giglio
Tue Sep 17, 2013 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Caption on TBtnBmp object
Replies: 4
Views: 792

Re: How unload tabtip.exe ?

SendMessage( FindWindow( 0, "tabtip" ), WM_CLOSE ) // or Name of program( in window ).

Best regards,
by karinha
Tue Sep 10, 2013 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How unload tabtip.exe ?
Replies: 10
Views: 2180

Re: How to break WaitRun()

SendMessage( FindWindow( 0, "Called app title" ), WM_CLOSE )
by Antonio Linares
Wed Aug 28, 2013 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to break WaitRun()
Replies: 4
Views: 1188
PreviousNext

Return to advanced search