CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Apr 2003
    Posts
    322

    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
  •  





Click Here to Expand Forum to Full Width

Featured