Search found 744 matches: null

Return to advanced search

Api-Function

... the function may return values in any order. lpValueName [out] Pointer to a buffer that receives the name of the value, including the terminating null character. lpcValueName [in/out] Pointer to a variable that specifies the size, in TCHARs, of the buffer pointed to by the lpValueName parameter. ...
by ukoenig
Thu Sep 25, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue - Win98
Replies: 3
Views: 884

Nueva versión que modifica el campo sql_recno como NOT NULL, AUTO_INCREMENTAL y UNIQUE. Tambien algunos cambios en sql_deleted NOT NULL. Código más limpio y probado con Harbour y xHarbour:

www.fivetechsoft.com/files/sqlwin.zip
by Antonio Linares
Thu Sep 11, 2008 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SQLWIN - RDD libre para SQL
Replies: 95
Views: 46036

New version that modifies the sql_recno as NOT NULL, AUTO_INCREMENTAL and UNIQUE. Also some changes for sql_deleted NOT NULL. More cleaned code and tested with Harbour and xHarbour:

www.fivetechsoft.com/files/sqlwin.zip
by Antonio Linares
Thu Sep 11, 2008 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLWIN - a free RDD for SQL
Replies: 73
Views: 38523

Fivewin Classes

... will not be used. Same with a self defined group. What can I do ? In GROUP.PRG there's ::SetColor( nClrText, nClrPane ) ::SetBrush( TBrush():New( "NULL" ) ) // Debe ser transparente [byHernan] Remove SetBrush() call and colors will work again. -------------------------------------------------------------------------------- ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94746

C code in FiveWin

... in C makes a simple call to a winapi function ( MessageBox ) and I'd like to execute under xbase. f.e.: Function is called IATest() MessageBox(NULL,"Hello world","Hello",MB_OK); .... I put IATest.obj in a 32 lib file with Microsoft lib32. (MyLib.lib) I Link with aLink test MyLib.lib User32.lib ...
by Antonio Linares
Wed Aug 27, 2008 7:38 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94746

API functions

... The size of this buffer is specified by cbBuffer. The number of bytes of data to be encrypted is specified by pcbData. This parameter can be NULL if all you are doing is determining the number of bytes required for the returned data. pcbData The address of the data length. Before calling ...
by Antonio Linares
Wed Aug 27, 2008 7:32 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94746

32 bit stuff

... V2.PRG to use LFN.DLL instead of MYDll.Dll ... You should be warned that using the LFN file get routine has a side effect. You have to remove the Null - Chr(0) - that is returned at the end of the filename. If you don't and take the Right( alltrim(cFile), 3 ) for the file returned you will only ...
by Antonio Linares
Wed Aug 27, 2008 7:25 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94746

SHELLEXECUTE

... nShowCmd ) Parameters hwnd ------ A handle to the owner window used for displaying a user interface (UI) or error messages. This value can be NULL if the operation is not associated with a window. lpOperation ------------- ------------- A pointer to a null-terminated string, referred to in ...
by ukoenig
Sun Aug 24, 2008 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: close application
Replies: 1
Views: 552

Dutch,

You don't have to keep using the BRUSH NULL.

Thats why I ask you for an example. I don't know for sure how you are doing it.
by Antonio Linares
Sat Aug 23, 2008 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Null Style problem with Windows Vista
Replies: 15
Views: 3361

Null Style Problem

Dear Antonio, Null Style is my big problem for Vista. Because it shows incorrect in many screens as following sample. How can I fix it? DEFINE BRUSH oBrush STYLE NULL DEFINE DIALOG oDlg RESOURCE 'RMASSIGN' ; BRUSH oBrush ; FONT MEMVAR->oFont ...
by dutch
Sat Aug 23, 2008 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Null Style problem with Windows Vista
Replies: 15
Views: 3361

Quique,

Añadido, gracias! :-)

No afectaba porque en realidad ese parámetro solo se usa para asignar un brush NULL.
by Antonio Linares
Thu Aug 21, 2008 7:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿falta en tGroup?
Replies: 1
Views: 373

Dutch,

BRUSH null does not behave the same in Vista as in XP.

You have to do it in a different way
by Antonio Linares
Sat Aug 16, 2008 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Null Style problem with Windows Vista
Replies: 15
Views: 3361

Null Style problem with Windows Vista

... DEFINE BITMAP oBmp1 FILE 'BMP\LOGIN1.BMP' OF oDlg DEFINE BITMAP oBmp2 FILE 'BMP\LOGIN2.BMP' OF oDlg DEFINE BRUSH oBrush STYLE NULL // FILENAME 'HOME.BMP' DEFINE DIALOG oDlg; BRUSH oBrush ; STYLE WS_POPUP ; // nOr( DS_MODALFRAME, WS_POPUP, WS_DLGFRAME, WS_SYSMENU, 4 ...
by dutch
Sun Aug 10, 2008 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Null Style problem with Windows Vista
Replies: 15
Views: 3361

Como chamar esta DLL ??

... do servidor, que é para onde a DLL irá mandar as mensagens para troca de dados. Se não quiser receber as mensagens deve seu valor deve ser NULL. conecmsg: Valor da mensagem que a DLL enviará quando um terminal conectar/desconectar. commumsg: Valor da mensagem que a DLL enviará quando terminal ...
by MGA
Tue Jul 22, 2008 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como chamar esta DLL ??
Replies: 10
Views: 4130

... = sizeof( DEVMODE ); devmode.dmDisplayOrientation = hb_parnl( 1 ) ); devmode.dmFields = DM_DISPLAYORIENTATION; ChangeDisplaySettingsEx( NULL, &devmode, NULL, 0, NULL ); } #pragma ENDDUMP However I get this from BUILDCE Compiling... Harbour Compiler Alpha build 46.2 (Flex) Copyright ...
by ChrisMillard
Thu Jul 10, 2008 12:23 pm
 
Forum: FiveWin for Pocket PC
Topic: Landscape() not working on my WinCE 5.0 Device
Replies: 5
Views: 1459
PreviousNext

Return to advanced search