INTERACT FORUM

Windows => Plug-in Development => Topic started by: gappie on April 18, 2007, 03:18:59 am

Title: notification coupled to a mcc command
Post by: gappie on April 18, 2007, 03:18:59 am
just a thought. but would it not be nice when there would be an mcc command (windows message) that could be send to the exe like
MCC_NOTIFY_EVENT_HANDLE,                     // [integer]  (or, even better, a string, if possible)

for instance: mc12.exe /mcc 34055,5

which would trigger the fireMJEvent, with param 2 as MCC:NOTIFY_EVENT_HANDLE and param 3 as the integer (in this case 5).

this would give some nice oppertunities to manage some events from the outside in an easy way.