Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Answer2nd Repost.. Please Ignore. Pin
SandipG 10-Feb-09 19:49
SandipG 10-Feb-09 19:49 
General[Message Deleted] Pin
Purish Dwivedi10-Feb-09 21:54
Purish Dwivedi10-Feb-09 21:54 
RantPlease don't be rude Pin
CPallini10-Feb-09 22:26
mveCPallini10-Feb-09 22:26 
General[Message Deleted] Pin
Purish Dwivedi10-Feb-09 22:58
Purish Dwivedi10-Feb-09 22:58 
GeneralRe: Please don't be rude Pin
CPallini10-Feb-09 23:05
mveCPallini10-Feb-09 23:05 
Questioncreating app buttons Pin
uzziah010-Feb-09 16:09
uzziah010-Feb-09 16:09 
Questiondisable end program notification in console application Pin
Arif Liminto10-Feb-09 14:53
professionalArif Liminto10-Feb-09 14:53 
AnswerRe: disable end program notification in console application Pin
Eytukan10-Feb-09 16:18
Eytukan10-Feb-09 16:18 
Clean up thread? I think you are trying to clean up a live wire with your wet hands. Are you trying to terminate() your thread by force? if yes never do it. Just come out of the loop with a boolean condition check like.
<br />
while(bRunThread)<br />
{<br />
//run mad <br />
}<br />


When the user wants to come out, just set bRunThread =false.. and you can also use events to make sure the thread has really exited.





OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus


Best wishes to Rexx[^]

GeneralRe: disable end program notification in console application Pin
Arif Liminto10-Feb-09 16:27
professionalArif Liminto10-Feb-09 16:27 
GeneralRe: disable end program notification in console application Pin
Eytukan10-Feb-09 16:30
Eytukan10-Feb-09 16:30 
GeneralRe: disable end program notification in console application Pin
Arif Liminto10-Feb-09 17:50
professionalArif Liminto10-Feb-09 17:50 
Questionreturn in catch block Pin
clawton10-Feb-09 11:06
clawton10-Feb-09 11:06 
AnswerRe: return in catch block Pin
Stuart Dootson10-Feb-09 11:26
professionalStuart Dootson10-Feb-09 11:26 
GeneralRe: return in catch block Pin
clawton10-Feb-09 11:32
clawton10-Feb-09 11:32 
GeneralRe: return in catch block Pin
Stuart Dootson10-Feb-09 12:10
professionalStuart Dootson10-Feb-09 12:10 
GeneralRe: return in catch block Pin
Stuart Dootson10-Feb-09 12:10
professionalStuart Dootson10-Feb-09 12:10 
GeneralRe: return in catch block Pin
Luc Pattyn10-Feb-09 15:04
sitebuilderLuc Pattyn10-Feb-09 15:04 
AnswerRe: return in catch block Pin
Eytukan10-Feb-09 16:19
Eytukan10-Feb-09 16:19 
AnswerRe: return in catch block Pin
ehaerim21-Nov-11 14:15
ehaerim21-Nov-11 14:15 
GeneralRe: return in catch block Pin
clawton21-Nov-11 17:45
clawton21-Nov-11 17:45 
QuestionResolve the IP from a MAC (ARP) Pin
thelonesquirrely10-Feb-09 10:40
thelonesquirrely10-Feb-09 10:40 
AnswerRe: Resolve the IP from a MAC (ARP) Pin
led mike10-Feb-09 11:01
led mike10-Feb-09 11:01 
GeneralRe: Resolve the IP from a MAC (ARP) Pin
thelonesquirrely10-Feb-09 11:11
thelonesquirrely10-Feb-09 11:11 
GeneralRe: Resolve the IP from a MAC (ARP) Pin
led mike10-Feb-09 11:45
led mike10-Feb-09 11:45 
GeneralRe: Resolve the MAC from an IP (ARP) Pin
thelonesquirrely10-Feb-09 11:59
thelonesquirrely10-Feb-09 11:59 

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.