embed existing program into AMS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • yss
    Forum Member
    • Nov 2004
    • 41

    embed existing program into AMS

    Hi,

    I have a small calender app that I would like to embed into an ams window so it would appear as a part of the ams program. is this possible in any way?

    Thanks
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2000

    #2
    Is the app OLE embeddable? If so, you could possiblly embed it into a Web object. If not then, no, there is no way to accomplish that task that I know of. We do have a calendar plugin available if that helps.

    Comment

    • Worm
      Indigo Rose Customer
      • Jul 2002
      • 3967

      #3
      I've played with this idea too. I've been able to "embed" an app by using SetParent. The issue comes if refreshing the windows. It simply gets ugly. lus you need to be sure to kill any enbedded app when your app closed.

      Comment

      • yss
        Forum Member
        • Nov 2004
        • 41

        #4
        an honor

        It is an honor to have you two reply to my question.
        A question though, what is “SetParent” – I searched through the help file but did not find anything.

        Thanks

        Comment

        • Worm
          Indigo Rose Customer
          • Jul 2002
          • 3967

          #5
          It is a function in the User32.DLL that sets a window as the parent of another.

          Your #1 source for using API-functions in Visual Basic and classes for the .NET runtime!



          Here's a link to a sample app I did using it.

          Comment

          • yss
            Forum Member
            • Nov 2004
            • 41

            #6
            Thank you


            I'll look in to it, if I'll find something new i'll let you know...

            Thanks again

            Comment

            Working...
            X