Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to fix the cursor Pin
El Corazon6-Mar-08 5:52
El Corazon6-Mar-08 5:52 
GeneralRe: How to fix the cursor Pin
Mark Salsbery6-Mar-08 6:24
Mark Salsbery6-Mar-08 6:24 
GeneralRe: How to fix the cursor Pin
El Corazon6-Mar-08 11:58
El Corazon6-Mar-08 11:58 
GeneralRe: How to fix the cursor Pin
Rajesh R Subramanian6-Mar-08 20:27
professionalRajesh R Subramanian6-Mar-08 20:27 
GeneralRe: How to fix the cursor Pin
Rajesh R Subramanian6-Mar-08 8:04
professionalRajesh R Subramanian6-Mar-08 8:04 
GeneralRe: How to fix the cursor Pin
savitri7-Mar-08 23:21
savitri7-Mar-08 23:21 
GeneralCom Port Read [modified] Pin
shakumar_225-Mar-08 23:21
shakumar_225-Mar-08 23:21 
GeneralRe: Com Port Read Pin
CPallini5-Mar-08 23:29
mveCPallini5-Mar-08 23:29 
(1) enclose code snippets int <pre> tags.
(2) the following line
shakumar_22 wrote:
fwrite( &lpBuf, dwRead, 512, FilePtr );

is wrong: you're writing 512 times the amount of data you've read. Change it to:
fwrite( &lpBuf, 1, dwRead, FilePtr );

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: Com Port Read Pin
shakumar_225-Mar-08 23:42
shakumar_225-Mar-08 23:42 
QuestionRe: Com Port Read Pin
Rajkumar R5-Mar-08 23:46
Rajkumar R5-Mar-08 23:46 
QuestionRe: Com Port Read Pin
CPallini5-Mar-08 23:51
mveCPallini5-Mar-08 23:51 
GeneralRe: Com Port Read Pin
shakumar_226-Mar-08 19:13
shakumar_226-Mar-08 19:13 
GeneralRe: Com Port Read Pin
CPallini6-Mar-08 21:25
mveCPallini6-Mar-08 21:25 
GeneralRe: Com Port Read Pin
shakumar_226-Mar-08 22:00
shakumar_226-Mar-08 22:00 
GeneralRe: Com Port Read Pin
Rajkumar R6-Mar-08 22:30
Rajkumar R6-Mar-08 22:30 
QuestionCreateDesktop and 3DFlip State while using WINDOW-KEY + TAB keys Pin
Jayapal Chandran5-Mar-08 23:13
Jayapal Chandran5-Mar-08 23:13 
GeneralI port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
vicky000005-Mar-08 22:54
vicky000005-Mar-08 22:54 
QuestionRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
Rajesh R Subramanian5-Mar-08 22:56
professionalRajesh R Subramanian5-Mar-08 22:56 
GeneralRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
vicky000005-Mar-08 23:05
vicky000005-Mar-08 23:05 
QuestionRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
Rajesh R Subramanian5-Mar-08 23:12
professionalRajesh R Subramanian5-Mar-08 23:12 
GeneralRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
vicky000005-Mar-08 23:28
vicky000005-Mar-08 23:28 
QuestionRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
Rajesh R Subramanian5-Mar-08 23:34
professionalRajesh R Subramanian5-Mar-08 23:34 
GeneralRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
vicky000006-Mar-08 0:28
vicky000006-Mar-08 0:28 
AnswerRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
Rajesh R Subramanian6-Mar-08 0:39
professionalRajesh R Subramanian6-Mar-08 0:39 
GeneralRe: I port my application in vc++ 2005 to vc++ 2008 -registry entry code could not work properly. Pin
Mark Salsbery6-Mar-08 5:34
Mark Salsbery6-Mar-08 5:34 

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.