Wrox Home  
Search P2P Archive for: Go

  Return to Index  

application_development thread: Modular programming in VB 6 or C#


Message #1 by "Peter Ooms" <peter.ooms@t...> on Tue, 11 Dec 2001 09:59:10
Hi,



I am about to start development of a software package which I would like 

to build using a modular approach. So that I can later add additional 

functionality without having to recompile and still have clients and 

servers have their functionality enhanced. So how do I 

construct "pluggable" software.

I need some good literature on this subject. Target platform is Windows 

using VB 6 or higher or C#. 



Peter Ooms
Message #2 by "Darren Lees" <dleesuk@a...> on Tue, 18 Dec 2001 09:21:43
Peter,



Though you may not be a beginner to VB6, you might want to read 'Beginning 

Visual Basic 6" by Peter Wright from Wrox press.



The first few chapters may be taking you back too far into your 'school 

days' with VB6, however, the rest should help you get to grips with 

your 'problem'.



I am also reading 'Beginning VB6 Objects', again by Peter Wright from Wrox 

press, and this also helps a little with modular programming.



I hope this helps a little.





Darren
Message #3 by "Peter Ooms" <peter.ooms@t...> on Thu, 20 Dec 2001 09:11:23
> Peter,

> 

> Though you may not be a beginner to VB6, you might want to 

read 'Beginning 

> Visual Basic 6" by Peter Wright from Wrox press.

> 

> The first few chapters may be taking you back too far into your 'school 

> days' with VB6, however, the rest should help you get to grips with 

> your 'problem'.

> 

> I am also reading 'Beginning VB6 Objects', again by Peter Wright from 

Wrox 

> press, and this also helps a little with modular programming.

> 

> I hope this helps a little.

> 

> 

> Darren

  Return to Index