Search found 85 matches: getactivewindow

Return to advanced search

ayuditaa con captura de ventanas

... AADD(cText,"icq") AADD(cText,"imesh") AADD(cText,"xxx") AADD(cText,"porn") AADD(cText,"skype") FOR x := 1 TO len(cText) hWnd := GetActiveWindow() hWnd := FindWindow( 0 ) hWnd := GetDesktopWindow() cTit := lower(GetWindowText(hWnd)) cTit := lower(GetWindowText(hWnd2)) nPos := ...
by Francisco Horta
Tue Mar 07, 2006 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuditaa con captura de ventanas
Replies: 11
Views: 2379

Paco Garcia wrote:Hola
#DEFINE SW_SHOW 5

local cLink := "http://www.google.es"
ShellExecute( GetActiveWindow() ,nil,cLink,'','',SW_SHOW)


Paco, muchas gracias. Me ha funcionado perfectamente.

Un saludo
by Manuel Valdenebro
Tue Feb 21, 2006 7:40 pm
 
Forum: FiveWin para CA-Clipper
Topic: CONECTAR CON UNA PAGINA WEB
Replies: 3
Views: 1087

GetPrintDefault()

GetPrintDefault() does not use any input parameter but it is called (from printer.prg) with one parameter:

::hDC := GetPrintDefault( GetActiveWindow() )

EMG
by Enrico Maria Giordano
Sat Feb 18, 2006 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetPrintDefault()
Replies: 0
Views: 428

... char lpstrTitle[ 512 ], lpstrDisplayName[ MAX_PATH ]; LPCITEMIDLIST lpIDList; _bset( ( char * ) &lpbi, 0, sizeof( lpbi ) ); lpbi.hwndOwner = GetActiveWindow(); lpbi.lpszTitle = hb_parc( 1 ); lpbi.ulFlags = BIF_RETURNONLYFSDIRS + BIF_DONTGOBELOWDOMAIN + BIF_USENEWUI; lpIDList = SHBrowseForFolder( ...
by carlosmora
Mon Jan 30, 2006 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RunDlg32 y dialogos para pedir carpetas
Replies: 3
Views: 1278

MC3000 - Casi terminada

... } } SCAN_DeallocateBuffer(lpScanBuffer); } state = FALSE; SCAN_SetSoftTrigger(hScanner, &state); } else { MessageBox( GetActiveWindow(), L"Error en SCAN_Enable", L"Ok", 0 ); } } else { MessageBox( GetActiveWindow(), L"Error en SCAN_Open", L"Ok", 0 ); } } #pragma ENDDUMP
by ramirezosvaldo
Tue Dec 20, 2005 4:23 pm
 
Forum: FiveWin para Pocket PC
Topic: MC3000 - Casi terminada
Replies: 17
Views: 8223

Problems con una funcion en C

... = L"SCN1:"; HB_FUNC( SCAN_OPEN ) { DWORD dwResult = SCAN_Open( szScannerName, &hScanner ); if ( dwResult != E_SCN_SUCCESS ) MessageBox( GetActiveWindow(), L"Fallo en Scan_Open", L"Ok", 0 ); } #pragma ENDDUMP Y este es el mensaje : bitest1.c Creating library jobitest1.lib and object jobitest1.exp ...
by ramirezosvaldo
Fri Dec 09, 2005 12:28 am
 
Forum: FiveWin para Pocket PC
Topic: Problems con una funcion en C
Replies: 5
Views: 2495

Tscan class

... *********************************************************** METHOD New( cFile, hWnd ) CLASS TSCAN32 IF Empty( hWnd ) ::hWnd := GetActiveWindow() ENDIF IF Empty( cFile ) ::cFile := "TestTscan32.jpg" ELSE ::cFile := cFile ENDIF IF !::IsAvailable() ::lError := .T. // MsgStop( "TWAIN ...
by dutch
Mon Dec 05, 2005 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error while compile testscan.prg and tscan.prg
Replies: 13
Views: 6025

... *********************************************************** METHOD New( cFile, hWnd ) CLASS TSCAN32 IF Empty( hWnd ) ::hWnd := GetActiveWindow() ENDIF IF Empty( cFile ) ::cFile := "TestTscan32.jpg" ELSE ::cFile := cFile ENDIF IF !::IsAvailable() ::lError := .T. // MsgStop( "TWAIN ...
by juanito
Thu Nov 24, 2005 2:31 pm
 
Forum: All products support
Topic: Problemi nella conversione bmp->jpg utilizzando libgfl
Replies: 12
Views: 6396

I Am End Function serial number For Pocket PC

... char SerialNo[18]=""; BOOL bRes = KernelIoControl(IOCTL_HAL_GET_DEVICEID, 0, 0, arrOutBuff, nBuffSize, &dwOutBytes); if (!bRes) { MessageBox( GetActiveWindow(),_T("could not retrieve serial number"),_T("Error"),0); hb_retc("0"); } for (unsigned int i = 0; i<dwOutBytes; i++) { sprintf(strNextChar,"%02X", ...
by HATHAL
Thu Nov 17, 2005 10:08 am
 
Forum: FiveWin for Pocket PC
Topic: I Am End Function serial number For Pocket PC
Replies: 3
Views: 3264

For Run Sound Wave From Resource And Wave File

... SND_RESOURCE | SND_ASYNC); /// PlaySound ( cfile, GetResources() ? GetResources(): GetInstance(), SND_RESOURCE | SND_ASYNC); // MessageBox( GetActiveWindow(),cfile , _T("VIEW THIS"), 0 ); } /* void HB_FUN_PLAYWAVMEM() { BYTE buffer[100*1024]; CFile file; file.Open(_T("\\Windows\\empty.wav"), ...
by HATHAL
Wed Nov 16, 2005 2:07 pm
 
Forum: FiveWin for Pocket PC
Topic: For Run Sound Wave From Resource And Wave File
Replies: 1
Views: 934
Previous

Return to advanced search