473,395 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How do I make a wizard?

I'd like to make use of the wizard concept in my program. The user shall
be guided through a procedure of creating a new file, naming it, filling
it with data and so on. I imagine this as a form with back and forward
buttons. Same form, but totally different layout in each step. I imagine
I can do this with the Panel control (by having several layers on top of
each other and only showing the right one). Is that we way to go?

Thanks,

Gustaf
Nov 17 '05 #1
6 6604
Sounds like a good approach to me. Have panels named pnlStep1,
pnlStep2, etc., then bring the proper one to the front at the right
moment.

Nov 17 '05 #2

We have several wizards in our application and use the UltraTabControl
from Infragistics for them. This provides both tab and wizard-like
functionality in the same form and allows us to place controls on an
individual page and on a global page where they're visible on all
pages.

It appears they changed their site recently and have very little good
information--I certainly wouldn't buy them based on the current
website. However, the Infragistics controls is a great suite and I
would highly recommend them from experience.

http://infragistics.com

Sam
On Fri, 01 Apr 2005 16:13:11 +0200, Gustaf Liljegren
<gu**************@xml.se> wrote:
I'd like to make use of the wizard concept in my program. The user shall
be guided through a procedure of creating a new file, naming it, filling
it with data and so on. I imagine this as a form with back and forward
buttons. Same form, but totally different layout in each step. I imagine
I can do this with the Panel control (by having several layers on top of
each other and only showing the right one). Is that we way to go?

Thanks,

Gustaf


B-Line is now hiring one Washington D.C. area VB.NET
developer for WinForms + WebServices position.
Seaking mid to senior level developer. For
information or to apply e-mail resume to
sam_blinex_com.
Nov 17 '05 #3
Hi,

I think I remember I saw a framework for this, make a search in google
groups.
ITOH I think that your current approach is a good one.

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Gustaf Liljegren" <gu**************@xml.se> wrote in message
news:ue**************@TK2MSFTNGP14.phx.gbl...
I'd like to make use of the wizard concept in my program. The user shall
be guided through a procedure of creating a new file, naming it, filling
it with data and so on. I imagine this as a form with back and forward
buttons. Same form, but totally different layout in each step. I imagine I
can do this with the Panel control (by having several layers on top of
each other and only showing the right one). Is that we way to go?

Thanks,

Gustaf

Nov 17 '05 #4
On Fri, 01 Apr 2005 16:13:11 +0200, Gustaf Liljegren wrote:
I'd like to make use of the wizard concept in my program. The user shall
be guided through a procedure of creating a new file, naming it, filling
it with data and so on. I imagine this as a form with back and forward
buttons. Same form, but totally different layout in each step. I imagine
I can do this with the Panel control (by having several layers on top of
each other and only showing the right one). Is that we way to go?

Thanks,

Gustaf


Your idea with the panels sounds good, if you really want to do the wizard
stuff yourself. If would concentrate on the content of the wizard and use
an existing open source wizard as a starting point like one of these:

http://www.codeproject.com/cs/miscct...TimeWizard.asp
http://www.codeproject.com/cs/miscctrl/tswizard.asp

hth

--
Claudio Grazioli
http://www.grazioli.ch
Nov 17 '05 #5
Here are some wizard options.
http://www.codeproject.com/info/sear...d=4%2F1%2F2005
http://www.divil.co.uk/net/controls/wizardframework/
http://www.dotnetmagic.com/features_wizard.html

--
Tim Wilson
..Net Compact Framework MVP

"Gustaf Liljegren" <gu**************@xml.se> wrote in message
news:ue**************@TK2MSFTNGP14.phx.gbl...
I'd like to make use of the wizard concept in my program. The user shall
be guided through a procedure of creating a new file, naming it, filling
it with data and so on. I imagine this as a form with back and forward
buttons. Same form, but totally different layout in each step. I imagine
I can do this with the Panel control (by having several layers on top of
each other and only showing the right one). Is that we way to go?

Thanks,

Gustaf

Nov 17 '05 #6
Thank you all for the feedback. :-)

Gustaf
Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Deano | last post by:
I know this is a long, long shot since I've never seen anyone else confess to owning this software but..... Does anyone know what the correct sequence is to get the MSI wizard functioning...
0
by: AP | last post by:
I have build an addin that works great as a menu add in, however I recently tried to make it a query wizard so it would appear in the options for a new query. It shows up in the new object box, but...
2
by: Nick | last post by:
Is there anyway to get a javascript confirm button on the wizard control so that when a user clicks "cancel" it can prompt something like... "Are you sure you want to cancel? Your changes will...
2
by: John R. Lewis | last post by:
I posted this yesterday with a different email address. I am reposting with my fake-address as given to me by Microsoft so that I can be guraranteed a response from a support representative. Sorry...
6
by: Douglas J. Badin | last post by:
Earlier this month, there was a posting about this without a definitive answer. If you place a Wizard inside a FormView's EditItemTemplate the bound fields contained within the View will display...
4
by: Dabbler | last post by:
I have a Wizard control with each step using a user control. It seems the page_load of each user control is called everytime a postback event occurs in any step. Is there away to communicate to a...
6
by: tom c | last post by:
I create 2 data OleDbDataAdapters, one with the wizard, and one in code. I know the adapter created in code is OK because I use it to fill a data table. However, when I try to use the same SQL...
12
by: raghav | last post by:
Hi I am working on ASP.NET 2.0. I am developing a website using Wizard control. Based on number of steps added, next, previous, finish buttons generate automatically. After running the...
0
bartonc
by: bartonc | last post by:
Examples of wx.Wizard that I found used explicit names for the pages. Using eval() in a list comprehension, I am able to go through the imported modules by name and call create() in order to get a...
8
by: GaryDean | last post by:
I have a Wizard page and need to affect the next and previous buttons from my code-behind. I've googled around and found two solutions, and neither appear to work. I can access the SideBarList...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.