Announcement

Collapse
No announcement yet.

Load Page Or Layout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Load Page Or Layout

    HI.

    I'm using the Desktop API with a Visual Basic 6 application on WindowsXP SP2, and would like to load up a page or layout on startup, once I Instantiate the IHooks interface.

    I perform the following calls:

    If ESignal Is Nothing Then
    Set ESignal = New IESignal.Hooks
    End If
    ESignal.SetApplication (UserAccount)

    Call ESignal.LoadLayoutOrPage(PageLayout, 1)

    where PageLayout=c:\program files\esignal\pages\carlos.lay

    This does not seem to work, and I can't find any documentation that explains what the second parameter should be.

    Has anyone gotten this to work? I did a search through the DesktopAPI forum and came up empty.
    Can anyone help me?

  • #2
    Yes, this is not documented. The first parameter is a string for the filepath and the second is an integer for prompting the user. I think you want it to be 0.

    Comment

    Working...
    X