The Visual WebGui SDK project is actually an open source version of the Gizmox.WebGUI.Forms assembly which contains most the Visual WebGui controls. We are inviting you to participate in the development of the Visual WebGui SDK in any way you can. Whether it is in working with the open source and reporting bugs or taking actual development tasks. We also encourage you to ask questions regarding the source code using the project forum.
How to work with the source code package:
Use this project instead of working with the installation of Visual WebGui SDK. That way you are able to run your project over the open source code of Visual WebGui. All the assemblies and projects are present with in the source code package. With each release of the Visual WebGui SDK there will be a release of the source code so you will be able to evolve together with the frameworks road map.
We will soon provide an installation for the Visual WebGui templates for Visual Studio so you will still be able to have templates even if you did not install the SDK. In the mean time you can create your projects using the installation and replace the references to the source code directory.
How can you learn from the source code package:
You can use this project to learn how to develop your own custom controls which should be on the same base lines as the controls with in this assembly. The only difference is that this assemblies registers its controls with in the Resources.xml file while you should do it using the "web.config" file. The content of the Resources.xml file is exactly in the format you should use with in the config file in order to register your controls. You can also use this project to better understand how Visual WebGui works and how to architect your solutions to take full advantage of it.