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

Windows Forms

 
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 
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 
well Personally I hate to do more vertical scrolling then absolutely necessary...

I'd recommend either a presenter approach (the page reloads with what you want to present) or use a layout similar to what you describe, and use
tags to hide/show just "like" you would be doing in a tabbed document(this makes layout easier and I prefer the
approach because it is a lot more straightforward.)

If the wizard is a fundamental part, you may want to treat that as a flash app(however I am not familiar with these approaches), that way you can take control of the entire screen, grey out the background browser, and have a specialized solution just for your wizard. and this would be plug-able into your webapp...so...

I meant a one solution with ~3 projectss, a library(or folder of libraries), and 2 UI: winforms & webapp. then if you want to make some kinda mobile app down the road you can just add it to the solution, and add some dependencies and probably reuse a lot more code that way...
I'd blame it on the Brain farts.. But let's be honest, it really is more like a Methane factory between my ears some days then it is anything else...

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 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 9:29
bobishkindaguy22-Jul-10 9:29 
GeneralRe: What is best way to convert desktop app to web app? Pin
dan!sh 24-Jul-10 21:49
professional dan!sh 24-Jul-10 21:49 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:09
bobishkindaguy27-Jul-10 9:09 

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.