|
-
March 16th, 2006, 03:18 PM
#1
What exactly is App?
I have a friend who is trying to access a VB com server through an exposed sub.
He has not used VB before, and is trying to launch & login to the app using a scripting language called Python (which is waaaaaaaaayyyyy cool).
the sub prototype in VB that he is calling looks like this
foo("LoginID" as string, "Password" as string, VBTrue as integer, APP as object)
He was given this API from his customer who wrote the VB code, and he's wondering what to pass for App, from the Python side.
Is App just a pointer to the application itself ?
Any suggestions ?
I think the interface function needs to be changed so he does not have to pass the App object.
Last edited by cappy2112; March 16th, 2006 at 04:56 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|