943,859 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Marked Solved
  • Views: 918
  • C# RSS
You are currently viewing page 1 of this multi-page discussion thread
Jun 23rd, 2009
0

Window Form Application Online

Expand 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
Reputation Points: 10
Solved Threads: 1
Light Poster
mundetas is offline Offline
44 posts
since Jun 2009
Jun 23rd, 2009
0

Re: Window Form Application Online

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?
Featured Poster
Reputation Points: 1749
Solved Threads: 735
Senior Poster
sknake is offline Offline
3,948 posts
since Feb 2009
Jun 24th, 2009
0

Re: Window Form Application Online

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
Reputation Points: 10
Solved Threads: 1
Light Poster
mundetas is offline Offline
44 posts
since Jun 2009
Jun 24th, 2009
0

Re: Window Form Application Online

Use classes from System.Net namespace ; System.Net.WebClient.
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008
Jun 24th, 2009
0

Re: Window Form Application Online

Click to Expand / Collapse  Quote originally posted by mundetas ...
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!
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Donish is offline Offline
17 posts
since Jun 2009
Jun 24th, 2009
0

Re: Window Form Application Online

What do you mean with online? Internet or Intranet?
Featured Poster
Reputation Points: 480
Solved Threads: 276
Postaholic
Ramy Mahrous is offline Offline
2,189 posts
since Aug 2006
Jun 24th, 2009
0

Re: Window Form Application Online

What do you mean with online? Internet or Intranet?
I mean internet. Kind of booking system.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Donish is offline Offline
17 posts
since Jun 2009
Jun 24th, 2009
0

Re: Window Form Application Online

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
Featured Poster
Reputation Points: 480
Solved Threads: 276
Postaholic
Ramy Mahrous is offline Offline
2,189 posts
since Aug 2006
Jun 24th, 2009
0

Re: Window Form Application Online

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
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Donish is offline Offline
17 posts
since Jun 2009
Jun 24th, 2009
0

Re: Window Form Application Online

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
Featured Poster
Reputation Points: 480
Solved Threads: 276
Postaholic
Ramy Mahrous is offline Offline
2,189 posts
since Aug 2006

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: Datetime conversion
Next Thread in C# Forum Timeline: changing windows user password using windows application





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC