Search results for query: *

  1. A

    starting an app from another PC

    I have created an app. I need to be able to start it from any computer. I tried this by just having the project on a disk and clicking the exe. I got an error that said something about a .dll, and it wouldn't start. Is there anything i can do to make the app start from any computer?
  2. A

    deleting from a text file

    I have a text file that will need to have text deleted from it. Anyone know how to do this?
  3. A

    Closing one form when going to the next

    Should i put sub main() in the module?
  4. A

    Closing one form when going to the next

    This is driving me crazy!! :o All i want to do is go from form1 to form2 and have form1 close in the process. I didn't think it would be this hard, it doesn't seem like a hard task. Is it? Any ideas?
  5. A

    Program is executing after me.close()

    Here's an easy one: I have two forms. Form1 opens Form2, and then closes. Form2 has one button that calls me.close(). When this button is pushed, everything seems to close, but when i go look at the task manager, there's still an instance of my program running. How do i completely stop this app.?
Back
Top