about open exe file(高手們幫幫手lar)(編號:1439)

我用了C 寫了一個program :
(內容) #include "stdio.h"
int main(){
          printf("hello!!");
          return 0;}
我把這個program compile 之後(即這個program is a .exe file)
然後,我用VB整了一個CommandButton,當按這個button 後,便會自動去run 上面的exe file,
之後便會傳回 'hello!!' ,並把 'hello!!' show 在我VB的form 上!!
how can I do that??
高手請幫幫手lar!!