Click here to Skip to main content
15,919,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to put IStream into IDataObject Pin
Stephen Hewitt28-Jan-06 1:04
Stephen Hewitt28-Jan-06 1:04 
GeneralRe: How to put IStream into IDataObject Pin
saravana pandy28-Jan-06 1:21
saravana pandy28-Jan-06 1:21 
GeneralRe: How to put IStream into IDataObject Pin
Stephen Hewitt28-Jan-06 1:51
Stephen Hewitt28-Jan-06 1:51 
GeneralRe: How to put IStream into IDataObject Pin
saravana pandy28-Jan-06 2:01
saravana pandy28-Jan-06 2:01 
GeneralRe: How to put IStream into IDataObject Pin
Stephen Hewitt28-Jan-06 2:19
Stephen Hewitt28-Jan-06 2:19 
GeneralRe: How to put IStream into IDataObject Pin
saravana pandy28-Jan-06 2:32
saravana pandy28-Jan-06 2:32 
GeneralRe: How to put IStream into IDataObject Pin
Stephen Hewitt28-Jan-06 18:05
Stephen Hewitt28-Jan-06 18:05 
Questionhelp!!!!!!! Pin
V.G27-Jan-06 20:19
V.G27-Jan-06 20:19 
AnswerRe: help!!!!!!! Pin
Bobby Dreamer198527-Jan-06 22:47
Bobby Dreamer198527-Jan-06 22:47 
Questionfatal error RC1015: cannot open include file 'res\Tracker.rc2'. Pin
anishchowdhri27-Jan-06 14:28
anishchowdhri27-Jan-06 14:28 
AnswerRe: fatal error RC1015: cannot open include file 'res\Tracker.rc2'. Pin
Stephen Hewitt27-Jan-06 19:30
Stephen Hewitt27-Jan-06 19:30 
GeneralRe: fatal error RC1015: cannot open include file 'res\Tracker.rc2'. Pin
anishchowdhri29-Jan-06 11:54
anishchowdhri29-Jan-06 11:54 
GeneralRe: fatal error RC1015: cannot open include file 'res\Tracker.rc2'. Pin
Stephen Hewitt29-Jan-06 11:57
Stephen Hewitt29-Jan-06 11:57 
GeneralRe: fatal error RC1015: cannot open include file 'res\Tracker.rc2'. Pin
anishchowdhri31-Jan-06 12:45
anishchowdhri31-Jan-06 12:45 
QuestionSlow Cout down? Pin
DraconicNeo27-Jan-06 12:18
DraconicNeo27-Jan-06 12:18 
AnswerRe: Slow Cout down? Pin
PJ Arends27-Jan-06 12:35
professionalPJ Arends27-Jan-06 12:35 
Output one letter at a time with a call to Sleep() inbetween each leter.
cout << 'y';
Sleep(50);
cout << 'o';
Sleep(50);
...
cout << endl;<pre> 

<hr>
"You're obviously a superstar." - <small> Christian Graus about me - 12 Feb '03</small>

"Obviously ???  You're definitely a superstar!!!" - <small>mYkel - 21 Jun '04</small> 

"There's not enough blatant self-congratulatory backslapping in the world today..." - <small>HumblePie - 21 Jun '05</small>

Within you lies the power for good - Use it!

GeneralRe: Slow Cout down? Pin
DraconicNeo27-Jan-06 14:41
DraconicNeo27-Jan-06 14:41 
AnswerRe: Slow Cout down? Pin
Bob Stanneveld28-Jan-06 3:52
Bob Stanneveld28-Jan-06 3:52 
QuestionParent caption painting on modal Pin
systinte527-Jan-06 9:58
systinte527-Jan-06 9:58 
Questionhow do hooks of zonealarm or spybot work? Pin
ThinkingPrometheus27-Jan-06 8:57
ThinkingPrometheus27-Jan-06 8:57 
AnswerRe: how do hooks of zonealarm or spybot work? Pin
ddmcr27-Jan-06 9:25
ddmcr27-Jan-06 9:25 
AnswerRe: how do hooks of zonealarm or spybot work? Pin
David Crow27-Jan-06 9:31
David Crow27-Jan-06 9:31 
AnswerRe: how do hooks of zonealarm or spybot work? Pin
Stephen Hewitt27-Jan-06 19:19
Stephen Hewitt27-Jan-06 19:19 
GeneralRe: how do hooks of zonealarm or spybot work? Pin
ThinkingPrometheus29-Jan-06 19:32
ThinkingPrometheus29-Jan-06 19:32 
QuestionConverting from wchar_t* to char* Pin
Allad27-Jan-06 7:59
Allad27-Jan-06 7: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.