How do I show the windows calculator?
how do i find out the factors of a number?
using vb.net?
Printable View
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
Here is how:
Code:Shell "calc"