Search found 748 matches: null

Return to advanced search

It should return the selected path name followed by the selected file names, each of them NULL separated with an extra NULL at the end. What I instead see is only the path name. I think that the cause is the _retc() API used inside CGETFILE() function.

EMG
by Enrico Maria Giordano
Tue May 02, 2006 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4949

... bRClicked, bWhen, nClrShadow ) CLASS TDIAG IF nClrShadow # NIL ::lSomb := .T. ::hPen := CreatePen( 0,1,nClrShadow ) ENDIF DEFINE BRUSH ::oBrush NULL RETURN Super:Activate( bClicked, bMoved, bPainted, lCentered, bValid, lModal, bInit, bRClicked, bWhen ) METHOD Initiate( hWndFocus, hWnd ) CLASS ...
by manuramos
Mon Apr 24, 2006 6:37 pm
 
Forum: FiveWin para CA-Clipper
Topic: Para Manu Ramos (diálogo con sombra)
Replies: 1
Views: 1085

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

I began to set up some tests with this lib, more the variable ret always this null one, I didn't discover as solving still. http://www.griaule.com/page/pt-br/downloads #include "FiveWin.ch" STATIC xLib function Main() Local contextId,Ret lChDir("C:\Arquivos de ...
by clemerson
Tue Apr 04, 2006 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Digital Persona" Finger Print Id's Interface?
Replies: 37
Views: 15003

... // New Command With Windows Mobile 5_0 SDK // i Testing this to cam.obj ok LPWSTR AnsiToWide( LPSTR ); HB_FUNC( CAM_CE ) { // CameraCaptureExample(NULL,12); //} // HRESULT //int CameraCaptureExample(HWND hwndOwner, LPTSTR pszFilename) // { HRESULT hResult; SHCAMERACAPTURE shcc; // Set the SHCAMERACAPTURE ...
by HATHAL
Sun Apr 02, 2006 8:45 pm
 
Forum: FiveWin for Pocket PC
Topic: the use camera with fwppc
Replies: 9
Views: 3724

Milan, From the Window API docs: (search for these defines at bcc55\include) The CreatePen function creates a logical pen that has the specified style, width, and color. The pen can subsequently be selected into a device context and used to draw lines and curves. HPEN CreatePen( int fnPenStyle, // p...
by Antonio Linares
Sun Apr 02, 2006 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: what are possible Pen styles and their numbers for Pen Obj ?
Replies: 1
Views: 670

... ::nId = ::GetNewId() ::lUpdate = .f. ::lDrag = lDesign ::SetColor( nClrText, nClrPane ) if lTransparent #ifndef __XPP__ ::SetBrush( TBrush():New( "NULL" ) ) #else ::SetBrush( TBrush():New():_New( "NULL" ) ) #endif endIf if ! Empty( oWnd:hWnd ) ::Create( "BUTTON" ) oWnd:AddControl( Self ) else oWnd:DefControl( ...
by karinha
Mon Mar 27, 2006 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6987

... the RECT structure that contains the screen coordinates of the upper-left and lower-right corners of the confining rectangle. If this parameter is NULL, the cursor is free to move anywhere on the screen. Return Values If the function succeeds, the return value is nonzero. If the function fails, ...
by Antonio Linares
Sat Mar 25, 2006 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar ratón sobre un diálogo
Replies: 5
Views: 1650

... := Chr(15) // Passing no second param or passing ZERO to GetProfStr() // grabs entire section in .ini file. Each printer is separated by a // null char (Chr(0)) and a CRLF. We just strip them out cText := StrTran( StrTran( StrTran( ; GetProfStr( "Devices", 0 ), Chr(0), cToken ), Chr(13) ), ...
by dbSoft
Tue Mar 21, 2006 10:21 am
 
Forum: FiveWin for CA-Clipper
Topic: seleccionar impresoras
Replies: 3
Views: 1947

... bRClicked, bWhen, nClrShadow ) CLASS TDIAG IF nClrShadow # NIL ::lSomb := .T. ::hPen := CreatePen( 0,1,nClrShadow ) ENDIF DEFINE BRUSH ::oBrush NULL RETURN Super:Activate( bClicked, bMoved, bPainted, lCentered, bValid, lModal, bInit, bRClicked, bWhen ) METHOD Initiate( hWndFocus, hWnd ) CLASS ...
by manuramos
Wed Mar 15, 2006 6:27 pm
 
Forum: Utilities / Utilidades
Topic: Sugerencias GET's
Replies: 6
Views: 4313

... cbfun; cbfun = fun; return oldfun; } HB_FUNC( CALLBACK ) { long result = 0; if (cbfun != 0) { result = cbfun( hb_parc( 1 ) ); } else { MessageBox( NULL, //HWINDOW of the window that owns the message box "CallBack failed under MacrCall.c" , //Text "Warning" ,//Title MB_OK | MB_ICONINFORMATION );//Bit ...
by mauricioajordao
Thu Mar 02, 2006 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How create DLL With XHARBOUR
Replies: 27
Views: 16991

... subarrays and fire a related action. 2. Another way is to place a transparent control on top of the bitmap (i.e. a TBtnBmp or a TPanel) with brush NULL, so when it is clicked, its action its fired or its bLClicked codeblock.
by Antonio Linares
Wed Mar 01, 2006 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2711

... de cosas mas En cuanto al efecto de rectángulo negro, usa el truco de una ventana estilo WS_POPUP que ocupe toda la pantalla y con la brocha NULL. De esta forma puedes pintar lo que quieras "sobre las ventanas" a base de obtener el hDC de la ventana transparente. Un saludo Paco (PDG) :)
by Paco Garcia
Tue Feb 28, 2006 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T.: Cómo capturar objetos individuales
Replies: 7
Views: 1659

... Por Antonio Linares, em 20/02/2006 Para TRANSPARENT em DSAY.PRG if ::lTransparent ::SetBrush( ::oWnd:oBrush ) else ::SetBrush( TBrush():New( "NULL" ) ) endif return nil
by karinha
Tue Feb 21, 2006 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASSE DSAY.PRG CON COMANDO TRANSPARENT
Replies: 5
Views: 1956

Gracias, William Morales, pero el Brush no desaparece... Mismo ke jo use BRUSH NULL, no funciona.

Saludos.
by karinha
Fri Feb 10, 2006 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WINDOW(VENTANA) INVISIBLE, COMO HACER?
Replies: 4
Views: 1254
PreviousNext

Return to advanced search