Results 1 to 3 of 3

Thread: displaying the windows calc. & the equastion

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Toronto, Ontario, Canada
    Posts
    275

    displaying the windows calc. & the equastion

    How do I show the windows calculator?
    how do i find out the factors of a number?

    using vb.net?

  2. #2
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    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"

  3. #3
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    Here is how:

    Code:
    Shell "calc"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width