| |||||||||||
Anonymous
![]() |
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 ?
|