... web technologies. Here is a brief insight into the user interface.
TreeView for Navigation
Documents are organized hierarchically, similar to an explorer view.
New nodes (e.g., chapters or subchapters) can be easily added.
TinyMCE as an Editor
Content can be edited in rich-text format, allowing for ...
Search found 985 matches: explorer
Searched query: explorer
- Tue Feb 04, 2025 8:38 am
- Forum: mod_harbour
- Topic: tool for documentation
- Replies: 0
- Views: 389
- Thu Jan 16, 2025 4:38 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HBMK2 - Barra de estado y barra principal mas pequenas
- Replies: 13
- Views: 12829
Re: HBMK2 - Barra de estado y barra principal mas pequenas
... bitmaps\16x16\calc.bmp"
MENUITEM "&Internet..." ;
ACTION WinExec( "start iexplore www.fivetech.com", 0 ) ;
FILENAME "..\bitmaps\16x16\explorer.bmp"
ENDMENU
ENDMENU
RETURN oMenu
// --Fecha o Programa Definitivamente e Libera a Memoria RAM.
FUNCTION LIBERA_TUDO()
IF File( "TUTOR04.LOG ...
MENUITEM "&Internet..." ;
ACTION WinExec( "start iexplore www.fivetech.com", 0 ) ;
FILENAME "..\bitmaps\16x16\explorer.bmp"
ENDMENU
ENDMENU
RETURN oMenu
// --Fecha o Programa Definitivamente e Libera a Memoria RAM.
FUNCTION LIBERA_TUDO()
IF File( "TUTOR04.LOG ...
- Thu Jan 16, 2025 12:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HBMK2 - Barra de estado y barra principal mas pequenas
- Replies: 13
- Views: 12829
HBMK2 - Barra de estado y barra principal mas pequenas
... bitmaps\16x16\calc.bmp"
MENUITEM "&Internet..." ;
ACTION WinExec( "start iexplore www.fivetech.com", 0 ) ;
FILENAME "..\bitmaps\16x16\explorer.bmp"
ENDMENU
ENDMENU
return oMenu
//----------------------------------------------------------------------------//
STATIC FUNCTION BmpTiled ...
MENUITEM "&Internet..." ;
ACTION WinExec( "start iexplore www.fivetech.com", 0 ) ;
FILENAME "..\bitmaps\16x16\explorer.bmp"
ENDMENU
ENDMENU
return oMenu
//----------------------------------------------------------------------------//
STATIC FUNCTION BmpTiled ...
- Mon Nov 11, 2024 1:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open a network folder
- Replies: 10
- Views: 1871
Re: Open a network folder
Good morning. See if it helps. use google translate, pls.
Buen día. Vea si ayuda. Utilice el traductor de Google, por favor.
https://fivewin.com.br/index.php?/topic ... -na-pasta/
Regards, saludos.
Buen día. Vea si ayuda. Utilice el traductor de Google, por favor.
https://fivewin.com.br/index.php?/topic ... -na-pasta/
Regards, saludos.
- Mon Nov 11, 2024 10:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open a network folder
- Replies: 10
- Views: 1871
Open a network folder
I need to navigate to the folder by IP address. To do this, I enter \\IP\myfolder into the address bar of the explorer and press Enter.
Next, the standard "Safety Windows" window opens, offering to enter Login and Password.
I tried to do this via ShellExecute(, 'Open', 'Explorer.exe ', '\\'+IP ...
Next, the standard "Safety Windows" window opens, offering to enter Login and Password.
I tried to do this via ShellExecute(, 'Open', 'Explorer.exe ', '\\'+IP ...
- Sat Nov 02, 2024 4:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Copy file by mask
- Replies: 24
- Views: 2850
Re: Copy file by mask
... ago I already solved this problem. The general solution was to change the encoding from UTF8 to ANSI.
However, Windows somehow solves this problem. If you change the title in Explorer, everything works fine.
The header of the attached file contains 2 characters with UTF encoding C
xHarbour, 2402
However, Windows somehow solves this problem. If you change the title in Explorer, everything works fine.
The header of the attached file contains 2 characters with UTF encoding C
xHarbour, 2402
- Thu Oct 10, 2024 6:58 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: ¿Qué es WEBWIEW?
- Replies: 8
- Views: 1163
Re: ¿Qué es WEBWIEW?
Google desarrolló el motor Chromium y lo hizo libre.
Microsoft claudicó ante la superioridad de Chromium y descartó su "Internet Explorer" y construyó su navegador Edge basándose en Chromium.
La genialidad de Microsoft fue construir una serie de objetos OLE para usar Chromium y a esos objetos se les ...
Microsoft claudicó ante la superioridad de Chromium y descartó su "Internet Explorer" y construyó su navegador Edge basándose en Chromium.
La genialidad de Microsoft fue construir una serie de objetos OLE para usar Chromium y a esos objetos se les ...
- Fri Oct 04, 2024 12:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GPF with FW August 2024
- Replies: 32
- Views: 4227
Re: GPF with FW August 2024
... DEFINE DIALOG oDlg TITLE 'Fattura XML ' + cFile SIZE 830, 600 RESIZABLE
@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg
oActiveX:nDlgCode = DLGC_WANTALLKEYS
oDlg:oClient = oActiveX
oDlg:bStart := < ||
oDlg:Resize()
oActiveX:Navigate( cURL ...
@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg
oActiveX:nDlgCode = DLGC_WANTALLKEYS
oDlg:oClient = oActiveX
oDlg:bStart := < ||
oDlg:Resize()
oActiveX:Navigate( cURL ...
- Fri Oct 04, 2024 6:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GPF with FW August 2024
- Replies: 32
- Views: 4227
Re: GPF with FW August 2024
... DEFINE DIALOG oDlg TITLE 'Fattura XML ' + cFile SIZE 830, 600 RESIZABLE
@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg
oActiveX:nDlgCode = DLGC_WANTALLKEYS
oDlg:oClient = oActiveX
oDlg:bStart := <||
oDlg:Resize()
oActiveX:Navigate( cURL )
oActiveX ...
@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg
oActiveX:nDlgCode = DLGC_WANTALLKEYS
oDlg:oClient = oActiveX
oDlg:bStart := <||
oDlg:Resize()
oActiveX:Navigate( cURL )
oActiveX ...
- Thu Oct 03, 2024 1:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GPF with FW August 2024
- Replies: 32
- Views: 4227
GPF with FW August 2024
... DEFINE DIALOG oDlg TITLE 'Fattura XML ' + cFile SIZE 830, 600 RESIZABLE
@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg
oActiveX:nDlgCode = DLGC_WANTALLKEYS
oDlg:oClient = oActiveX
oDlg:bStart := <||
oDlg:Resize()
oActiveX:Navigate( cURL ...
@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg
oActiveX:nDlgCode = DLGC_WANTALLKEYS
oDlg:oClient = oActiveX
oDlg:bStart := <||
oDlg:Resize()
oActiveX:Navigate( cURL ...
- Thu Sep 26, 2024 5:43 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: [Resuelto] Incidencia con FWH 24.07 y controles ActiveX
- Replies: 5
- Views: 842
[Resuelto] Incidencia con FWH 24.07 y controles ActiveX
... con el manejo de controles ActiveX y Fivewin 24.07
Uso muchos y muy variados en mis aplicaciones, pero he simplificado un ejemplo con el Shell.Explorer.
Este ejemplo muestra el diálogo y al cerrar el diálogo genera un error sin llegar a mostrar el msginfo
test.prg
#include 'fivewin.ch'
Function ...
Uso muchos y muy variados en mis aplicaciones, pero he simplificado un ejemplo con el Shell.Explorer.
Este ejemplo muestra el diálogo y al cerrar el diálogo genera un error sin llegar a mostrar el msginfo
test.prg
#include 'fivewin.ch'
Function ...
- Mon Sep 23, 2024 11:14 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Webview 2 + Html + ChatGPT !
- Replies: 60
- Views: 11602
Re: Webview 2 + Html
... El usuario responde, por ejemplo, contabilidad
2. la IA lista en un json las categorias que tiene que tener la aplicación y rellena el explorer bar
3. Al seleccionar una de esas opciones, se le pregunta a la IA que categorias debe tener esa opción
4. Finalmente al seleccionar la opción ...
2. la IA lista en un json las categorias que tiene que tener la aplicación y rellena el explorer bar
3. Al seleccionar una de esas opciones, se le pregunta a la IA que categorias debe tener esa opción
4. Finalmente al seleccionar la opción ...
- Thu Sep 19, 2024 10:52 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Firma electrónica con certificados (Webinar)
- Replies: 9
- Views: 2965
Firma electrónica con certificados (Webinar)
... históricas (en la actualidad son lo mismo)
.pfx: es la copia de seguridad con clave privada de un certificado (exportado desde Internet Explorer)
.p12: es la copia de seguridad con clave privada de un certificado (exportado desde Firefox)
Sistemas criptográficos de clave pública ...
.pfx: es la copia de seguridad con clave privada de un certificado (exportado desde Internet Explorer)
.p12: es la copia de seguridad con clave privada de un certificado (exportado desde Firefox)
Sistemas criptográficos de clave pública ...
- Fri May 24, 2024 3:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: shellexecute open a folder and search files
- Replies: 10
- Views: 1795
Re: shellexecute open a folder and search files
Thank you too but my goal is to have an opened explorer folder
![Cool 8)](./images/smilies/icon_cool.gif)
![Cool 8)](./images/smilies/icon_cool.gif)
- Thu Mar 21, 2024 11:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Splitter and Resize window
- Replies: 0
- Views: 688
Splitter and Resize window
... user resizes the oWnd window, the splitter should move to the left
when the window is widened the splitter must go to the right and the second explorer must have the dimensions
as I have drawn them in the figure below
https://i.postimg.cc/k5YdbLdf/kkkkkkkkkk.png
the test
#include ...
when the window is widened the splitter must go to the right and the second explorer must have the dimensions
as I have drawn them in the figure below
https://i.postimg.cc/k5YdbLdf/kkkkkkkkkk.png
the test
#include ...