Search found 541 matches: winapi

Return to advanced search

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

... permitía editar el texto tanto con .F. como con .T.; le he aplicado: oEdit:WinStyle( 2048 /* ES_READONLY */ , .F. ) 2048 lo he encontrado en winapi.ch A ver si se te ocurre algo. Es un control que me muestra un texto que según que condiciones debe permitir editarlo o no. Muchas gracias,
by FiveWiDi
Mon Mar 25, 2024 1:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 1073

Re: New FTDN February 2024 (FWH 24.02)

... ) --> cCollation - TableCharSet( cTable ) --> cCharSet * Nuevo: Nueva función FW_IsUtf8( cText, [@lAscii] ) --> lUtf8 en FWH\SOURCE\WINAPI\msgsapi.c * Nuevo: Nuevas funciones en FWH\SOURCE\FUNCTION\valtostr.prg: - FW_DateToUnix( dDate/tDateTime ) --> nUnixTimeStamp en milisegundos ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... and financial feasibility. I'm not very familiar with this, but I think one would need to reprogram FIVEWIN from the traditional Windows API (WinAPI) to WinUI, which is the latest and most modern user interface library for Windows, to achieve nearly the same results on the desktop. Best regards, ...
by Otto
Fri Feb 09, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 792

Re: Error BASE/1089 Argument error: ABS

... pensé que el error venía por el uso de dll.ch y en realidad era por otra causa. Tienes que modificar la función WinINet() en el fichero FWH\source\winapi\wininet.prg de esta forma: function WinINet()   if hWinINet == nil      hWinINet = LoadLibrary( "WinINet.dll" ...
by Antonio Linares
Wed Jan 31, 2024 5:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Re: Error BASE/1089 Argument error: ABS

... Error BASE/1089 Argument error: ABS Args: [ 1] = P 0x70B90000 Stack Calls =========== Called from: => ABS( 0 ) Called from: .\source\winapi\WININET.PRG => WININET( 23 ) Called from: .\source\classes\INTERNET.PRG => TINTERNET:NEW( 28 ) Called from: nuevo1.prg => (b)MAIN( 7 ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Error BASE/1089 Argument error: ABS

... Error BASE/1089 Argument error: ABS Args: [ 1] = P 0x70B90000 Stack Calls =========== Called from: => ABS( 0 ) Called from: .\source\winapi\WININET.PRG => WININET( 23 ) Called from: .\source\classes\INTERNET.PRG => TINTERNET:NEW( 28 ) Called from: nuevo1.prg => (b)MAIN( 6 ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

... Picture to Outlook Email --- i have read at https://www.catch22.net/tuts/ole/ about OLE Dragdrop and play with samples\imgdrop.prg it use source\winapi\dropfile.c where i found HB_FUNC( REGISTERDRAGDROP ) now i want to register "my App" for Dragdrop "as Source", how :?:
by Jimmy
Wed Dec 13, 2023 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 569

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... fallos en los casos de nombres de usuario con representación unicode. Corregido haciendo las funciones compatibles con unicode en \source\winapi\metafi32.c Información sobre esto en el hilo del foro: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43657&p=263231&sid=6540f96ca6f5657f9312c93e92e06ad8#p263231 ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3889

New FTDN October/Octubre 2023 (FWH 23.10)

... in the metafile path and resulting in failure in cases of Unicode user names. Fixed by making metafile functions unicode compatible in \source\winapi\metafi32.c. See https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43657&p=263231&sid=6540f96ca6f5657f9312c93e92e06ad8#p263231 ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3889

Re: enviar mensajes a whatsapp, ¿posible solucion?

... the C level improvements for CF_HDROP were implemented in FWH2307 only that are necessary for copy multiple files to clipboard. (fwh\source\winapi\clpbrd.c) We will test and include the above function as a sample in FWH2310. At the same time, we will work on a function that will work with ...
by nageswaragunupudi
Sat Oct 28, 2023 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4433

Re: DBF . Commit

... I see the difference in the timestamps of the dbf file (also indexes and memo files, if exist) Just for information to all: COMMIT executes the WinAPI function FlushFileBuffers( handle ) thereby ensuring that all the data in the buffers are physically written to the disk. This is executed for ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2322

Listview Unicode for CLASS TGrid()

hi, i have found in c:\fwh\source\winapi\listview.c what was change for Unicode   LPWSTR pWide = fw_parWide( 3 );//   lvi.pszText  = ( LPTSTR ) hb_parc( 3 );   lvi.pszText  = pWide; Question : is fw_parWide() the same as AnsiToWide() ...
by Jimmy
Wed Aug 30, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 409

Re: xHarbour Commercial and latest FWH

... \xhb\c_lib\win\gdiplus.lib I made sure I was including the most recent dll.ch however, when I linked in dll.c from the \fwh\source\winapi folder it now works. Perhaps there is another version of LoadLIbrary contained in one of the above libs. Thanks, Randal
by Randal
Mon Aug 07, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 357

Re: Search in Richedit5

hi, as i can say Fivewin have HB_FUNC( FINDTEXT ) but not HB_FUNC( REPLACETEXT ) but all Structure are in c:\fwh\source\winapi\findtext.c --- under HMG i have this static TCHAR       cFindWhat[ 1024 ];static TCHAR       cReplaceWith[ 1024 ];static FINDREPLACE FindReplace;static ...
by Jimmy
Sat Aug 05, 2023 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in Richedit5
Replies: 9
Views: 804

Re: hbmk2 problem

... dBegDate ) ) Clearly a #translate is active here. I have looked at: + All source code I have written + All FWH source in classes, functions, and winapi + All FWH\include files + All Harbour\include files + Any project include files I can't find a seek( ) modification anywhere. Do you have any ...
by TimStone
Wed Jul 12, 2023 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 758
Next

Return to advanced search