Click here to Skip to main content
15,907,910 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text Boxes in C++ Pin
Owner drawn16-Jan-06 1:19
Owner drawn16-Jan-06 1:19 
AnswerRe: Text Boxes in C++ Pin
Eytukan16-Jan-06 2:32
Eytukan16-Jan-06 2:32 
AnswerRe: Text Boxes in C++ Pin
Gktony16-Jan-06 3:13
Gktony16-Jan-06 3:13 
GeneralRe: Text Boxes in C++ Pin
toxcct16-Jan-06 3:24
toxcct16-Jan-06 3:24 
QuestionAccessing Namespace in other class Pin
romuzu16-Jan-06 0:42
romuzu16-Jan-06 0:42 
AnswerRe: Accessing Namespace in other class Pin
Owner drawn16-Jan-06 1:11
Owner drawn16-Jan-06 1:11 
Questionhow to use thread Pin
cancerion16-Jan-06 0:31
cancerion16-Jan-06 0:31 
AnswerRe: how to use thread Pin
Owner drawn16-Jan-06 1:18
Owner drawn16-Jan-06 1:18 
cancerion wrote:
but it works only once ,mean to send another file i have to restart the application


What has threads got to do with it. There must be something wrong with your application design.

Well as far as threads are concerned you can use

AfxBeginThread(...) //for starting off a thread

AfxEndThread()//to clean up a thread.

And take a look at the CWinThread class too.


cancerion wrote:
if possibe give me an example of code.
my id is tosachingupta@gmail.com


Run

Jesus LovesRose | [Rose]
<marquee direction="up" height="40" scrolldelay="1" step="1" scrollamount="1" style="background:#aabbcc;border-bottom:thin solid 1px #6699cc">
--Owner DrawnRose | [Rose]
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is LordRose | [Rose]

AnswerRe: how to use thread Pin
Eytukan16-Jan-06 3:07
Eytukan16-Jan-06 3:07 
AnswerRe: how to use thread Pin
ThatsAlok16-Jan-06 17:24
ThatsAlok16-Jan-06 17:24 
QuestionRescale video data Pin
dennis2416-Jan-06 0:12
dennis2416-Jan-06 0:12 
QuestionMS DataGrid Change Caption of Column Headers Pin
sdancer7515-Jan-06 22:44
sdancer7515-Jan-06 22:44 
QuestionADO 'Background Fetch Size' Pin
tuxyboy15-Jan-06 22:41
tuxyboy15-Jan-06 22:41 
QuestionLink error Pin
Russell'15-Jan-06 22:39
Russell'15-Jan-06 22:39 
AnswerRe: Link error Pin
tuxyboy15-Jan-06 22:46
tuxyboy15-Jan-06 22:46 
GeneralRe: Link error Pin
Prakash Nadar15-Jan-06 22:46
Prakash Nadar15-Jan-06 22:46 
AnswerRe: Link error Pin
Prakash Nadar15-Jan-06 22:46
Prakash Nadar15-Jan-06 22:46 
AnswerRe: Link error Pin
vallikumar16-Jan-06 17:35
vallikumar16-Jan-06 17:35 
GeneralRe: Link error Pin
Russell'15-Jan-06 23:44
Russell'15-Jan-06 23:44 
GeneralRe: Link error Pin
Prakash Nadar15-Jan-06 23:50
Prakash Nadar15-Jan-06 23:50 
GeneralRe: Link error Pin
Prakash Nadar15-Jan-06 23:52
Prakash Nadar15-Jan-06 23:52 
GeneralRe: Link error Pin
Russell'16-Jan-06 0:01
Russell'16-Jan-06 0:01 
GeneralRe: Link error Pin
Prakash Nadar16-Jan-06 0:16
Prakash Nadar16-Jan-06 0:16 
Questionunit test case Pin
bigbluff15-Jan-06 20:48
bigbluff15-Jan-06 20:48 
AnswerRe: unit test case Pin
toxcct15-Jan-06 21:40
toxcct15-Jan-06 21:40 

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.