Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to GetHandle of Windows from Resource ID in ATL COM Pin
Adam Roderick J29-Jul-09 1:55
Adam Roderick J29-Jul-09 1:55 
AnswerRe: How to GetHandle of Windows from Resource ID in ATL COM Pin
Iain Clarke, Warrior Programmer29-Jul-09 2:55
Iain Clarke, Warrior Programmer29-Jul-09 2:55 
QuestionHow to control other non-focus application? Pin
audi0229-Jul-09 1:12
audi0229-Jul-09 1:12 
AnswerRe: How to control other non-focus application? Pin
Adam Roderick J29-Jul-09 1:41
Adam Roderick J29-Jul-09 1:41 
GeneralRe: How to control other non-focus application? Pin
audi0229-Jul-09 9:59
audi0229-Jul-09 9:59 
QuestionRe: How to control other non-focus application? Pin
audi023-Aug-09 22:49
audi023-Aug-09 22:49 
QuestionCreating a Data stream Pin
VCProgrammer29-Jul-09 0:55
VCProgrammer29-Jul-09 0:55 
AnswerRe: Creating a Data stream Pin
Iain Clarke, Warrior Programmer29-Jul-09 2:59
Iain Clarke, Warrior Programmer29-Jul-09 2:59 
Well, all code slows things down. That's what doing stuff does.

You have to be careful to not do too much inside loops, etc. Classic programming stuff.

What might speed things up a little is if you know the size of data you'll be writing is to GlobalAlloc a chunk of memory, and feed that to CreateStreamOnHGlobal instead of it having to reallocate. But it's doubtful you'll get a great improvement.

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need cotract work done, give me a job! http://cv.imcsoft.co.uk/[^]

QuestionHow to display the OpenCV image in CView (MFC) PinPopular
Sonhye Aui28-Jul-09 23:56
Sonhye Aui28-Jul-09 23:56 
QuestionHow to set proxy with xmlhttprequest Pin
Ash_VCPP28-Jul-09 23:30
Ash_VCPP28-Jul-09 23:30 
QuestionCHttpFile::SendRequest problem Pin
msn9228-Jul-09 22:29
msn9228-Jul-09 22:29 
AnswerRe: CHttpFile::SendRequest problem Pin
msn9228-Jul-09 22:58
msn9228-Jul-09 22:58 
GeneralRe: CHttpFile::SendRequest problem Pin
Swapnil Shah28-Jul-09 23:11
Swapnil Shah28-Jul-09 23:11 
GeneralRe: CHttpFile::SendRequest problem Pin
msn9229-Jul-09 1:32
msn9229-Jul-09 1:32 
QuestionScrolling into CListCtrl Pin
siko228-Jul-09 22:13
siko228-Jul-09 22:13 
AnswerRe: Scrolling into CListCtrl Pin
«_Superman_»28-Jul-09 22:49
professional«_Superman_»28-Jul-09 22:49 
QuestionMFC debug checking? Pin
duongcntt4b28-Jul-09 21:47
duongcntt4b28-Jul-09 21:47 
AnswerRe: MFC debug checking? Pin
Code-o-mat28-Jul-09 22:08
Code-o-mat28-Jul-09 22:08 
QuestionHow to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 21:32
WindowsVsLinux28-Jul-09 21:32 
QuestionRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 21:38
mveCPallini28-Jul-09 21:38 
AnswerRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 21:54
WindowsVsLinux28-Jul-09 21:54 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 22:30
mveCPallini28-Jul-09 22:30 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 22:40
WindowsVsLinux28-Jul-09 22:40 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 22:44
mveCPallini28-Jul-09 22:44 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 22:47
WindowsVsLinux28-Jul-09 22:47 

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.