Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncan anyone help me.... please Pin
moodsey21121-Aug-05 22:55
moodsey21121-Aug-05 22:55 
AnswerRe: can anyone help me.... please Pin
toxcct21-Aug-05 23:00
toxcct21-Aug-05 23:00 
GeneralRe: can anyone help me.... please Pin
moodsey21121-Aug-05 23:24
moodsey21121-Aug-05 23:24 
GeneralRe: can anyone help me.... please Pin
toxcct22-Aug-05 0:10
toxcct22-Aug-05 0:10 
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 14:59
moodsey21122-Aug-05 14:59 
GeneralRe: can anyone help me.... please Pin
Anonymous22-Aug-05 0:12
Anonymous22-Aug-05 0:12 
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 15:09
moodsey21122-Aug-05 15:09 
GeneralRe: can anyone help me.... please Pin
Rage22-Aug-05 1:42
professionalRage22-Aug-05 1:42 
What kind of application do you have ? Plain Win32 ? MFC ?

If MFC, ihe best way to do this would be to have the executive tasks of your program located in User Interface independant classes (e.g. do not locate all computation functions in the MFC GUI derived classes), and call these tasks from the InitInstance function (e.g. if there are command line options when parsing the command line in InitInstance, do not call all the MFC GUI part).

~RaGE();
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 15:19
moodsey21122-Aug-05 15:19 
AnswerRe: can anyone help me.... please Pin
Trollslayer22-Aug-05 3:16
mentorTrollslayer22-Aug-05 3:16 
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 17:45
moodsey21122-Aug-05 17:45 
AnswerRe: can anyone help me.... please Pin
MailtoGops23-Aug-05 5:38
MailtoGops23-Aug-05 5:38 
GeneralRe: can anyone help me.... please Pin
moodse21124-Aug-05 0:19
sussmoodse21124-Aug-05 0:19 
GeneralRe: can anyone help me.... please Pin
moodsey211124-Aug-05 15:11
sussmoodsey211124-Aug-05 15:11 
GeneralRe: can anyone help me.... please Pin
moodsey21125-Aug-05 23:54
moodsey21125-Aug-05 23:54 
GeneralNeed to generate inner polygon vertices for the given outer polygon vertices Pin
uma_kanth_k21-Aug-05 22:54
uma_kanth_k21-Aug-05 22:54 
GeneralRe: Need to generate inner polygon vertices for the given outer polygon vertices Pin
dharani22-Aug-05 0:14
dharani22-Aug-05 0:14 
GeneralRe: Need to generate inner polygon vertices for the given outer polygon vertices Pin
uma_kanth_k22-Aug-05 0:38
uma_kanth_k22-Aug-05 0:38 
GeneralRe: Need to generate inner polygon vertices for the given outer polygon vertices Pin
uma_kanth_k22-Aug-05 2:00
uma_kanth_k22-Aug-05 2:00 
Generalscrollbar & big dialog's &where are my buttons Pin
Member 176444821-Aug-05 21:44
Member 176444821-Aug-05 21:44 
GeneralPlease Help Pin
Aditya Rao21-Aug-05 21:43
Aditya Rao21-Aug-05 21:43 
GeneralTransmiting video captured from a webcam to another system through LAN Pin
VCSharp00721-Aug-05 21:33
VCSharp00721-Aug-05 21:33 
Generalfile reading in a specific format Pin
a_david12321-Aug-05 21:04
a_david12321-Aug-05 21:04 
GeneralRe: file reading in a specific format Pin
toxcct21-Aug-05 21:19
toxcct21-Aug-05 21:19 
GeneralRe: file reading in a specific format Pin
Anonymous21-Aug-05 23:34
Anonymous21-Aug-05 23:34 

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.