Search results for query: *

  • Users: edu
  • Order by date
  1. E

    Multi Form App in VB.NET

    This is a classic problem thet can be resolved using "The singleton pattern", this is, the need to have one (and only one) instance of an object within the system, and having a single point of access for other objects. Take a look at this ...
  2. E

    Multiple Project Solution in VB

    Thanks guys ! Made some rearrangements and got it set just the way I needed, according to what you suggested and my own conclusions. Thanks again Ed
  3. E

    Multiple Project Solution in VB

    Thanks TG ! So the way I was tring to set it up is the correct one, but, why "two solutions" ?
  4. E

    Multiple Project Solution in VB

    Multiple Project Solution in VB [RESOLVED] Hi there ! I need two create two apps. (project - executable files) wich will share the same set of base classes, but will have diferent interfases (one is the end user app. anf the other wil be use by admins.) Wich is the best way to acomplish this...
Back
Top