VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application 
Author Message
 VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application

I am working on an inventory system.  We wrote the original application as a
Windows Application and wrote the code in VB.NET.  We now want to change the
application to a Web Application still using VB.NET.

I can tell there is no simple convert button or menu choice.  Is there a
best practices document or suggestions for the conversion by Microsoft or by
a .NET expert for making the conversion from a thick client application
using VB.NET to a Web Application using VB.NET?

Thanks in advance for any assistance that can be offered,

Mark J. Kilroy



Mon, 28 Mar 2005 21:08:53 GMT  
 VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application
Are you aware that winforms  can be run in a browser, not sure of a link but
try MSDN

Colin


Quote:
> I am working on an inventory system.  We wrote the original application as
a
> Windows Application and wrote the code in VB.NET.  We now want to change
the
> application to a Web Application still using VB.NET.

> I can tell there is no simple convert button or menu choice.  Is there a
> best practices document or suggestions for the conversion by Microsoft or
by
> a .NET expert for making the conversion from a thick client application
> using VB.NET to a Web Application using VB.NET?

> Thanks in advance for any assistance that can be offered,

> Mark J. Kilroy



Mon, 28 Mar 2005 21:40:01 GMT  
 VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application
I see that you can deploy the application through the web, granted the user
has rights to install the application onto a workstation, my client does not
allow the users to install software.  But I have not seen any information
that allows a Windows Form to run in a browser.

That would be great if I am wrong,

Mark J. Kilroy

Quote:

> Are you aware that winforms  can be run in a browser, not sure of a link
but
> try MSDN

> Colin



> > I am working on an inventory system.  We wrote the original application
as
> a
> > Windows Application and wrote the code in VB.NET.  We now want to change
> the
> > application to a Web Application still using VB.NET.

> > I can tell there is no simple convert button or menu choice.  Is there a
> > best practices document or suggestions for the conversion by Microsoft
or
> by
> > a .NET expert for making the conversion from a thick client application
> > using VB.NET to a Web Application using VB.NET?

> > Thanks in advance for any assistance that can be offered,

> > Mark J. Kilroy



Tue, 29 Mar 2005 01:33:29 GMT  
 VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application
look harder,
apparently you compile as a dll and run in the browser try the archives of
visual studio or .net magazine


Quote:
> I see that you can deploy the application through the web, granted the
user
> has rights to install the application onto a workstation, my client does
not
> allow the users to install software.  But I have not seen any information
> that allows a Windows Form to run in a browser.

> That would be great if I am wrong,

> Mark J. Kilroy


> > Are you aware that winforms  can be run in a browser, not sure of a link
> but
> > try MSDN

> > Colin



> > > I am working on an inventory system.  We wrote the original
application
> as
> > a
> > > Windows Application and wrote the code in VB.NET.  We now want to
change
> > the
> > > application to a Web Application still using VB.NET.

> > > I can tell there is no simple convert button or menu choice.  Is there
a
> > > best practices document or suggestions for the conversion by Microsoft
> or
> > by
> > > a .NET expert for making the conversion from a thick client
application
> > > using VB.NET to a Web Application using VB.NET?

> > > Thanks in advance for any assistance that can be offered,

> > > Mark J. Kilroy



Tue, 29 Mar 2005 03:41:35 GMT  
 VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application
try this article

Quote:
> > In the September, 2002 issue of Visual Studio Magazine (Pg. 42), there
is a
> > discussion of using .NET WinForms in the browser.

> look harder,
> apparently you compile as a dll and run in the browser try the archives of
> visual studio or .net magazine



> > I see that you can deploy the application through the web, granted the
> user
> > has rights to install the application onto a workstation, my client does
> not
> > allow the users to install software.  But I have not seen any
information
> > that allows a Windows Form to run in a browser.

> > That would be great if I am wrong,

> > Mark J. Kilroy


> > > Are you aware that winforms  can be run in a browser, not sure of a
link
> > but
> > > try MSDN

> > > Colin



> > > > I am working on an inventory system.  We wrote the original
> application
> > as
> > > a
> > > > Windows Application and wrote the code in VB.NET.  We now want to
> change
> > > the
> > > > application to a Web Application still using VB.NET.

> > > > I can tell there is no simple convert button or menu choice.  Is
there
> a
> > > > best practices document or suggestions for the conversion by
Microsoft
> > or
> > > by
> > > > a .NET expert for making the conversion from a thick client
> application
> > > > using VB.NET to a Web Application using VB.NET?

> > > > Thanks in advance for any assistance that can be offered,

> > > > Mark J. Kilroy



Tue, 29 Mar 2005 03:59:52 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Convert VB.Net to C#, convert C# to VB.Net

2. Can I use VB.net to develop an asp.net web application

3. Deploying vb.net windows form application on a pc without the .net framework

4. Converting a VB.Net source to a C#.Net source

5. VB.NET with ASP.NET web forms

6. vb.net step by step by Michael Halvorsen

7. ADO.NET with ASP.NET using VB.NET

8. how to use the system.net.sockets and system.net in VB.net

9. VS.Net + Cr.Net and VB.Net

10. Windows CE.NET AND VB.NET

11. VB.NET application and CR.NET - Change grouping method at runtime

12. Develop WinCE.NET application with VB.NET

 

 
Powered by phpBB® Forum Software