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

Windows Forms

 
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 
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 
Thanks again, ely_bob!

I have quite a few tabbed-dialogs and wizards.

What do you think of the idea of a webpage that aligns those vertically so the user work their way from the top down?

There's a notepad replacement app that does that, and it looks really cool. (Of course, that app is a desktop app ha ha ha)

Regarding the separate solution for the UI, do you mean separate project or separate solution completely?

Either way, I guess the code in the form would look something like (air-coding here):

Public Class WizForm1
Private m_UI_Handler As SomeUIHandlingProject
  Private Sub Done_Click (e,sender) Handles btnDone.Click
    m_UI_Handler.WizForm1_Handlers.DoneClick
  End Sub
End Class

____________________________________________________________________________________
The Vulcan Science Directorate has determined that time travel is impossible.
modified on Thursday, July 22, 2010 5:35 PM

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 
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 

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.