3
votes
4answers
460 views
Reducing a large single page AJAX application (jQuery, ASP.net)
I'm currently building a single page AJAX application. It's a large "sign-up form" that's been built as a multi-step wizard with multiple branches and different verbiage based on w …
3
votes
3answers
1k views
Best Wizard Control for .NET Windows Forms?
I'm looking to add one or two wizards (you know, a simple dialog with multiple pages that walks a user through a process, step by step) to my WinForms application. I'm just curious …
2
votes
1answer
142 views
Generate SQL server scripts from command line?
In Microsoft SQL Server Management Studio 2008 there is a "Generate scripts..." option under the Tasks menu. I'm just wondering if this tool is available from the command line some …
1
vote
1answer
7 views
Eclipse MyFaces Wizard?
Hello,
I am new to java development and a customer uses MyFaces for MVC based website development. While I know the ASP.NET based MVC Framework from Microsoft and the possibility …
1
vote
0answers
31 views
Django Form Wizard and Preview with ModelForm
I have a large Django model (73 fields) that will will be connected to a ModelForm. I'd like to use a combination of the functionality found the Form Wizard and Form Preview contri …
1
vote
1answer
71 views
Where I can find the appWizard that can generate C++ application
Hi,
I have an project to modify. This project was create with AppWizard many years ago. This generated weird code when I open it with visual studio 8. I would like to modify the i …
1
vote
2answers
50 views
Any good Wizard libraries for Winforms?
I'm looking for a good "Wizard" library for Winforms.
WYSIWYG editor preferrable, but not a must.
1
vote
4answers
100 views
Making Modal Wizard..
How could i make a modal wizard with jquery??
1
vote
0answers
42 views
Wizard pattern and other GUI patterns for infrequent, complicated task
We are thinking of using a Wizard pattern to help a user complete a task.
The Wizard pattern seems to solve our problem. We are also interested in what human factors research mig …
1
vote
0answers
150 views
ASP.net default button and wizard control
Hey guys,
it seems my problem is hard to solve, I've been googling myself silly...
I have an ASP site (master-content structure) which uses wizard controls to input data.
The sam …
1
vote
1answer
82 views
c++ windows service Without ATL
Hi,
Does any one knowns any good visual studio wizard for creating a Windows NT Service without the use of ATL. I don't need to implement any COM interface.
Thanks
1
vote
6answers
181 views
[Wizard] How to check previous tabsheet when moving from page to page in a pagecontrol?
Hello
I'm using a TPageControl with the TTabsheets' tabs hidden so as to have the frames they contain appear to be stacked, and build some kind of wizard by displaying a different …
1
vote
2answers
217 views
Using the MVC, MVP or MVVM pattern for a wizard written in WinForms?
All of the WinForms wizards I've written in the past have a high degree of coupling between the UI and the model. That is: the individual pages know about enabling/disabling the Ne …
1
vote
2answers
695 views
Visual Studio 2005 Setup Wizard - creating desktop shortcuts for all users
I'm using the setup wizard project to create an msi installer for a Windows Forms application. I've configured it to install a desktop shortcut, but unfortunately it only puts a s …
1
vote
5answers
159 views
HOWTO: Multistep web form
Is there any asp.net framework to build multistep (aka wizard) web forms that require validation (may be dynamic validation, based on data submitted), accessibility, ecc. ?
Thanks …
