Click here to Skip to main content
15,881,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SHFILEOPSTRUCT in unicode Pin
Jijo.Raj22-Mar-09 20:53
Jijo.Raj22-Mar-09 20:53 
GeneralRe: SHFILEOPSTRUCT in unicode Pin
p_196022-Mar-09 22:07
p_196022-Mar-09 22:07 
GeneralRe: SHFILEOPSTRUCT in unicode Pin
CPallini22-Mar-09 22:14
mveCPallini22-Mar-09 22:14 
AnswerRe: SHFILEOPSTRUCT in unicode [modified] Pin
Iain Clarke, Warrior Programmer22-Mar-09 23:45
Iain Clarke, Warrior Programmer22-Mar-09 23:45 
GeneralRe: SHFILEOPSTRUCT in unicode Pin
p_196023-Mar-09 0:05
p_196023-Mar-09 0:05 
GeneralRe: SHFILEOPSTRUCT in unicode Pin
Iain Clarke, Warrior Programmer23-Mar-09 0:13
Iain Clarke, Warrior Programmer23-Mar-09 0:13 
QuestionMultiThreading Pin
NewVC++22-Mar-09 19:45
NewVC++22-Mar-09 19:45 
AnswerRe: MultiThreading Pin
_AnsHUMAN_ 22-Mar-09 20:00
_AnsHUMAN_ 22-Mar-09 20:00 
NewVC++ wrote:
How can i create and call multithreading

No you don't create something known as multithreading or neither call it. It's a concept where you instantiate multiple threads, allow them to run, synchronize them and blah blah....
You will find some excellent articles on multithreading on Code Project. Just use the search window
If you are calling the same function on the same thread than it is not multi threading.
You can use a while loop inside the thread function and call the required function as many times as you need.

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

GeneralRe: MultiThreading Pin
NewVC++22-Mar-09 20:17
NewVC++22-Mar-09 20:17 
GeneralRe: MultiThreading Pin
_AnsHUMAN_ 22-Mar-09 20:22
_AnsHUMAN_ 22-Mar-09 20:22 
AnswerRe: MultiThreading Pin
David Crow23-Mar-09 3:34
David Crow23-Mar-09 3:34 
QuestionDrag & drop between tree controls(Very Urgent........) Pin
AnithaSubramani22-Mar-09 19:22
AnithaSubramani22-Mar-09 19:22 
AnswerRe: Drag & drop between tree controls(Very Urgent........) Pin
Jijo.Raj22-Mar-09 19:45
Jijo.Raj22-Mar-09 19:45 
AnswerRe: Drag & drop between tree controls(Very Urgent........) Pin
Iain Clarke, Warrior Programmer23-Mar-09 0:07
Iain Clarke, Warrior Programmer23-Mar-09 0:07 
QuestionRe: Drag & drop between tree controls(Very Urgent........) Pin
David Crow23-Mar-09 3:37
David Crow23-Mar-09 3:37 
QuestionOle problem when using with Microsoft Power Point Pin
Member 411184722-Mar-09 18:40
Member 411184722-Mar-09 18:40 
QuestionBuild Errors Using CString not CStringT Pin
ForNow22-Mar-09 10:53
ForNow22-Mar-09 10:53 
AnswerRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 14:35
professionalJoe Woodbury22-Mar-09 14:35 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 14:51
ForNow22-Mar-09 14:51 
GeneralRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 14:59
professionalJoe Woodbury22-Mar-09 14:59 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 15:12
ForNow22-Mar-09 15:12 
GeneralRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 15:25
professionalJoe Woodbury22-Mar-09 15:25 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 15:42
ForNow22-Mar-09 15:42 
GeneralRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 15:57
professionalJoe Woodbury22-Mar-09 15:57 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 16:09
ForNow22-Mar-09 16:09 

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.