using calculator


hi forum
how can i call calculator,which available in c:windowssystem32calc.exe into my project.sow can i do this !!!!
give the suggestions

hi use the code

dim a as string
a = shell(calc.exe)