Search results for query: *

  • Users: JTH
  • Content: Threads
  • Order by date
  1. J

    Question VB programming technique question

    I am fairly new to VB and am interested in using .dll's. I have a rather large number of stand-alone modules that I use and reuse in various programs. I am wondering if I should merge them all into a single .dll that can be IMPORTed into whatever program might need one or more of the modules...
  2. J

    Returning run status to Wub 7 task scheduler

    I have a VB program that is executed each morning at 4 AM by Task Scheduler. If the program returns anything other than a zero result, I would like Task Scheduler to run it again. The Task Scheduler sees my return code in the "Last Run Result" field, but does not invoke the "If task fails...
Back
Top