Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Tree control bug? Pin
James R. Twine8-Feb-06 4:59
James R. Twine8-Feb-06 4:59 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 5:07
Gary Wheeler8-Feb-06 5:07 
AnswerRe: Tree control bug? Pin
Jack Puppy8-Feb-06 7:09
Jack Puppy8-Feb-06 7:09 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 7:26
Gary Wheeler8-Feb-06 7:26 
QuestionHow to automatically start functioning Dailog based application Pin
Aqueel8-Feb-06 4:24
Aqueel8-Feb-06 4:24 
AnswerRe: How to automatically start functioning Dailog based application Pin
Maximilien8-Feb-06 4:33
Maximilien8-Feb-06 4:33 
GeneralRe: How to automatically start functioning Dailog based application Pin
Ryan Binns8-Feb-06 17:20
Ryan Binns8-Feb-06 17:20 
AnswerRe: How to automatically start functioning Dailog based application Pin
David Crow8-Feb-06 4:40
David Crow8-Feb-06 4:40 
Aqueel wrote:
I want that, by just executing my program, after it draws itself on computer screen, it should automatically start its work (i.e. scanning pc).


At the end of the OnInitDialog() method, call PostMessage() with a user-defined message. In the handler for that message, start your work.

Instead of a message, you could call AfxBeginThread(). This would allow your UI to remain active while the work was still going on.


"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli


AnswerRe: How to automatically start functioning Dailog based application Pin
Aqueel8-Feb-06 5:45
Aqueel8-Feb-06 5:45 
QuestionThunking issue Pin
indra208-Feb-06 3:56
indra208-Feb-06 3:56 
QuestionService can´t create objects Pin
Dyrl8-Feb-06 3:26
Dyrl8-Feb-06 3:26 
QuestionRe: Service can´t create objects Pin
David Crow8-Feb-06 3:32
David Crow8-Feb-06 3:32 
AnswerRe: Service can´t create objects Pin
Dyrl8-Feb-06 3:38
Dyrl8-Feb-06 3:38 
AnswerRe: Service can´t create objects Pin
Taka Muraoka8-Feb-06 3:42
Taka Muraoka8-Feb-06 3:42 
GeneralRe: Service can´t create objects Pin
Dyrl8-Feb-06 4:03
Dyrl8-Feb-06 4:03 
GeneralRe: Service can´t create objects Pin
Taka Muraoka8-Feb-06 4:07
Taka Muraoka8-Feb-06 4:07 
GeneralRe: Service can´t create objects Pin
David Crow8-Feb-06 4:21
David Crow8-Feb-06 4:21 
GeneralRe: Service can´t create objects Pin
Taka Muraoka8-Feb-06 4:26
Taka Muraoka8-Feb-06 4:26 
GeneralRe: Service can´t create objects Pin
Ryan Binns8-Feb-06 17:30
Ryan Binns8-Feb-06 17:30 
QuestionRe: Service can´t create objects Pin
David Crow9-Feb-06 2:48
David Crow9-Feb-06 2:48 
AnswerRe: Service can´t create objects Pin
Ryan Binns9-Feb-06 12:23
Ryan Binns9-Feb-06 12:23 
AnswerRe: Service can´t create objects Pin
BadKarma8-Feb-06 4:57
BadKarma8-Feb-06 4:57 
AnswerRe: Service can´t create objects Pin
Dyrl9-Feb-06 8:24
Dyrl9-Feb-06 8:24 
QuestionXP themes Pin
rrrado8-Feb-06 3:24
rrrado8-Feb-06 3:24 
AnswerRe: XP themes Pin
-Dy8-Feb-06 3:54
-Dy8-Feb-06 3:54 

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.