Is it possible to integrate MS to dot net application (c#)? My intention is to use MS APIs in visual studio so that I can customize MS according to my need without using MS IDE?
Thanks,
Virag
Integration of MS with dot net application
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
You can have your C# application execute a compiled Macro Scheduler macro (or a macro via the command line). It can pass parameters to it. To get data back use e.g. a text file or database (the macro stores the data in the text file, c# then reads that after execution).
You would want to "Exec and Wait". See:
http://support.microsoft.com/kb/305369
You would want to "Exec and Wait". See:
http://support.microsoft.com/kb/305369
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?