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?
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?
Comment