I just found out we can use "ShellExecute" function to fire up application.

For example,

ShellExecute(NULL, "Open", "C:\\Program Files\\Microsoft Office\\Office\\winword.exe", NULL, NULL, SW_SHOW);