Click here to Skip to main content
15,887,812 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 6:02
bobishkindaguy22-Jul-10 6:02 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 5:57
bobishkindaguy22-Jul-10 5:57 
GeneralRe: What is best way to convert desktop app to web app? Pin
MattRhoades22-Jul-10 6:47
MattRhoades22-Jul-10 6:47 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 7:16
bobishkindaguy22-Jul-10 7:16 
AnswerRe: What is best way to convert desktop app to web app? Pin
Ralph.Popp22-Jul-10 2:25
Ralph.Popp22-Jul-10 2:25 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 7:46
bobishkindaguy22-Jul-10 7:46 
AnswerRe: What is best way to convert desktop app to web app? Pin
ely_bob22-Jul-10 4:01
professionalely_bob22-Jul-10 4:01 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 5:32
bobishkindaguy22-Jul-10 5:32 
ely_bob wrote:
restructure your code base to enforce a presentation layer


My wife and I were discussing this last night, and that is exactly what I realized would be the first step!
A windows form has 3 files, the resx (which is the pics, which a web page also fetches), the designer, which is the layout, which a web page also must generate, and a code file, which a web page also has.
If I create that 4th file, a class that has all the real code in it, that is the file that will ultimately go on the server side.

ely_bob wrote:
pull all the presentation layer off into a separate solution


Hadn't thought of that point of putting it in a different solution. Perhaps you could share the motive for separating it to that degree.
Excellent practical advice, thank you!


ely_bob wrote:
all the necessary controls displayed on that single form


Why a single form? I'm sure you are saying this from experience.
____________________________________________________________________________________
The Vulcan Science Directorate has determined that time travel is impossible.

GeneralRe: What is best way to convert desktop app to web app? Pin
ely_bob22-Jul-10 6:27
professionalely_bob22-Jul-10 6:27 
GeneralRe: What is best way to convert desktop app to web app? [modified] Pin
bobishkindaguy22-Jul-10 10:10
bobishkindaguy22-Jul-10 10:10 
GeneralRe: What is best way to convert desktop app to web app? Pin
ely_bob23-Jul-10 4:07
professionalely_bob23-Jul-10 4:07 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:33
bobishkindaguy27-Jul-10 9:33 
AnswerRe: What is best way to convert desktop app to web app? Pin
tedmondson22-Jul-10 4:07
tedmondson22-Jul-10 4:07 
AnswerRe: What is best way to convert desktop app to web app? Pin
Machaira22-Jul-10 5:13
Machaira22-Jul-10 5:13 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 5:24
bobishkindaguy22-Jul-10 5:24 
GeneralRe: What is best way to convert desktop app to web app? Pin
MatrixDud22-Jul-10 5:56
MatrixDud22-Jul-10 5:56 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 6:35
bobishkindaguy22-Jul-10 6:35 
AnswerRe: What is best way to convert desktop app to web app? Pin
George from Saanichton22-Jul-10 5:40
George from Saanichton22-Jul-10 5:40 
GeneralRe: What is best way to convert desktop app to web app? Pin
MatrixDud22-Jul-10 5:49
MatrixDud22-Jul-10 5:49 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 6:31
bobishkindaguy22-Jul-10 6:31 
AnswerRe: What is best way to convert desktop app to web app? Pin
Member 459898622-Jul-10 6:10
Member 459898622-Jul-10 6:10 
AnswerRe: What is best way to convert desktop app to web app? Pin
squeek22-Jul-10 6:24
squeek22-Jul-10 6:24 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 8:04
bobishkindaguy22-Jul-10 8:04 
AnswerRe: What is best way to convert desktop app to web app? Pin
Hired Mind22-Jul-10 6:32
Hired Mind22-Jul-10 6:32 
AnswerRe: What is best way to convert desktop app to web app? Pin
dan!sh 22-Jul-10 6:38
professional dan!sh 22-Jul-10 6:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.