Window Form Application Online

Thread Solved

Join Date: Jun 2009
Posts: 44
Reputation: mundetas is an unknown quantity at this point 
Solved Threads: 0
mundetas mundetas is offline Offline
Light Poster

Window Form Application Online

 
0
  #1
Jun 23rd, 2009
I would like to put my windows form application to be online, where by it will connect to a webserver and get data from the database on the webserver. Are there any sites or ebooks I can get on windows app going online
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 3,793
Reputation: sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of 
Solved Threads: 698
Sponsor
Featured Poster
sknake's Avatar
sknake sknake is offline Offline
.NET Enthusiast

Re: Window Form Application Online

 
0
  #2
Jun 23rd, 2009
You would be best off creating an ASP.NET application and moving your logic to a web project. There are software products out there to get form applications online but they're obviously not native and performance/usability suffers. Is there any reason you don't want to do a web project?
Scott Knake
Custom Software Development
Apex Software, Inc.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 44
Reputation: mundetas is an unknown quantity at this point 
Solved Threads: 0
mundetas mundetas is offline Offline
Light Poster

Re: Window Form Application Online

 
0
  #3
Jun 24th, 2009
The reason why I ask is because i have used an application that connected to an online server to get data from a database on a webserver and there was no use of web browser.I don't want to create my application using a web browser I want a windows form application.Are there any technologies I need to look into references would be great
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 3,955
Reputation: adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future adatapost has a brilliant future 
Solved Threads: 707
Moderator
adatapost adatapost is offline Offline
Senior Poster

Re: Window Form Application Online

 
0
  #4
Jun 24th, 2009
Use classes from System.Net namespace ; System.Net.WebClient.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 17
Reputation: Donish is an unknown quantity at this point 
Solved Threads: 1
Donish Donish is offline Offline
Newbie Poster

Re: Window Form Application Online

 
0
  #5
Jun 24th, 2009
Originally Posted by mundetas View Post
I would like to put my windows form application to be online, where by it will connect to a webserver and get data from the database on the webserver. Are there any sites or ebooks I can get on windows app going online
same question. the only difference is my windows application will be accessed through a browser. Is it possible to get windows application online?

thanks!
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 258
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Window Form Application Online

 
0
  #6
Jun 24th, 2009
What do you mean with online? Internet or Intranet?
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 17
Reputation: Donish is an unknown quantity at this point 
Solved Threads: 1
Donish Donish is offline Offline
Newbie Poster

Re: Window Form Application Online

 
0
  #7
Jun 24th, 2009
Originally Posted by Ramy Mahrous View Post
What do you mean with online? Internet or Intranet?
I mean internet. Kind of booking system.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 258
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Window Form Application Online

 
0
  #8
Jun 24th, 2009
The only applicable scenario is everyone (clients) install client application (.exe) and all the functionalities in it; talk directly to webservice which handles requests and responds back to the client.
What you need to know is
Host webservices on domain like any web application.
Talk to webservices from any client application.

All about webservices http://msdn.microsoft.com/en-us/library/ms996507.aspx

Another alternative is to use WCF, I personally recommend it http://msdn.microsoft.com/en-us/netf.../aa663324.aspx
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 17
Reputation: Donish is an unknown quantity at this point 
Solved Threads: 1
Donish Donish is offline Offline
Newbie Poster

Re: Window Form Application Online

 
0
  #9
Jun 24th, 2009
Originally Posted by Ramy Mahrous View Post
The only applicable scenario is everyone (clients) install client application (.exe) and all the functionalities in it; talk directly to webservice which handles requests and responds back to the client.
What you need to know is
Host webservices on domain like any web application.
Talk to webservices from any client application.

All about webservices http://msdn.microsoft.com/en-us/library/ms996507.aspx

Another alternative is to use WCF, I personally recommend it http://msdn.microsoft.com/en-us/netf.../aa663324.aspx
Thanks for the quick reply!

I don't want everyone to install the application in their PC I just want them access a website where Windows Application is embedded.
So, I am thinking whether to use C# or ASP.Net
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 258
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Window Form Application Online

 
0
  #10
Jun 24th, 2009
All my replies were on direction to use Windows-based application.
SURE THE LOGICAL SOLUTION is to use Web-based application (ASP.NET), it's very easy and you'll go through it quickly. Best of luck
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 640 | Replies: 12
Thread Tools Search this Thread



Tag cloud for C#
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC