darkstarjk
MIS
I have too many forms in 1 VB project. I am trying to create a testing type of software based on chapters of a book. Since each question varies in size and shape, it is almost impossible for me to do dynamic (I'm still a big novice too all this).
Is there a way that I can break down the chapters to load from other files (such as DLLs or EXEs or whatever) so that if I update 1 chapter I only have to send out the updated file and not the whole stinking exe again?
Example:
I have 15 Chapters. Chapter 1 has 42 questions. I want to be able to place Chapter 1 Questions in a separate module so that when it is time for that module to be updated I can just send out the updates for Chapter 1 and not all 15 chapters which the end user already has?
Any help will be greatly appreciated.
Is there a way that I can break down the chapters to load from other files (such as DLLs or EXEs or whatever) so that if I update 1 chapter I only have to send out the updated file and not the whole stinking exe again?
Example:
I have 15 Chapters. Chapter 1 has 42 questions. I want to be able to place Chapter 1 Questions in a separate module so that when it is time for that module to be updated I can just send out the updates for Chapter 1 and not all 15 chapters which the end user already has?
Any help will be greatly appreciated.