Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Data Entry forms with WPF

 
 
Old 09-16-2007   #1 (permalink)
BillG


 
 

Data Entry forms with WPF

I have a huge project coming up that will be a heavy duty data entry windows
app with over 30 screens. I am going to be using WCF and WF and I would
really like to use WPF. I have played around with WPF but I really miss
placing my controls on the form like in winforms. I understand the reason
behind using panels and grids and why you shouldn't use layout coordinates
like in winforms. Has anyone used WPF for heavy duty data entry forms? I
would realy like to see some examples of complicated data entry forms using
WPF.

Bill


My System SpecsSystem Spec
Old 09-19-2007   #2 (permalink)
Laurent Bugnion, MVP


 
 

Re: Data Entry forms with WPF

Hi,

BillG wrote:
Quote:

> I have a huge project coming up that will be a heavy duty data entry
> windows app with over 30 screens. I am going to be using WCF and WF and
> I would really like to use WPF. I have played around with WPF but I
> really miss placing my controls on the form like in winforms. I
> understand the reason behind using panels and grids and why you
> shouldn't use layout coordinates like in winforms. Has anyone used WPF
> for heavy duty data entry forms? I would realy like to see some
> examples of complicated data entry forms using WPF.
>
> Bill
If you really miss the "top,left" and "width,height" system, you can use
a Canvas as a container. I wouldn't recommend it though. After you
become confident with grids (especially) and other flow layout panels,
you won't want to go back, believe me.

For heavy UI design, the answer is Expression Blend. It's an amazing
designer. Alternatively, you can use Cider, which is the WPF designer
available in Visual Studio 2008. Don't use Cider in VS2005, it's no
good. In VS2008 it's quite OK.

I don't have an example to show you, but we do fairly complex layouts in
Blend, and it's a pleasure. Don't hesitate to nest panels to create very
complex layouts (for example a grid inside a stackpanel inside a grid,
etc...

Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
My System SpecsSystem Spec
Old 09-23-2007   #3 (permalink)
mbrown77


 
 

Re: Data Entry forms with WPF

Not to parrot what Laurent just said, but I definitely agree that
using a Grid for layout is definitely more conducive to sanity. And
using Blend even moreso. Depending on the time-frame on your project.
I would also highly recommend using VS 2008 and Blend 2 for you
development. Or at the very least, VS 2005 and Blend. I do recommend
at least becoming familiar with XAML. But, I wouldn't start a complex
UI with a blank Xaml file. Just like I wouldn't start a complex web
layout with blank html.

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
VB 2005 Windows forms Data Structure .NET General
Manage ACCESS MDE compiled MDB+forms+code to append data from vbs VB Script
simulate continuous forms & subforms in a windows forms application .NET General
Entering Data in Flash Forms Vista General
Data Fetching and system.windows.forms.form & .datagridview PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46