Search found 744 matches: null

Return to advanced search

... todos los includes de bcc55\include y copiarlos en c:\harbour\include ?. luego unos cuantos errores más. E2451 hello.c 16: Undefined Symbol 'NULL' E2141 " Declaracion Syntax Error E2190 " Unexpected } E2040 " Declaration terminated incorrectly ETC.... 2109 " 18 Not an allowed type in function ...
by Jose Luis
Wed Nov 09, 2005 11:18 am
 
Forum: FiveWin para CA-Clipper
Topic: Rene: Como me cambio a (x)Harbour.
Replies: 12
Views: 5758

Controlling the SIP (Soft Input Panel)

... ) AS BOOL LIB "COREDLL.DLL" I call the function with this simple line... SIPShowIM( SIPF_ON ) However, I only get a NULL value in return and nothing happens to the SIP. Has anyone successfully found a way to manage the SIP? Also, this might be a nice optional METHOD ...
by Bill Simmeth
Wed Nov 02, 2005 4:16 pm
 
Forum: FiveWin for Pocket PC
Topic: Controlling the SIP (Soft Input Panel)
Replies: 3
Views: 1528

Esperando conexión...

... una conexión, como puedo hacer esto? le envio el fragmento del que hablo. Gracias por adelantado. [color=blue] while (ConnectNamedPipe( npipe, NULL ) ){ char buf[ 1024 ]; char conf[ ] = " Confirmación... "; DWORD bread; while ( ReadFile( npipe, ( void* ) buf, 1023, &bread, NULL ) ) { buf[ ...
by goosfancito
Sat Oct 29, 2005 3:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Esperando conexión...
Replies: 0
Views: 811

... only writes half the string plus some spurious data. I believe the length of the string after conversion to unicode and including the terminating null is required (I've been reading MS help) :? . My simple tests just write a string then read it back for display and it shows up on the emulator ...
by Jon Munro
Wed Oct 26, 2005 7:11 am
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8343

Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)

... COMMST ) ) ); COMMTIMEOUTS ct; wsprintf( port, "\\%s", lpszDevControl ); Com->hComm = CreateFile( port, GENERIC_WRITE | GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL ); SetupComm( Com->hComm, cbInQueue, cbOutQueue ); ct.ReadIntervalTimeout = MAXDWORD; ct.ReadTotalTimeoutMultiplier ...
by Gilson Lopes
Fri Oct 21, 2005 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)
Replies: 0
Views: 2025

Enrico,

have you tried to assign it a "NULL" brush ?
by Antonio Linares
Wed Oct 19, 2005 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TIcon
Replies: 7
Views: 2592

Re: CheckBox transparente

Hernán, Probar con Brushes NULL fué una de las primeras cosas que hice, tambien probé de ponerle el brush del diálogo, aunque seguro lo pintaba mal pq el brush del dialogo es un bmp con degradé y no coincidiría. El fondo, indefectiblemente, ...
by Carlos Mora
Mon Oct 10, 2005 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckBox transparente
Replies: 6
Views: 2589

Re: CheckBox transparente

Como bien dice Hernan, eso es lo primero a probar:

Hernan Diego Ceccarelli wrote: Si le asignas un BRUSH tipo NULL al control, no se pone transparente ???
Algo asi: oCheckBox:SetBrush( Trush():New("NULL") )

Eso lo has probado ?


Le faltó una "B": TBrush():New( "NULL" ) :)
by Antonio Linares
Sun Oct 09, 2005 4:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckBox transparente
Replies: 6
Views: 2589

Re: CheckBox transparente

... Carlos Mora, en su momento tenía este problema, me podrias indicar como lo resolviste ?. Gracias. Antonio F. Ortega Si le asignas un BRUSH tipo NULL al control, no se pone transparente ??? Algo asi: oCheckBox:SetBrush( Trush():New("NULL") ) Eso lo has probado ? Hernan
by Hernan Diego Ceccarelli
Sat Oct 08, 2005 7:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckBox transparente
Replies: 6
Views: 2589
Previous

Return to advanced search