functions

  1. T

    Question call a function?

    How can I call a function in the Private Sub Form1_Load. I want to be able to call items like item1.Enabled = False item2.Enabled = False Thanks
  2. madhatter5501

    Question delete a temp directory after a program closes

    I am developing a kind of portable toolkit for learning purposes and am stuck on the following code. If anyone understands what I am trying to do, and can assist a newbie would be great! The part in particular that I am stuck on is running the Do While loop to check if the "firefox.exe"...
Back
Top