Search results for query: *

  • Users: wirk0001
  • Content: Threads
  • Order by date
  1. W

    Code Libraries

    Class Libraries Hi, I didn't know where else I should post this to get some advice about a software package. I am trying to find something that will allow me to create and maintain a library of classes for work. In other words I am trying to find a way to catalog classes and make it easy for...
  2. W

    Assembly.loadfrom()

    Hi, I am trying to launch my windows application ( a wizard I have created) from a url. I use the code: dim launchApp as system.reflection.assembly = Assembly.loadfrom(http://localhost/clientTool/ClientInstallationTool/ClientInstallationTool.exe). I am calling this from a main procedure i have...
  3. W

    multiple file processing in vb.net?

    Hi there, I am relatively new to vb.net and have been given a project to handle the installation of files. I am trying to create a procedure that takes an array of files(as an argument in its parameters) which will be executed in the order they are in the array. I then want to process these...
Back
Top