MSLx Fanboy Posted November 28, 2005 Author Posted November 28, 2005 The script is designed with COM support, meaning a BETA version is needed. The 3.1.1++ beta is available in the v3 Developers forum Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
gamerman2360 Posted November 30, 2005 Posted November 30, 2005 Where does everyone get these object names? "WMPlayer.OCX.7"?
eltorro Posted December 16, 2005 Posted December 16, 2005 The object inspector that comes with some M$ development tools (c#,VB#). Also "google" is your friend Regards, [indent]ElTorro[/indent][font="Book"] Decide, Commit, Achieve[/font]_ConfigIO.au3Language Translation --uses Google(tm) MsgBox Move XML wrapper UDF XML2TreeView Zip functionality Split your GUI Save Print ScreenZipPluginEdit In Place listviewSome of my scripts on Google code
kjactive Posted December 16, 2005 Posted December 16, 2005 (edited) these names is actually components ID, also called the activex system that is a way to embed all kind of stuff as the MS medieplayer ID 'WMPlayer.OCX.7' to stubs of code like the colorpicker requester - the net is flowering with things like that all with different IDs and if you has MSOffice installed on the computer you got lots of forms 'components' as MSOffice is almost compleatly build up around this activex system with the Rich component as the main drive ( MSWord text format )...There is a special tool free from Microsoft to examine these things called - the pad...The Microsoft ActiveX Control Pad is a free, downloadable product. Microsoft has established an online newsgroup for this product, for peer-to-peer support only. This newsgroup can be used to exchange information with others who are using the ActiveX Control Pad. This tool will provide you with all you need to do wild things but beaware of the danger that these components can be backdoor horses or even verse and is always in some manner involved with virus attacs...Download the pad from site:http://www.download.com/3001-2406_4-861343.htmlHope this would helpkjactive Edited December 16, 2005 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
powaking Posted May 18, 2006 Posted May 18, 2006 Pretty slick. Lets take it one step further. Make an option to capture the stream. Might want to include a buffer too so this way you can capture the entire clip and now miss the first few seconds.
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