Search found 972 matches: explorer

Return to advanced search

Re: Shell.Explorer.2 problem

https://certtransaction.elementexpress.com/express.asmx?op=CreditCardAVSOnly <Response xmlns="https://transaction.elementexpress.com"><Response><ExpressResponseCode>103</ExpressResponseCode><ExpressResponseMessage>Invalid Request</ExpressRe...
by karinha
Tue Jun 27, 2023 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

... inoperative or out of order. Do you have their contact information to find out what happened? Email, phone? It does not open, neither in Internet Explorer nor in Google. Maybe with the WebView... Regards, saludos.
by karinha
Tue Jun 27, 2023 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

Hello, What exactly needs to be installed for WebView2? As far as I know, since Windows 10 version 2004 (May 2020 Update), WebView2 is part of the operating system and is included by default. In such cases, you don't need to install WebView2 separately as it is already present. What needs to be inst...
by Otto
Tue Jun 27, 2023 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

Most likely, the site that you use has stopped running under IE. Try opening it in other browsers. If it opens normally, then install the WebView and work through it.
by Natter
Tue Jun 27, 2023 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

oActiveX:Silent := .T. Thank you for your reply. Adding this line of code causes the error message to not be displayed however, the activex window is blank. Upon further investigation I believe the problem may be because the vendor recently added a Captcha that the user needs to respond to befo...
by Randal
Mon Jun 26, 2023 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

... FROM 0, 0 TO 600, 800 PIXEL TITLE cTitle DEFINE WINDOW oChildWnd FROM -1, -1 TO -1, -1 PIXEL oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" ) oActivex:Silent := .T. oChildWnd:oClient = oActiveX // oActiveX:Do( "Navigate2", "http://www.fivetechsoft.com" ...
by karinha
Mon Jun 26, 2023 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

... cTitle   DEFINE WINDOW oChildWnd FROM -1, -1 TO -1, -1 PIXEL   oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" )   oActivex&#058;Silent := .T.   oChildWnd:oClient = oActiveX   // oActiveX&#058;Do( "Navigate2", ...
by karinha
Mon Jun 26, 2023 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Re: Shell.Explorer.2 problem

Try

oActivex:Silent := .T.

Code: Select all  Expand view

   oActivex  : Silent := .T.
 


Rgards, saludos
by karinha
Mon Jun 26, 2023 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

Shell.Explorer.2 problem

... this has something to do with Microsoft updating Edge and ending support for ActiveX. I tried changing the settings in Edge to allow for Internet Explorer Mode with no luck. Has anyone else seen this problem? What can I use besides ActiveX to get around this issue? Here is my code. FUNCTION HPCall( ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 811

ZIP / UNZIP under Fivewin

... Zip / UnZip implement in CLASS TWindow :?: if Argument is that Window have Zip / Unzip since XP than Method should use "same" Way as Explorer and not "external" this i use under harbour / HMG FUNCTION Unzip( cZipFile, cDestFolder )LOCAL oShell, oZIP, oNameDest   oShell ...
by Jimmy
Tue Mar 21, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 448

how to "activate" Spacebar ?

hi, to "mark" Element in Explorer, when have Checkbox Style, i have to use Spacebar Question : how to "activate" Spacebar by CODE :?:   SENDKEY( CHR(32) ) or   Keybd_Event ( CHR(32), .F. )  ...
by Jimmy
Sun Jan 15, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "activate" Spacebar ?
Replies: 1
Views: 155

how to get CTRL + LBUTTONDOWN Event ?

hi, to "mark" multiple Item in Windows Explorer you need "Control + left Mouse Button down" how to get that Event :?: --- i need it for my CLASS TGrid where i get "Keyboard" Input in Method Notify   CASE nCode == LVN_KEYDOWN  ...
by Jimmy
Wed Jan 11, 2023 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get CTRL + LBUTTONDOWN Event ?
Replies: 2
Views: 246

SkinButtons() crash with my HB_FUNC()

... with my HB_FUNC(SHOWFILEPROPERTIES)   SHOWFILEPROPERTIES( hWnd, cPath, cFile ) it show Dialog like when right-click on Icon of Desktop or Explorer HB_FUNC( SHOWFILEPROPERTIES ){   #ifndef _WIN64      HWND hWnd = ( HWND ) hb_parnl( 1 );   #else      HWND hWnd ...
by Jimmy
Fri Jan 06, 2023 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButtons() crash with my HB_FUNC()
Replies: 2
Views: 371

Re: FOR/NEXT into FOR EACH

hi Antonio, Where do you get the 333 from ? i have found "somewhere" that Explorer can show uo to 329 Property of File ,,, so i use 333 --- i have ask ChatGPT for CODE (using Keywords) and got * Create an instance of the Shell.Application objectoSA = CREATEOBJECT( ...
by Jimmy
Tue Jan 03, 2023 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR/NEXT into FOR EACH
Replies: 2
Views: 377
PreviousNext

Return to advanced search