Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening Lotus Notes inside a VB.NET form

I've been reading a lot here for almost 5 years already but it's my first post here.

I'm currently working on a VB.NET Project in which I need to have Lotus Notes opened inside a Window Form. I tried using SetParent functionality as I've seen here

http://xtremevbtalk.com/showthread.php?t=272163.

It worked for me but the problem is, when a window on my Lotus Notes client has been closed, the whole client will close. When I try to reopen mail, it will display an error of insufficient memory or it will not respond at all.

Image shows Lotus Notes opened inside a VB.NET form

Lotus Notes opened inside a VB.NET form

I tried increasing heap size values on the registry as stated here but the problem still persist.

http://forum.sysinternals.com/insufficient-memory_topic17945.html

Image shows Lotus Notes doesn't open when I click button1

Lotus Notes doesn't open when I click button1

I also doubt that Insufficient Memory error is correct because when I checked on task manager the memory usage is not that high.

http://i61.tinypic.com/33jtyxe.png

Any comments and solutions are very welcome.

TIA.

Ross

like image 508
CurseStacker Avatar asked Nov 11 '22 11:11

CurseStacker


1 Answers

No way to do this on our end. We just created a web based application instead and used iNotes for the mail program.

like image 131
CurseStacker Avatar answered Nov 15 '22 05:11

CurseStacker