Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can vc++ call fortran's array dll? Pin
leckey8-May-08 16:39
leckey8-May-08 16:39 
GeneralOT Pin
CPallini9-May-08 8:03
mveCPallini9-May-08 8:03 
QuestionHow to change the Scrollbar's color and picture of CTreeCtrl control in VC++6.0? Pin
xqhrs2328-May-08 15:52
xqhrs2328-May-08 15:52 
AnswerRe: How to change the Scrollbar's color and picture of CTreeCtrl control in VC++6.0? Pin
xqhrs23214-May-08 17:20
xqhrs23214-May-08 17:20 
QuestionThread Name Pin
ForNow8-May-08 15:47
ForNow8-May-08 15:47 
AnswerRe: Thread Name Pin
Rajkumar R8-May-08 20:18
Rajkumar R8-May-08 20:18 
GeneralRe: Thread Name Pin
ForNow8-May-08 20:46
ForNow8-May-08 20:46 
GeneralRe: Thread Name Pin
Rajkumar R8-May-08 22:07
Rajkumar R8-May-08 22:07 
Then don't think about debugger SetThreadName, It is available for debugging purpose, if the debugger is not attached then no use you should not use that for final product.

You may use [Thread Local Storage win32 API^] to store the name of the thread at a particular index and retrieve the value.
GeneralRe: Thread Name Pin
ForNow9-May-08 0:52
ForNow9-May-08 0:52 
QuestionFtpCommand Function? Pin
monsieur_jj8-May-08 15:45
monsieur_jj8-May-08 15:45 
AnswerRe: FtpCommand Function? Pin
Randor 8-May-08 16:37
professional Randor 8-May-08 16:37 
GeneralRe: FtpCommand Function? Pin
ShilpiP8-May-08 19:30
ShilpiP8-May-08 19:30 
GeneralRe: FtpCommand Function? Pin
Randor 9-May-08 3:56
professional Randor 9-May-08 3:56 
GeneralRe: FtpCommand Function? Pin
ShilpiP11-May-08 19:24
ShilpiP11-May-08 19:24 
GeneralRe: FtpCommand Function? Pin
monsieur_jj8-May-08 21:58
monsieur_jj8-May-08 21:58 
GeneralRe: FtpCommand Function? Pin
monsieur_jj8-May-08 22:10
monsieur_jj8-May-08 22:10 
GeneralRe: FtpCommand Function? Pin
Randor 9-May-08 3:37
professional Randor 9-May-08 3:37 
GeneralRe: FtpCommand Function? Pin
monsieur_jj11-May-08 19:22
monsieur_jj11-May-08 19:22 
Questionwhy i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
xqhrs2328-May-08 15:42
xqhrs2328-May-08 15:42 
AnswerRe: why i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
David Crow8-May-08 16:21
David Crow8-May-08 16:21 
QuestionRe: why i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
Rajesh R Subramanian8-May-08 19:19
professionalRajesh R Subramanian8-May-08 19:19 
AnswerRe: why i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
Nitheesh George8-May-08 19:53
Nitheesh George8-May-08 19:53 
AnswerRe: why i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
Hamid_RT8-May-08 19:56
Hamid_RT8-May-08 19:56 
AnswerRe: why i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
Dan8-May-08 20:19
Dan8-May-08 20:19 
GeneralRe: why i cannot close a dialog? the close operation by a button which sendmessage the WM_CLOSE message. Pin
xqhrs2328-May-08 21:12
xqhrs2328-May-08 21:12 

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.