Search found 971 matches: explorer

Return to advanced search

Splitter and Resize window

... end 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 ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 242

Re: Question about deleting files and the trash

hi,

i´m not sure if there is a simple API Call. i use SHFile() Operation like Explorer

when set Flag FOF_ALLOWUNDO it will move deleted Files into Recycle-bin
have a look at https://forums.fivetechsupport.com/viewtopic.php?t=42417
by Jimmy
Thu Dec 21, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1187

Re: winexec ó ShellExecute

hi,
when DblClick in Explorer on a *.BMP it will open *.BMP with associate App like Paint
Winexec() "just" call "special" EXE while ShellExecute() is use with associate File
by Jimmy
Thu Dec 14, 2023 4:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: winexec ó ShellExecute
Replies: 8
Views: 952

Re: DBF . Commit

... I think CLOSE is enough. But we also need built-in functions that can detect the actual data status. And this status is the cache status. Like the EXPLORER Perhaps it's possible to obtain these for Fivewin. OT: It's such a pity that only a few still use DBF here. Especially with mod harbour, DBF ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

Re: DBF . Commit

... I think we need an extended function for these: To retrieve file size, date, and time information in C++ similarly to how Windows Explorer does, you can use the Windows API. The GetFileAttributesEx function can be used to obtain extended file attributes, including the size, and ...
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

Activate Windows Copilot today!

... on my PC, now wondering how to access it programmatically... Create a direct access on the desktop that you can move to the taskbar: C:\Windows\explorer.exe "microsoft-edge:///?ux=copilot&tcp=1&source=taskbar"
by Antonio Linares
Sat Oct 07, 2023 10:47 am
 
Forum: Off Topic / Otros temas
Topic: Activate Windows Copilot today!
Replies: 2
Views: 332

Re: xHarbour.org updated!

... Senha(cChave) DEFINE WINDOW oChildWnd FROM 0,0 TO 600,800 PIXEL TITLE "PORTO SEGUROS" oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" ) oActivex:Silent := .T. oChildWnd:oClient = oActiveX oActiveX:Do( "Navigate2", cSite ) ACTIVATE WINDOW oChildWnd ...
by karinha
Wed Sep 20, 2023 1:11 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37533

Re: Display thumbnails of pdfs

Mr. hua I know you asked for pdf thumbnails and this is not exactly what you asked. But this application mimics windows explorer showing preview of files, same way as explorer. We will get back you on thumbnails a bit later. This is how Windows Explorer displays previews: https://imagizer.imageshack.com/img924/8236/fkDpwi.gif ...
by EASYSOFT
Wed Aug 09, 2023 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270

Re: EXE Author's name on Windows 11

... Windows 7 https://i.postimg.cc/Wzcv7zvQ/RC-Win7-32bit.png same with Windows 10/11 https://i.postimg.cc/ZKdLw4tJ/RC-Explorer.jpg it have change with Windows 7 and that is a long Time ago ...
by Jimmy
Sun Jul 30, 2023 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1270

Re: Copy Directory

hi, the Windows Explorer Way to "copy" files are ShFileOperation() API HB_FUNC( SHFILE ){   #ifndef _WIN64      HWND hWnd = ( HWND ) hb_parnl( 1 );   #else      HWND hWnd = ( HWND ) hb_parnll( ...
by Jimmy
Thu Jul 06, 2023 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 493

Re: Shell.Explorer.2 problem

Dear Randal,

You may try it using WebView

Please review FWH\samples\webview.prg and webviewuni.prg
by Antonio Linares
Thu Jun 29, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: Shell.Explorer.2 problem

... can implement a way to block that from happening." Does anybody know of a way to do this using oActiveX = TActiveX():New( oWndHP, "Shell.Explorer.2" ) ? Thanks, Randal
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Webview question

All, I'm trying to replace an ActiveX shell.explorer.2 with Webview. With the activex, when the user closed the activex window dialog I could retrieve the document in the oWnd:Valid function. oDoc := oActiveX:document I have looked at the ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2931

Re: Shell.Explorer.2 problem

Thank you for all your help and suggestions. Over the years, Element Payment Systems was bought out by Vantiv which was bought out by Worldpay. I was contacted by developers at Worldpay telling me they are receiving reports from other developers/partners that are having the same problem and are tryi...
by Randal
Tue Jun 27, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719
Next

Return to advanced search