![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
Does is any way to call DLL code from VBScript code-behind? Thank you. |
#2
|
|||
|
|||
![]()
You'd use CreateObject() to instantiate an object exposed by the DLL, then call that object's publish methods.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Hi, Does is any way to call DLL code from VBScript code-behind? Thank you. |
#3
|
|||
|
|||
![]()
Thank you for your answer. Does this work for not COM dll, as Win32 API
native code? "Sue Mosher [MVP-Outlook]" wrote: You'd use CreateObject() to instantiate an object exposed by the DLL, then call that object's publish methods. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Hi, Does is any way to call DLL code from VBScript code-behind? Thank you. |
#4
|
|||
|
|||
![]()
If I understand your question correctly, no, you cannot call Win32 API methods from VBScript, because VBScript does not support declaring a function from a .dll.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Thank you for your answer. Does this work for not COM dll, as Win32 API native code? "Sue Mosher [MVP-Outlook]" wrote: You'd use CreateObject() to instantiate an object exposed by the DLL, then call that object's publish methods. "Pavel Rosoi" wrote in message ... Hi, Does is any way to call DLL code from VBScript code-behind? Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to remotely call .NET code from Outlook via VBScript | Pavel Rosoi | Outlook - Using Forms | 11 | May 30th 08 02:58 PM |
how can i call a number without the country code | APYDS | Outlook - Using Contacts | 0 | March 28th 07 02:01 AM |
Change public VBA variable from form VBScript code | Cel | Outlook and VBA | 1 | December 20th 06 01:15 PM |
Change public VBA variable from form VBScript code | Cel | Outlook - Using Forms | 1 | December 20th 06 01:14 PM |
VBScript code that uses the Outlook object model to fetch calendar | Safal | Outlook - Calandaring | 1 | November 17th 06 03:12 PM |