How do I show the windows calculator? how do i find out the factors of a number? using vb.net?
use the shellexecute API function and execute calc.exe... no path needed.... or execute with any function that does it
"The difference between mad and genius is the success"
Here is how: Code: Shell "calc"
Shell "calc"
Forum Rules