|
|
 |
Quick Starts
|
|
 |
|
|
|
|
| Sunday, December 28, 2008 |
 |
Developing and deploying a Visual WebGui Silverlight application
By Eyal.Albert @ 3:11 AM :: 491 Views ::
1 Comments :: :: Learn Home Page, Silverlight, Controls
|
|
This article should give you a general idea how to set up your environment for developing and deploying a Visual WebGui Silverlight application. From Visual WebGui version 6.2 the development experience of Silverlight has changed a bit.
|
| Read
More.. |
|
|
|
|
| Sunday, December 21, 2008 |
 |
How to Migrate a WinForms application to the Web using Visual WebGui
By Eyal.Albert @ 8:20 AM :: 611 Views ::
2 Comments :: :: Learn Home Page, Controls
|
|
Visual WebGui introduces a new platform to develop web applications and migrating desktop applications to the web. In this “How To” we are going to le...
|
| Read
More.. |
|
|
|
|
| Thursday, November 13, 2008 |
 |
How to use Visual WebGui new ASP.NET integrated rapid wrapper capabilities
By Eyal.Albert @ 11:26 AM :: 2848 Views ::
16 Comments :: :: Learn Home Page, Controls
|
|
In this how to you will learn how to use the new Visual WebGui ASP.Net wrapper capabilities. This ability opens a new way for a Visual WebGui programmer to develop richer and even more customizable applications then before. The wrapper allows you to use third party ASP.Net components or your own ASP.Net components in Visual WebGui as fully integrated controls just like the Visual WebGui out of the box controls.
|
| Read
More.. |
|
|
|
|
| Tuesday, October 28, 2008 |
 |
How to use custom style in a Visual WebGui Control
By Eyal.Albert @ 11:14 AM :: 1666 Views ::
1 Comments :: :: Learn Home Page, Silverlight, Controls
|
|
Visual WebGui custom style allows you to inherit from a control and give it a new look and behaviors while keeping the option to use the original control look and feel. We are going to create Watermark text box from a plain TextBox using the Custom Style.
|
| Read
More.. |
|
|
|
|
| Sunday, October 19, 2008 |
 |
Free all the way: Using Visual WebGui with SharpDevelop and Visual Studio Express
By Eyal.Albert @ 2:24 AM :: 1033 Views ::
2 Comments :: :: Learn Home Page
|
|
From version 6.2 we’ve added to Visual WebGui (VWG) install process the option to install the Visual WebGui SDK without the prerequisite of having Visual Studio installed on your computer. This option allows you to work with other IDE like SharpDevelop, Visual Studio express or notepad. In this article we will focus on how to use SharpDevelop and Visual Studio Express.
|
| Read
More.. |
|
|
|
|
| Thursday, October 16, 2008 |
 |
Using Visual WebGui Gateways in a simpler way
By Eyal.Albert @ 2:35 AM :: 946 Views ::
3 Comments :: :: Learn Home Page, Controls
|
|
Gateways are Visual WebGui way to declare virtual URLs that are handheld by a control according to declared actions. Up until version 6.2 Visual WebGui Gateways were a hard pill to swallow. What we’ve done was to simplify the implementation of Gateways.
|
| Read
More.. |
|
|
|
|
| Tuesday, October 07, 2008 |
 |
The new Visual WebGui integration to Visual Studio
By Eyal.Albert @ 4:11 AM :: 1616 Views ::
5 Comments :: :: Learn Home Page
|
|
Version 6.2 holds a major change for Visual WebGui (VWG) developers. For the first time Visual WebGui is more than just a project template in Visual Studio it’s fully integrated into Visual Studio. The integration facilitates VWG developer’s interfaces with an easy customization of VWG applications allowing the deployment of the application without having to edit the WebConfig by hand.
|
| Read
More.. |
|
|
|
|
| Wednesday, August 27, 2008 |
 |
Scalable Server Extension
By roy.goffer @ 11:23 AM :: 625 Views ::
1 Comments :: :: Learn Home Page
|
|
The Enterprise Server beta version 6.1 provides the scaling capabilities required for storing the session state within an external state server which can be either an SQL Server or any state server that is enabled by Microsoft ASP.NET session state.
|
| Read
More.. |
|
|
|
|
| Tuesday, August 26, 2008 |
 |
How to display dynamic images stored in a database in a Visual WebGui application
By Eyal.Albert @ 3:28 AM :: 1015 Views ::
3 Comments :: :: Learn Home Page
|
|
In this “How to” we will learn how to display dynamic images stored in a database in a Visual WebGui application using DatabaseResourceHandle to create a virtual URL to the image.
|
| Read
More.. |
|
|
|
|
| Tuesday, August 26, 2008 |
 |
How to use Visual WebGui client client invocation
By Eyal.Albert @ 2:58 AM :: 661 Views ::
6 Comments :: :: Learn Home Page
|
|
In this “How to” we will going to learn how to use Visual WebGui client client invocation that allows you to create events that run in the browser and don’t raise events to the server.
|
| Read
More.. |
|
|
|
|
| Wednesday, August 06, 2008 |
 |
How to create your own Visual WebGui Silverlight theme
By Eyal.Albert @ 1:55 AM :: 3880 Views ::
6 Comments :: :: Silverlight
|
|
In this “How to” we are going to learn how to create your own Visual WebGui Silverlight theme using our default theme.
|
| Read
More.. |
|
|
|
|
| Thursday, July 31, 2008 |
 |
How to embed HTML inside a Visual WebGui Silverlight application
By Eyal.Albert @ 2:17 AM :: 1765 Views ::
9 Comments :: :: Silverlight
|
|
The current Silverlight beta 2 version does not provide any methodology of combining HTML/DHTML elements and pages within Silverlight. There is always the option of floating an HTML above Silverlight or showing what’s “behind” Silverlight by specifying 0 opacity areas, however, dealing with multiple layers combining HTML/DHTML and Silverlight is a very difficult challenge .
Visual WebGui provides an internal capability of calculating the overlapping areas providing the best way currently possible with Silverlight 2 beta 2 of handling multiple HTML/DHTML and Silverlight layered application (using mixed surfaces, dialogs and popups) seamlessly.
|
| Read
More.. |
|
|
|
|
| Monday, July 14, 2008 |
 |
How to create a Visual WebGui Silverlight control with elements
By Eyal.Albert @ 10:53 AM :: 1847 Views ::
0 Comments :: :: Silverlight, Controls
|
|
In this “How to” we are going to learn how to create a Visual WebGui Silverlight control with elements. For this we will broaden our Video player control to have a movie menu.
|
| Read
More.. |
|
|
|
|
| Monday, July 14, 2008 |
 |
How to convert a Silverlight control to a Visual WebGui Silverlight control
By Eyal.Albert @ 10:39 AM :: 1313 Views ::
7 Comments :: :: Silverlight, Controls
|
|
In this “How to” we are going to learn how to convert a Silverlight control to a Visual WebGui Control. This will allow you to take your hard earned controls that you created in Silverlight our Silverlight controls that you found while roaming the web and convert them with very little effort to a Visual WebGui control.
|
| Read
More.. |
|
|
|
|
| Monday, July 14, 2008 |
 |
How to raise event from the client to the server in a Visual WebGui Silverlight control
By Eyal.Albert @ 10:32 AM :: 784 Views ::
0 Comments :: :: Silverlight, Controls
|
|
In this “How to” we are going to learn how to raise an event from our Visual WebGui Silverlight control client side and how to handle it in the server side implementation of this control.
|
| Read
More.. |
|
|
|
|
| Monday, July 14, 2008 |
 |
How to create property binding in a Visual WebGui Silverlight control
By Eyal.Albert @ 10:28 AM :: 980 Views ::
2 Comments :: :: Silverlight, Controls
|
|
In this “How to” we are going to learn how to create property binding in a Visual WebGui Silverlight Control.
|
| Read
More.. |
|
|
|
|
| Monday, July 14, 2008 |
 |
How to create a Visual WebGui Silverlight custom control
By Eyal.Albert @ 10:20 AM :: 1806 Views ::
1 Comments :: :: Silverlight, Controls
|
|
In this “How to” Visual WebGui tutorial we are going learn how to create a WatermarkTextBox control for a Visual WebGui Silverlight application.
|
| Read
More.. |
|
|
|
|
| Thursday, July 03, 2008 |
 |
Become a more active community member, compile the latest source code to create a code patch
By Eyal.Albert @ 5:33 AM :: 381 Views ::
0 Comments :: :: Learn Home Page
|
|
The process of providing ways for community members to actively participate and speed-up development is very important to us. In this “How To” we are going to learn how to use Visual WebGui open source project to create a code patch fixing a bug you have found or a feature you have created and would like to add.
|
| Read
More.. |
|
|
|
|
| Wednesday, March 05, 2008 |
 |
Web based Event Log (contributed by Gregory Lomax)
By host @ 7:44 AM :: 635 Views ::
0 Comments :: :: Learn Home Page
|
|
Build an Web based event log with Visual WebGui, In this quick start contributed by Gregory Lomax, we show how with less then120 lines of code we can create event log.
|
| Read
More.. |
|
|
|
|
| Tuesday, February 26, 2008 |
 |
Handling huge datasets on web as easy as desktop
By host @ 8:06 AM :: 856 Views ::
0 Comments :: :: Learn Home Page
|
|
huge datasets Handling large amounts of data is always challenging. Even more so when working with AJAX since one has to work on seamlessly updating the local data cache as the user scrolls through the list. Visual WebGui’s list controls do just that. Visual WebGui unleashes the full power of lists and combos enabling them to handle enormous datasets using a simple drag & drop WinForms development paradigm.
|
| Read
More.. |
|
|
|
|
| Monday, February 25, 2008 |
 |
Sometimes such simple steps can triple up and more, your productivity
By host @ 3:05 AM :: 609 Views ::
0 Comments :: :: Learn Home Page
|
"Using property grids can save you a whole lot of time and effort. Visual WebGui’s property grid control
provides online control property management like developers use when in Visual Studio’s design mode.
To use the control you simply drag and drop the property grid control to the design surface and bind it to whatever control you desire.
|
| Read
More.. |
|
|
|
|
| Thursday, January 24, 2008 |
 |
Running a WinForms Application Inside Your Web Browser
By host @ 5:30 AM :: 973 Views ::
0 Comments :: :: Learn Home Page
|
|
In the next 2 minutes, let me demonstrate how we can build a WinForms application and run it in our browser.
|
| Read
More.. |
|
|
|
|
|
|
 |
|
 |
|
|