Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-21 Thread Thomas Tomiczek
> -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Geoff Taylor > Sent: Mittwoch, 21. April 2004 10:00 > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Using a common form for web &

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-21 Thread Geoff Taylor
Thomas Tomiczek wrote: This would speed things a lot, especially for enterprise development. Possibly. But only if you like extremely idiotic surfaces. Oh, I think that's a little harsh... You can do a lot in browser applications these days that was previously only possible in rich clients.

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-21 Thread Sean Hederman
MAIL PROTECTED] Behalf Of Thomas Tomiczek Sent: Tuesday, April 20, 2004 5:35 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application. > This would speed things a lot, especially for enterprise development. Possibly. But only if you l

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Shawn A. Van Ness
Or vice versa, host a .NET UserControl in the HTML... (I mention only for the sake of completeness -- and because I just accidentally replied to the cross-post on dotnet-winforms... please don't do that, Vince.) http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx Just how great

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Mark W
topics. [mailto:[EMAIL PROTECTED] On Behalf Of Vipul Patel Sent: Tuesday, 20 April 2004 9:55 p.m. To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Using a common form for web and windows-based application. We have a GUI based windows application and a Web based application. Both the applications are

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Curt Hagenlocher
From: "Seref Arikan" <[EMAIL PROTECTED]> > I'm certainly aware of the differences between local apps and HTML. The > ONLY capability i want to use is to display a form for data entry. > That's all. No data validation on client side, no fancy user interfaces, > they're as simple as they can be (cal

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Tiseo, Paul
osoft MVP C#/.NET) > (CTO PowerNodes Ltd.) > > > -Original Message- > > From: Moderated discussion of advanced .NET topics. > > [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan > > Sent: Dienstag, 20. April 2004 15:42 > > To: [EMAIL PROTECTED] >

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Brown, Peter
raphy) -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan Sent: Tuesday, April 20, 2004 11:22 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application. Well,

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Seref Arikan
[EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application. > This would speed things a lot, especially for enterprise development. Possibly. But only if you like extremely idiotic surfaces. You may not be aware of it, but the capabilities o

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Thomas Tomiczek
Of Seref Arikan > Sent: Dienstag, 20. April 2004 15:42 > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Using a common form for web > and windows-based application. > > Hi, > This is the question that i've been thinking about for some > time. My idea is to des

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Seref Arikan
5 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Using a common form for web and windows-based application. We have a GUI based windows application and a Web based application. Both the applications are accessing the same business logic to display the data. We have separately created Windows form

[ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Vipul Patel
We have a GUI based windows application and a Web based application. Both the applications are accessing the same business logic to display the data. We have separately created Windows forms for Windows application and Web forms for the web application. Is there a way by which we can save these fo