|
|
Entries for the 'Community' Category
ScottRickman posted on April 06, 2009 :: User Rating: 
|
MessageBox.Show( "Are you sure you want to delete this allocation?", "Confirm deletion", MessageBoxButtons.YesNo, delegate(object newSende...
Read more...
|
rdhatch posted on April 25, 2009 :: User Rating: 
|
Hi Guys -
Want to run your VWG Application as a Desktop Application?
Now you can, with the Cassini Desktop Adapter. No worrying about any WinF...
Read more...
|
|
Ewans posted on May 05, 2009 :: User Rating: 
|
This demo shows how to use SQL Server to update a progress bar.
It also shows how to use a worker thread to update a progress bar.
Created using VS2008
Read more...
|
|
samsuree posted on May 11, 2009 :: User Rating: 
|
The below code will logout the loggedin user when idle for the time specified
Follow the below steps:
1. Declare a variable in web.config file to st...
Read more...
|
rdhatch posted on July 13, 2009 :: User Rating: 
|
This sample application was created on VWG v6.3.x.
The creator of this application suggests that VWG v6.4 would give much greater flexibility.
Read more...
|
|
jr365 posted on July 21, 2009 :: User Rating: 
|
Standard ajax involves a heavy use of client side timers. Visual Web Gui shields developers from alot of the messy details, but there are times when y...
Read more...
|
|
ori.cohen posted on August 03, 2009 :: User Rating: 
|
Arrow key navigation between TextBoxes in UserControl elements in a FlowLayoutPanel
The attached application has a FlowLayoutPanel control on the For...
Read more...
|
|
ori.cohen posted on September 23, 2009 :: User Rating: 
|
This 3rd party control was wrapped following the exact steps detailed in this article here.
For now, this code snippet is in C# only.
The solution...
Read more...
|
|
ori.cohen posted on September 24, 2009 :: User Rating: 
|
This Custom Control sample shows you the basics of creating your own OpenFileDialog control from scratch, so users can upload files to the server.
...
Read more...
|
|
ori.cohen posted on November 22, 2009 :: User Rating: 
|
Using the new ASP.NET Ajax based paradigm, with standard builtin WinForms like controls only and the drag&drop designer capabilities, it is so simple that an experienced developer can accomplish this well within two hours
Read more...
|
|
ddks posted on November 25, 2009 :: User Rating: 
|
Hi all,
Attached is a custom control that will enable full blown comet (async) capabilities to your site. The custom control is a wrapper around the ...
Read more...
|
|
ori.cohen posted on December 01, 2009 :: User Rating: 
|
This application demonstrates how to use the Timer to update a TextBox and a ProgressBar control.
Read more...
|
|
lufe posted on December 01, 2009 :: User Rating: 
|
This sample shows how to change the loading icon layout behavior, such as image,location and background by using the theme editor (available from from...
Read more...
|
|
KristofBerger posted on December 02, 2009 :: User Rating: 
|
Following some of the discussions in the forums I've seen that people seem to love to progressbar, but do not always want to use it in the way, that t...
Read more...
|
|
ori.cohen posted on December 07, 2009 :: User Rating: 
|
This article demonstrates the use of an active Gauge in a Visual WebGui application.
The application contains a PictureBox (to show the gauge), a T...
Read more...
|
|
|