Search results for query: *

  • Users: Naigewron
  • Content: Threads
  • Order by date
  1. N

    Question My plan for dynamic add-on loading - Thoughts?

    Hi! I am currently developing an application that will be the "base" for several components (business reporting systems, order management, etc). The idea is that our customers will install this "mother application", and we will offer components that will slot into it, expanding the...
  2. N

    Handling events from an object declared in a global module?

    Hi! I have a bit of a conundrum. I have a VB.net module where I declare some global variables (and since they're in a module, they're also shared). Now, I declared them like so: Module modGlobals Public WithEvents g_Customer As New Customer() Public WithEvents g_Ord As New Order() End...
Back
Top