doudou Posted October 28, 2007 Share Posted October 28, 2007 (edited) It's been frequently asked here, but no complete solution provided. Well, now it's here!With DDEML UDF one can use an AutoIt script as a DDE client or server.Version 1.5.4DDEML: invalid struct declaration in _DdeGetData() fixedDDEML: presence of callback functions checked more thoroughlyVersion 1.5.3DDEML: missing _DdeGetData() and _DdeGetDataAsStruct() addedDDEML Samples: working XTYP_POKE example addedVersion 1.5.2DDEML: references to @ProcessorArch updated to @OSArchDDEML Samples: Opt("OnAutoItExit") replaced with OnAutoItExitRegister()Version 1.5.1DDEML: _DDEML_CreateDataStruct returning wrong size for UNICODE strings fixedDDEML: _DdeCallback not passing item handle to server in XTYP_ADVREQ and XTYP_REQUEST fixedDDEML Samples: working XTYP_REQUEST example addedVersion 1.5 (first AutoIt 3.3 compatible release)DDEML: references to @Unicode/@AutoItUnicode replaced with global $_DDEML_UNICODEDDEML: ClipboardConstants.au3 dumped in favor of Clipboard.au3 (shipped with AutoIt)DDEML Samples: obsolete includes replacedVersion 1.4DDEML: ALL global constants are now in DDEMLConstants.au3, other global declarations are checked allowing usage from within OnAutoItStart()DDEMLClient: undeclared local struct fixedVersion 1.3DDEML: Support for built-in DllCallback facilities (AutoIt v 3.2.10) addedDDEML: HANDLE type made configurable (64 bit compatibility)DDEML: Constants moved to separate include DDEMLConstants.au3DDEML: _DdeIsInitialized() addedVersion 1.2 (AutoIt v 3.1 compatible, disontinued)DDEML: UNICODE support improvedVersion 1.1DDEML: Wokraround for server not supporting UNICODE appliedDDEML Samples: StatelessDDEGetURL.au3 replaced by StatelessDDEBrowserControl.au3 (2-way communication)Download current version (1.5.4)au3_ddeml_v1.2.zip Edited August 5, 2010 by doudou argumentum 1 UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
doudou Posted October 28, 2007 Author Share Posted October 28, 2007 (edited) NOTE: DDEML ver. 1.2 and older requires DllCallBack Edited December 27, 2007 by doudou UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
ptrex Posted October 28, 2007 Share Posted October 28, 2007 (edited) @doudou Seems powerfull but any script I ran gave a lot of errors. expandcollapse popup>"C:\Program Files\AutoIt3\SciTe\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "C:\_\Apps\AutoIT3\CallBack\DDE\StatelessDDEURLOpen.au3" /autoit3dir "C:\Program Files\AutoIt3\beta" /UserParams +> Starting AutoIt3Wrapper v.1.7.5 >Running AU3Check (1.54.9.0) params: from:C:\Program Files\AutoIt3\beta C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(672,68) : ERROR: syntax error Func _DdeCreateDataHandle($data, $afCmd = 0, $hszItem = 0, $wFmt = $CF_TEXT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(674,55) : WARNING: $wFmt: possibly used before declaration. $cb = _DDEML_CreateDataStruct($data, $pData, $wFmt) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(734,61) : ERROR: syntax error Func _DDEML_CreateDataStruct($data, ByRef $pStruct, $wFmt = $CF_TEXT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(734,70) : ERROR: _DDEML_CreateDataStruct() called by a previous line with 3 arg(s). Min = 0. First previous line calling this Func is 674. Func _DDEML_CreateDataStruct($data, ByRef $pStruct, $wFmt = $CF_TEXT) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(174,64) : ERROR: _DDEML_CreateDataStruct() called with wrong number of args. $cb = _DDEML_CreateDataStruct($data, $struct, $wFmt) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(734,70) : REF: definition of _DDEML_CreateDataStruct(). Func _DDEML_CreateDataStruct($data, ByRef $pStruct, $wFmt = $CF_TEXT) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(260,55) : ERROR: _DDEML_CreateDataStruct() called with wrong number of args. If _DDEML_CreateDataStruct($szCommand, $stData) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(734,70) : REF: definition of _DDEML_CreateDataStruct(). Func _DDEML_CreateDataStruct($data, ByRef $pStruct, $wFmt = $CF_TEXT) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(261,56) : ERROR: _DdeCreateDataHandle() called with wrong number of args. Local $hData = _DdeCreateDataHandle($stData) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(672,77) : REF: definition of _DdeCreateDataHandle(). Func _DdeCreateDataHandle($data, $afCmd = 0, $hszItem = 0, $wFmt = $CF_TEXT) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(274,70) : ERROR: syntax error Func _DDEMLClient_Poke($szService, $szTopic, $szItem, $data, $wFmt = $CF_TEXT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(290,50) : WARNING: $stData: possibly used before declaration. If _DDEML_CreateDataStruct($data, $stData) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(290,50) : ERROR: _DDEML_CreateDataStruct() called with wrong number of args. If _DDEML_CreateDataStruct($data, $stData) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(734,70) : REF: definition of _DDEML_CreateDataStruct(). Func _DDEML_CreateDataStruct($data, ByRef $pStruct, $wFmt = $CF_TEXT) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEMLClient.au3(291,56) : ERROR: _DdeCreateDataHandle() called with wrong number of args. Local $hData = _DdeCreateDataHandle($stData) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\DDEML.au3(672,77) : REF: definition of _DdeCreateDataHandle(). Func _DdeCreateDataHandle($data, $afCmd = 0, $hszItem = 0, $wFmt = $CF_TEXT) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\_\Apps\AutoIT3\CallBack\DDE\StatelessDDEURLOpen.au3 - 9 error(s), 2 warning(s) !>AU3Check ended.rc:2 >Exit code: 0 Time: 2.288 So I can't judge it yet. regards ptrex Edited October 28, 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...
Will66 Posted October 28, 2007 Share Posted October 28, 2007 ditto what pretex said. imho, i'd prefer example scripts were written: #include "DDEML.au3" #include "DDEMLServer.au3" rather than: #include <DDEML.au3> #include <DDEMLServer.au3> bit early yet to be dumping untested files into the includes directory. Link to comment Share on other sites More sharing options...
doudou Posted October 28, 2007 Author Share Posted October 28, 2007 Thanks for feedback, folks. Au3Check seems to have problems with named constants as values for optional parameters in functions while AutoIt interpreter does not. Teach me right if I err: if you insert some console out at the lines Au3Check complains about you'd see that $wFmt and other variables always contain the right default values. Does any of the samples fail running (no syntax check)? As for #include <>: you are free to put the includes wherever you wish, those <> make no difference as long AutoIt finds the scripts (s. online help). UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
doudou Posted October 28, 2007 Author Share Posted October 28, 2007 I double checked those 'error reports' and it's quite sure a bug of Au3Check. See this example UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
MrCreatoR Posted October 29, 2007 Share Posted October 29, 2007 Nice!How can i use this to get info from browsers? (from IE as example) Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team Link to comment Share on other sites More sharing options...
doudou Posted October 29, 2007 Author Share Posted October 29, 2007 Nice!Thanks. How can i use this to get info from browsers? (from IE as example)Well, generally you can get (string) data from a DDE server by calling _DDEMLClient_RequestString() (DDEMLClient.au3). You will need proper 'Service', 'Topic' and 'Item' though, so I would refer you to IE documentation (as far as MS gives one out).For other data type (binaries) there's some more work to do as _DDEMLClient_Request() is planned for the next release of DDEML.au3. UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
MrCreatoR Posted October 29, 2007 Share Posted October 29, 2007 You will need proper 'Service', 'Topic' and 'Item' though, so I would refer you to IE documentationI need to get Url from different browsers, for now i need at least from firefox, where you seguest to read about it? or you not familiar with the firefox?Thanks. Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team Link to comment Share on other sites More sharing options...
doudou Posted October 29, 2007 Author Share Posted October 29, 2007 I need to get Url from different browsers, for now i need at least from firefox, where you seguest to read about it? or you not familiar with the firefox?What I did is google "dde firefox".And I found:Service: "firefox"Topic: "WWW_GetWindowInfo"Item: "0xFFFFFFFF"But I didn't test it yet, so if you would share your expirience afer you've tried? UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
doudou Posted October 29, 2007 Author Share Posted October 29, 2007 I need to get Url from different browsers, for now i need at least from firefox, where you seguest to read about it? or you not familiar with the firefox?I found out how to make it work with all browsers!However some changes had to be done on DDEML.au3 - new release is shipping tonight. UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
doudou Posted October 29, 2007 Author Share Posted October 29, 2007 Version 1.1 released (s. 1st post) UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
MrCreatoR Posted October 29, 2007 Share Posted October 29, 2007 I found out how to make it work with all browsers!Excelent!Version 1.1 releasedThanks! Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team Link to comment Share on other sites More sharing options...
Jazkal Posted November 1, 2007 Share Posted November 1, 2007 Can this be used across the network, or are you limited to use on the same machine? Example: Client running on Workstation1, and Server running on Workstation2? Link to comment Share on other sites More sharing options...
doudou Posted November 2, 2007 Author Share Posted November 2, 2007 Can this be used across the network, or are you limited to use on the same machine?Since we use standard DDE it should be as well usable across network. The keyword here is NetDDE - if it is properly configured there's no difference to local connections from client's or server's point of view. UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
Danp2 Posted December 26, 2007 Share Posted December 26, 2007 How difficult would it be to update this to use the built-in callback functions? Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
doudou Posted December 27, 2007 Author Share Posted December 27, 2007 How difficult would it be to update this to use the built-in callback functions?Done already. See version 1.3. UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE Link to comment Share on other sites More sharing options...
Danp2 Posted December 27, 2007 Share Posted December 27, 2007 Done already. See version 1.3.Excellent! Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Danp2 Posted December 28, 2007 Share Posted December 28, 2007 Done already. See version 1.3.Today I rewrote an application using these routines. I replaced the prior EXE (written using Clarion) with the compiled script, and everything is working with one exception: Windows launches the application upon the initial DDE request to the server. However, the DDE request isn't being performed. Subsequent DDE requests are properly executed. I've tried adjusting the registry settings and adding an IfExec subkey to no avail. Any ideas? Dan Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
doudou Posted December 28, 2007 Author Share Posted December 28, 2007 Windows launches the application upon the initial DDE request to the server. However, the DDE request isn't being performed. Subsequent DDE requests are properly executed. I've tried adjusting the registry settings and adding an IfExec subkey to no avail. Any ideas? Yep. I encountered this problem with my AutoIt-App too when it is supposed to be started by Windows shell. The catch is: ShellExecute doesn't wait for the application's message loop to run but tries to connect to DDE server as soon as the PID of the app becomes valid. The only way I was able to work around this in AutoIt is via a proxy-EXE which could look like: #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_OutFile=URLOpen.exe #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #NoTrayIcon Opt("TrayIconHide", 1) Opt("TrayMenuMode", 1) Opt("RunErrorsFatal", 0) Func OnAutoItStart() If ProcessExists("URLHandler.exe") Then Exit Local $s = "" For $i = 1 To $CmdLine[0] $s &= ' "' & $CmdLine[$i] & '"' Next Local $r = RunWait('URLHandler.exe' & $s, @WorkingDir) If @error Then $r = RunWait('"' & @ScriptDir & '\URLHandler.exe"' & $s, @ScriptDir) Exit $r EndFunc ;==>OnAutoItStart Thus my actual DDE server resides in URLHandler.exe but the registry key 'shell\open\command' points to URLOpen.exe. Adminstering some tricks with start-up parameters and window titles/classes it could be even done with a single EXE, I don't think however it is worth the hassle. UDFS & Apps: Spoiler DDEML.au3 - DDE Client + ServerLocalization.au3 - localize your scriptsTLI.au3 - type information on COM objects (TLBINF emulation)TLBAutoEnum.au3 - auto-import of COM constants (enums)AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector - OleView was yesterday Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE 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