S
ShadowChaser
The company I work for develops database applications
using .NET (C#). Much of our data could be best
represented in a "flow layout" or document-like format.
Unfortinately - there is no flow layout in .NET for
windows forms, only absolute positioning, which
abosoltely sucks for text integrated with controls (text
wrapping problems, etc).
Using a web browser isn't an option - We don't want
to "host" IE or use a web server.
Does anyone know if "Whidbey" (sp?) will support flow
layout for Windows Forms? (think "Microsoft Infopath").
This would be *insanely* usefull....
Thanks
using .NET (C#). Much of our data could be best
represented in a "flow layout" or document-like format.
Unfortinately - there is no flow layout in .NET for
windows forms, only absolute positioning, which
abosoltely sucks for text integrated with controls (text
wrapping problems, etc).
Using a web browser isn't an option - We don't want
to "host" IE or use a web server.
Does anyone know if "Whidbey" (sp?) will support flow
layout for Windows Forms? (think "Microsoft Infopath").
This would be *insanely* usefull....
Thanks