Search found 68 matches: multimedia

Return to advanced search

future of Rich Text Editor maybe time to start with WEBVIEW

... flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration of real-time collaboration features similar to Google Docs could be ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1703

Re: Definir font richedit5

... flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration of real-time collaboration features similar to Google Docs could be ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 603

Re: De vuelta tras 10 años por enfermedad.[Javier LLoris]

... y documentarlo. La lectura de CD esta hecho con MCI, video y áudio con WMP con dialogo. Es para que veáis en dos formas de poder manejar archivos multimedia. Se cierra automáticamente la ventana de reproducción usando el API y un pequeño truco. https://drive.google.com/file/d/1Shrurxtyou61mXv7EYs5SD6HUp_5s8-E/view?usp=drive_link ...
by jll-fwh
Wed Nov 29, 2023 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De vuelta tras 10 años por enfermedad.[Javier LLoris]
Replies: 18
Views: 2521

Re: Create help system with F1

... your computer. 2. Prepare your content: Gather all the information you want to include in your help file. This may include text, images, and other multimedia elements. Organize your content in a logical manner to make it easy for users to navigate. 3. Create a help project: Launch the Microsoft ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 867

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi, have try other Way using "Shell.Application" and GetDetailsOf() FUNCTION GetMetaData(cPath, cFilename)LOCAL aRet  := {}LOCAL nItem ,iMax := 333LOCAL cRet  := ""LOCAL cRet2 := ""LOCAL objShell := CreateObject("Shell.Application")  ...
by Jimmy
Mon Dec 19, 2022 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi Antonio,
the answer seems fine

it will not compile on my PC ...
Code: Select all  Expand view
set FWDIR=c:\fwh
set fwh=c:\fwh
call c:\fwh\samples\buildh.bat HB_FUNC

Compiling '.\HB_FUNC.PRG'...
c:\harbour\include\hbdefs.h(50) Error F0029 Can't open #include file 'stdarg.h'
by Jimmy
Mon Dec 19, 2022 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

I just asked chatGPT this: modify this code so it returns all the members of the structure: and your code the answer seems fine :-) #include "hbapi.h"#include "hbvm.h"#include "shellapi.h"HB_FUNC( SHELLEXECUTEINFO ){   SHELLEXECUTEINFO sei;  ...
by Antonio Linares
Mon Dec 19, 2022 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi Antonio, i try Can you show me the code of a program written in the Harbour language that show video Property of SHELLEXECUTEINFO which use ShellExecuteExA and return hb_arraySetL ? and got #include "hbapi.h"#include "hbvm.h"#include "shellapi.h"HB_FUNC( SHELLEXE...
by Jimmy
Mon Dec 19, 2022 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

The call to function ShellExecuteExA() is missing, please ask chatGPT again asking to include such call :-) I just did it and this answer seems ok to me :-) // Call the ShellExecuteExA function using the SHELLEXECUTEINFO structureBOOL bResult = ShellExecuteExA( &sei );// Set the result o...
by Antonio Linares
Mon Dec 19, 2022 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi Antonio,

CODE written by ChatGPT look fine
CODE by ChatGPT does compile fine

but Result does not make (much) Sense ...
Image
by Jimmy
Sun Dec 18, 2022 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

Please, could you improve it ? #include "hbapi.h"#include "hbvm.h"#include "hbstack.h"#include "hbapiitm.h"#include "shellapi.h"HB_FUNC( SHELLEXECUTEINFO ){   SHELLEXECUTEINFO sei;   PHB_ITEM pArray;   PHB_ITEM pItem;   sei.cbSize = siz...
by Baxajaun
Sun Dec 18, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi, have ask ChatGPT :wink: Can you show me the code of a program written in the Harbour language that show video Property of SHELLEXECUTEINFO ? Answer from ChatGPT #include "hbapi.h"#include "hbvm.h"#include "hbstack.h"#include "hbapiitm.h"#include "shel...
by Jimmy
Sat Dec 17, 2022 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502

SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi, i can show Property of File like "FILEVERSION" https://i.postimg.cc/QMMy1b0r/File-Property.jpg now when have Multi-Media File i got "more" Information ... https://i.postimg.cc/NGnPTmr3/Multi-Media-Property.jpg but how to "get" these I...
by Jimmy
Sat Dec 17, 2022 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 502
Next

Return to advanced search