Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Printing with GUI+ Pin
Roger Allen19-Jan-04 23:29
Roger Allen19-Jan-04 23:29 
GeneralRe: Printing with GUI+ Pin
Burz19-Jan-04 23:42
Burz19-Jan-04 23:42 
GeneralRe: Printing with GUI+ Pin
Roger Allen20-Jan-04 0:34
Roger Allen20-Jan-04 0:34 
GeneralRe: Printing with GUI+ Pin
Burz20-Jan-04 0:40
Burz20-Jan-04 0:40 
GeneralRe: Printing with GUI+ Pin
Burz20-Jan-04 1:15
Burz20-Jan-04 1:15 
GeneralException Pin
murali_utr19-Jan-04 22:28
murali_utr19-Jan-04 22:28 
GeneralRe: Exception Pin
TrueKaine20-Jan-04 0:14
TrueKaine20-Jan-04 0:14 
GeneralRe: Exception Pin
22491720-Jan-04 1:46
22491720-Jan-04 1:46 
<br />
//Use an intermediate function<br />
<br />
CMyClass::OnExecute()<br />
{<br />
AfxBeginThread(myThreadCaller,NULL)<br />
}<br />
<br />
UINT myThreadCaller(LPVOID p)<br />
{<br />
//intermediate function<br />
//call the actual processing function here<br />
try<br />
{<br />
ActualFunctionThatThrowsException();<br />
}<br />
catch(..)<br />
{<br />
}<br />
}<br />
ActualFunctionThatThrowsException()<br />
{<br />
//throw the exception here<br />
}<br />


greatest thing is to do wot others think you cant Smile | :)
suhredayan@omniquad.com

Generaloverloading operator() in c++ Pin
Kri519-Jan-04 22:08
Kri519-Jan-04 22:08 
GeneralRe: overloading operator() in c++ Pin
Abhishek Srivastava19-Jan-04 22:27
Abhishek Srivastava19-Jan-04 22:27 
GeneralRe: overloading operator() in c++ Pin
Kri519-Jan-04 22:35
Kri519-Jan-04 22:35 
GeneralRe: overloading operator() in c++ Pin
Taka Muraoka19-Jan-04 22:44
Taka Muraoka19-Jan-04 22:44 
GeneralRe: overloading operator() in c++ Pin
Kri519-Jan-04 22:52
Kri519-Jan-04 22:52 
GeneralRe: overloading operator() in c++ Pin
Abhishek Srivastava19-Jan-04 22:44
Abhishek Srivastava19-Jan-04 22:44 
GeneralRe: overloading operator() in c++ Pin
Kri519-Jan-04 22:50
Kri519-Jan-04 22:50 
GeneralRe: overloading operator() in c++ Pin
Maxwell Chen19-Jan-04 22:52
Maxwell Chen19-Jan-04 22:52 
GeneralRe: overloading operator() in c++ Pin
Kri519-Jan-04 23:53
Kri519-Jan-04 23:53 
QuestionHow to remove silence from Wave file...? Pin
Srinivasa Rao Madala19-Jan-04 22:05
Srinivasa Rao Madala19-Jan-04 22:05 
QuestionHow to create a sizeable dialog (under MFC)? Pin
Jay.Jay19-Jan-04 21:57
Jay.Jay19-Jan-04 21:57 
AnswerRe: How to create a sizeable dialog (under MFC)? Pin
Brian D19-Jan-04 22:00
Brian D19-Jan-04 22:00 
AnswerRe: How to create a sizeable dialog (under MFC)? Pin
Burz20-Jan-04 0:49
Burz20-Jan-04 0:49 
GeneralRe: How to create a sizeable dialog (under MFC)? Pin
Jay.Jay22-Jan-04 3:11
Jay.Jay22-Jan-04 3:11 
GeneralRe: How to create a sizeable dialog (under MFC)? Pin
Burz22-Jan-04 3:33
Burz22-Jan-04 3:33 
GeneralRe: How to create a sizeable dialog (under MFC)? Pin
Jay.Jay22-Jan-04 23:58
Jay.Jay22-Jan-04 23:58 
QuestionDifferent behaviour between CommonControl- and MSForm- Buttons ?? Pin
Mephisto18719-Jan-04 21:42
Mephisto18719-Jan-04 21:42 

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.