ptrex Posted September 15, 2007 Author Share Posted September 15, 2007 (edited) @randallc Indead Martin is correct ! The script got corrupted while posting into the forum. I will try to fix it. : ------------------------ NO GO, when trying to fix it is messes up all the rest if the post. I seem to have to a lot lately since the last forum updates I can correct previous posts. So the first character should be a "<" regards, ptrex Edited September 15, 2007 by ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
jugador Posted October 29, 2021 Share Posted October 29, 2021 @ptrex Can You show how to write this Xml part <public> <property name="Principle_Amount" internalname="iNum1"/> <property name="Interest" internalname="iNum2"/> <property name="Per_Payments" internalname="iNum3"/> <method name="LoanAmortization"> <PARAMETER name="iValue1"/> <PARAMETER name="iValue2"/> <PARAMETER name="iValue3"/> </method> <method name="Amortization"> </method> </public> reference Vbscript having problem as it contain Class Class Computer Private ComName Public Property Let ComputerType(CName) ComName = CName End Property Public Property Get ComputerType() ComputerType = ComName End Property End Class Link to comment Share on other sites More sharing options...
ptrex Posted October 31, 2021 Author Share Posted October 31, 2021 @judagor, Creating a COM object using WSC is long time end of life unfurtunatly. Not even sure if it will work on a Windows 10 OS ? But if you do decide to prceeed with this ancient technique best start here ... https://perlhelp.web.cern.ch/Windows/WindowsScriptComponents.html And replace the PERL script with VBScript. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now