|
|
Title | Allow quick upgrades of pictures in an application |
Description | This example shows how to allow quick upgrades of pictures in an application in Visual Basic 6. It stores pictures in an ActiveX control. Later you can update and redistribute the control without modifying the application. |
Keywords | picture, upgrade, deploy, deployment |
Categories | Controls, ActiveX, Software Engineering |
|
|
This program stores pictures in an ActiveX control. You can upgrade and redistribute the control without modifying the rest of the project.
You can use similar techniques to update other types of data for the application.
|
|
|
|
|
|