LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: How to a Win32 progress bar WITHOUT % Completion

How to a Win32 progress bar WITHOUT % Completion (by Ramasamy, 02/21/2007 09:06:55 AM)

I tried CreateWindowsEx Win32 API implementation in Visual Basic and apply the same to LotusScript. I'm having problem in getting hInstance from the App Object

Type WNDCLASSEX

   cbSize As Long

   style As Long

   lpfnWndProc As Long

   cbClsExtra As Long

   cbWndExtra As Long

   hInstance As Long

   hIcon As Long

   hCursor As Long

   hbrBackground As Long

   lpszMenuName As String

   lpszClassName As String

   hIconSm As Long

End Type

Dim wc As WNDCLASSEX

wc.hInstance = App.hInstance

Do not know where to get the App. in Lotusscript ?