My app..

  • Thread starter Thread starter AA
  • Start date Start date
A

AA

Hi all
I want tomake an application that behaves both as a web application,and a
desktop app.
This means that whenever the net is running, this should behave as a web
app. But whenever the
net is down, it workd offline, as any other desktop app.
Is there any way to achieve this?
Regards.
 
Hi aa,

you are referring to a web-enabled application.

you application will basically be a windows-application which wil be
web-enabled. in the sense if wud use the net for its functionality. you can
design it behave suitably online & offline. You may look at httpwebrequest
and httpwebresponse classes:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemnethttpwebrequestclasstopic.asp or a webbrowser control:
http://www.codeproject.com/csharp/webbrowser.asp

hope that helps.
 
AA said:
This means that whenever the net is running, this should behave as a web
app. But whenever the
net is down, it workd offline, as any other desktop app.
Is there any way to achieve this?

Are you referring to the connection or the interface over the web?
 
Back
Top