Click here to Skip to main content
15,891,513 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAdd custom task pane in outlook 2003 using vb.net 2005 Pin
~Khatri Mitesh~24-May-08 4:47
~Khatri Mitesh~24-May-08 4:47 
QuestionRegex required Pin
d_smit24-May-08 4:23
d_smit24-May-08 4:23 
QuestionLogin Restriction Pin
Sritanu _ Ghosh24-May-08 3:54
Sritanu _ Ghosh24-May-08 3:54 
AnswerRe: Login Restriction Pin
jzonthemtn24-May-08 5:10
jzonthemtn24-May-08 5:10 
GeneralRe: Login Restriction Pin
Sritanu _ Ghosh26-May-08 3:58
Sritanu _ Ghosh26-May-08 3:58 
GeneralRe: Login Restriction Pin
jzonthemtn26-May-08 7:30
jzonthemtn26-May-08 7:30 
QuestionConverting MFC apps to .net Pin
Fu Manchu24-May-08 1:17
Fu Manchu24-May-08 1:17 
AnswerRe: Converting MFC apps to .net Pin
Garth J Lancaster24-May-08 2:32
professionalGarth J Lancaster24-May-08 2:32 
you're talking about a significant amount of effort - it doesnt even translate 1 for 1 - it depends on lots of things eg how much input is coming from the dialog etc if the MFC app is using a dialog for input .. while I dont agree of the way you've treated 'led mike' or your 'just so obnoxious' comment, Id start like this ...

1) Ascertain all the dialog inputs from the MFC program - maybe design an XML file or such that will be read by the console program, and feed it as an argument on the command line

2) Look at all the calculation logic in the MFC program - it could be spread across all sorts of classes/locations. If you have discrete classes, single them out for inclusion into the console program, else bundle all the code etc, think about where in the console prog it will sit/be accessed - under main() for instance

3) any output from the MFC that went to a listbox for example, and the results of your calculations can be output to cout, cerr etc using iostreams

but I suspect you'll already have thought of all that

'g'
GeneralRe: Converting MFC apps to .net Pin
Fu Manchu24-May-08 2:51
Fu Manchu24-May-08 2:51 
GeneralRe: Converting MFC apps to .net Pin
Garth J Lancaster24-May-08 2:56
professionalGarth J Lancaster24-May-08 2:56 
GeneralRe: Converting MFC apps to .net Pin
Fu Manchu24-May-08 3:02
Fu Manchu24-May-08 3:02 
GeneralRe: Converting MFC apps to .net Pin
Garth J Lancaster24-May-08 3:16
professionalGarth J Lancaster24-May-08 3:16 
QuestionGet the list of currently Running program Pin
Rupesh Kumar Swami23-May-08 23:23
Rupesh Kumar Swami23-May-08 23:23 
AnswerRe: Get the list of currently Running program Pin
Fu Manchu24-May-08 1:58
Fu Manchu24-May-08 1:58 
AnswerRe: Get the list of currently Running program Pin
~Khatri Mitesh~24-May-08 6:03
~Khatri Mitesh~24-May-08 6:03 
AnswerRe: Get the list of currently Running program Pin
~Khatri Mitesh~26-May-08 3:46
~Khatri Mitesh~26-May-08 3:46 
Questionstring convert to operator Pin
dimuthuvbnet23-May-08 22:05
dimuthuvbnet23-May-08 22:05 
AnswerRe: string convert to operator Pin
Fu Manchu24-May-08 2:10
Fu Manchu24-May-08 2:10 
GeneralRe: string convert to operator Pin
dimuthuvbnet24-May-08 18:37
dimuthuvbnet24-May-08 18:37 
QuestionRegular Expressions Pin
georgegarvasis23-May-08 18:07
georgegarvasis23-May-08 18:07 
AnswerRe: Regular Expressions Pin
Garth J Lancaster24-May-08 2:39
professionalGarth J Lancaster24-May-08 2:39 
QuestionLoop question (beginner) Pin
mark19223-May-08 5:04
mark19223-May-08 5:04 
AnswerRe: Loop question (beginner) Pin
darkelv23-May-08 5:12
darkelv23-May-08 5:12 
GeneralRe: Loop question (beginner) Pin
mark19223-May-08 5:18
mark19223-May-08 5:18 
GeneralRe: Loop question (beginner) Pin
darkelv23-May-08 20:29
darkelv23-May-08 20:29 

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.