Search results for query: *

  • Users: Moocow
  • Content: Threads
  • Order by date
  1. M

    Definition Files/Plug-Ins

    Hey, i've been trying to create a program which can use definitions/modules like a simple text file, which, if it contains "kill C:/virus.exe" or "deldir C:/virus/" it would do it, when the program runs it. An example plug-in would be: kill C:/virus.exe deldir C:/virus.exe WriteToWindow Hello...
  2. M

    Get a value after a piece of text

    That's kind of a confusing thread title. What i need to do, is say, if TextBox1 contains "run C:/whatever.exe" when Button1 is pressed, how do i get the text after "run" and use it as a value, so it runs the directory entered after run? :confused:
  3. M

    Displaying files in a directory as a string

    This is probably easy for you guys, but i can't work out how i would display all the files of a directory in a rich text box - I just want it to find the files in it and display them in a text box like: Plugin1.Txt Plugin2.Txt Plugin3.Txt Dim GetFiles As String GetFiles =...
  4. M

    Display information about another computer

    I was just wondering how hard it would be to create a piece of software which runs on someones PC, and then on another computer, a differant piece of software gets told information about the computer, and displays it. So i would have a program, i'd select the computer name, and information about...
Back
Top