Search found 64 matches: vbscript

Return to advanced search

Re: ID of the new process

... of the `Win32_Process` class to get the owner of the process. This information might help you identify the user who created the process. ```vbscript Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") Set colProcesses = objWMIService.ExecQuery("Select * from Win32_Process ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 291

Re: ChromeDriver - WebDriver for Chrome

OK. Thank you :) I thought that something that can be accessed via VBA or VBScript can be used by Harbour too A COM library to use Selenium with Excel in the Visual Basic Editor or within a visual basic script (VBS). That's what they have mentioned. This Selenium ...
by anserkk
Thu Jan 19, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1096

Re: ChromeDriver - WebDriver for Chrome

Was there any progress on this ? There is also a Selenium based browser automation framework for VB.Net, VBA and VBScript https://florentbr.github.io/SeleniumBasic/ I believe that, If SeleniumBasic can be used via VBScript then it should be possible with Fivewin too. This is a ...
by anserkk
Thu Jan 19, 2023 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1096

Re: Searching in the content of documents

... --- page_type: sample languages: - vbscript products: - windows-api-win32 name: WSFromScript sample urlFragment: wsfromscript-sample description: Demonstrates to query Windows Search ...
by Jimmy
Thu Mar 17, 2022 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching in the content of documents
Replies: 6
Views: 465

Trouble with GetObject / CreateObject

All, I am using some code I found on the web to reset a VM on Hyper-V. VBScript: Set sService = GetObject("winmgmts:\\.\root\virtualization") FWH: oWinMgmt := CreateObject("winmgmts:\\.\root\virtualization") oWinMgmt := GetActiveObject("winmgmts:\\.\root\virtualization") ...
by byron.hopp
Fri Aug 20, 2021 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with GetObject / CreateObject
Replies: 1
Views: 357

Re: ModHarbour

... nei server aziendali. Quindi, o usi un tuo server oppure non te ne fai niente. Bisognerà aspettare che diventi (se mai lo sarà) diffuso come php, vbscript, etc. e quindi che si trovi preinstallato su tutti i server web. EMG
by Enrico Maria Giordano
Tue Dec 01, 2020 10:39 am
 
Forum: All products support
Topic: ModHarbour
Replies: 3
Views: 775

Re: More details WIN_OLEAUTO information in debugger

... details, as other environments. It lists some generic methods in the object, but doesn't display some of the subobjects, like folders. So e.g. the VBScript statements Set objOutlook = CreateObject("Outlook.Application")Set objNamespace = objOutlook.GetNamespace("MAPI")Set ...
by FWExplorer
Thu Jul 09, 2020 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1563

More details WIN_OLEAUTO information in debugger

... it, it doesn't display any details about the object. It'll just pop up a message that the Value cannot be edited. I coded an equivalent script in VBScript. When I examine the objects in the VBSEdit debugger, it displays all the Methods & Properties, with details about the internal arrays, ...
by FWExplorer
Thu Jul 09, 2020 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1563

Re: Objeto OLE

... no ser que el tema del .NET este dado guerra. Please, ¿ puedes poner un ejemplo simple en VB que funcione ? Es relativamente muy simple pasarlo a VBScript y probarlo directamente en el sistema a ver si funciona. A partir de ahí , usarlo con Harbour debería ser muy muy simple Saludos
by thefull
Mon May 29, 2017 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2545

Re: How to protect web applications source code?

Hello Enrico,
I will remeber a product called VBScript Obfuscator.
But it was 2004 when I last made a programs in asp.
Best regards,
Otto
by Otto
Sun Nov 13, 2016 11:22 pm
 
Forum: Off Topic / Otros temas
Topic: How to protect web applications source code?
Replies: 8
Views: 1742

Re: How to protect web applications source code?

I used ASP/VBScript so far. In the future, I don't know.

EMG
by Enrico Maria Giordano
Sat Oct 22, 2016 4:48 pm
 
Forum: Off Topic / Otros temas
Topic: How to protect web applications source code?
Replies: 8
Views: 1742

Re: Class to read / write Excel

Here is a vbscript example you can look at. Const adOpenStatic = 3Const adLockOptimistic = 3filename = "Test.xls"Set cn = CreateObject("ADODB.Connection")cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data ...
by Gale FORd
Thu Sep 29, 2016 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class to read / write Excel
Replies: 9
Views: 1528

Re: Ver PDF dentro de la aplicación

... Aqui tienes otro ejemplo parecido al anterior: http://stackoverflow.com/questions/13401749/opening-browser-on-a-variable-page-using-vbscript I found the easiest way is to do this: set WshShell=WScript.CreateObject("WScript.Shell") WshShell.run "chrome.exe" WScript.sleep ...
by Antonio Linares
Wed Jun 08, 2016 8:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ver PDF dentro de la aplicación
Replies: 60
Views: 20159

Re: VBS GetObject("LDAP://RootDSE")

Srs. Gostaria de converter esta função em VbScript para xHarbour, a minha necessidade é validar o usuário pelo Active Directory Function AuthenticateUser(ByVal strUser, ByVal strPW) Const ADS_SECURE_AUTHENTICATION = 1 Const ADS_SERVER_BIND = 512 ...
by joaosolution
Thu Feb 19, 2015 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VBS GetObject("LDAP://RootDSE")
Replies: 7
Views: 1938
Next

Return to advanced search