 |
Codes
|
|
 |
|
|
|
|
|
Entries for the 'Controls' Category
| Wednesday, December 31, 2008 |
|
|
|
| Tuesday, December 23, 2008 |
|
|
|
| Monday, December 22, 2008 |
|
|
|
| Thursday, December 04, 2008 |
|
|
|
| Sunday, November 23, 2008 |
|
|
|
| Tuesday, October 28, 2008 |
|
|
|
| Thursday, September 18, 2008 |
|
Captcha for Visual WebGUI by Stephanus
By Eyal.Albert @ 3:35 AM :: 428 Views ::
0 Comments :: :: Controls, Library, C#, Learn Home Page
|
|
I am currently developing a system using Visual WebGUI and C# as the programming language.
The problem is that I could not find any existing captcha's for Visual WebGUI. I had two options:
- Use the
AspControlBoxBasecontrol to embed an existing ASP page onto my Form/Page. - To develop a Visual WebGUI control.
As a real techie, for various reasons (mainly because I thought it would be tough and a challenge), I opted for option 2.
|
| Download... |
|
|
|
|
| Thursday, August 21, 2008 |
|
|
|
| Friday, July 11, 2008 |
|
Actionlist Delphi behaivour ported to Visual Web
By Guy @ 6:20 PM :: 680 Views ::
0 Comments :: :: Controls, Library, C#
|
|
Migrating a codeproject code which was created for WinForms and provides ActionList as in Delphi. For those of you who are not familiar with the concept, it lets you define an action an bind to that action and set properties and then attach an "action control" (button, toolbarbutton, menuitem, etc.) to this action.
|
| Download... |
|
|
|
|
| Tuesday, April 22, 2008 |
|
Printing VWG applications
By Guy @ 12:57 AM :: 1161 Views ::
3 Comments :: :: Controls, C#
|
This sample code demonstrates how you can integrate printing capabilities into your application in a structured way.
The code presents the IPrintable interface which should be implemented by each control which can be printed within your rendered form. This interface defines the Print method that is responsible for rendering the desired form of HTML suitable for the control. Looping the IPrintable controls in the form and invoking Print() method on each of those controls provides a generic mechanism of rendering and printing the entire form as a unit.
|
| Download... |
|
|
|
|
|
|
 |
|
 |
|
|