hi everyone, i'm really new to C so please bear with me here. i am trying to make a simple app where you click on the form/main page and an external application is launched (let's call this C:\1.exe). when you double click, another application is launched (C:\2.exe). and finally when you right click, a third application (C:\3.exe) is launched. how is it possible to do this? i hope this is not too complicated. thanks in advance.