Dear Folks,
I am very new to imis. I have created a .net application which scans a Barcode from our membership applications and logs into imis database. It works as an individual application. But our client wants to launch this application from imis application.
In other words,
It should work like VB extenders. Is it possible can I call vb.net (exe file) application using VB extenders?
Please help me
Thanks in advance
Balaji
Simple is good
The easiest and most obvious way to do this is to write a small VB Xtender which does nothing but execute your .NET application, passing in whatever parameters the app needs.
-- Bruce