hey guys,

how can i make my application run a sub routine, from another external application?

Explaination:

Say i have two EXE's

1) MainApp.exe
2) Settings.exe

When / If I change & save any settings in Settings.exe, how can i make MainApp.exe re-call a sub (IE: LoadSettings()) to get the new settings from an ini file?

is it possible?


Thanks guys.
Wayne