Click here to Skip to main content
15,917,321 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: datatransfer Pin
Mohanraj D19-May-08 20:18
Mohanraj D19-May-08 20:18 
GeneralRe: datatransfer Pin
Mohanraj D19-May-08 20:19
Mohanraj D19-May-08 20:19 
AnswerRe: datatransfer Pin
Rajesh R Subramanian19-May-08 1:04
professionalRajesh R Subramanian19-May-08 1:04 
GeneralRe: datatransfer Pin
David Crow19-May-08 4:00
David Crow19-May-08 4:00 
AnswerRe: datatransfer Pin
Hamid_RT19-May-08 1:34
Hamid_RT19-May-08 1:34 
Questionproblem with fwrite Pin
Cadimi18-May-08 22:50
Cadimi18-May-08 22:50 
QuestionRe: problem with fwrite Pin
CPallini18-May-08 22:56
mveCPallini18-May-08 22:56 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 2:28
Cadimi19-May-08 2:28 
I do it on Visual Studio 2005 SP1. I added config.pcm into my solution. After I had run my program, if config.pcm changed the content, then Visual Studio would ask you to update the content of that file. When I debug, I see the file pointer increase, but after I closed fout, VS didn't ask me to update the content -> the content hadn't been modified. m_hkArr is vector <hotkey> m_hkArr. The structure of struct HOTKEY:
struct HOTKEY
{
BOOL isCtrl;
UINT c;
TCHAR szPath[256];
int id; //id of this hot key
};

This struct is self-identified Hotkey Big Grin | :-D . I just check for Ctrl or Alt is press with the key. id is the ID of the hotkey, return value of GlobalAddAtom. The code I have posted just a bit of my code
QuestionRe: problem with fwrite Pin
CPallini19-May-08 2:56
mveCPallini19-May-08 2:56 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 3:10
Cadimi19-May-08 3:10 
QuestionRe: problem with fwrite Pin
CPallini19-May-08 3:15
mveCPallini19-May-08 3:15 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 3:20
Cadimi19-May-08 3:20 
QuestionRe: problem with fwrite Pin
CPallini19-May-08 3:25
mveCPallini19-May-08 3:25 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 3:33
Cadimi19-May-08 3:33 
QuestionRe: problem with fwrite Pin
CPallini19-May-08 3:45
mveCPallini19-May-08 3:45 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 4:00
Cadimi19-May-08 4:00 
QuestionRe: problem with fwrite Pin
David Crow19-May-08 4:03
David Crow19-May-08 4:03 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 4:13
Cadimi19-May-08 4:13 
GeneralRe: problem with fwrite Pin
David Crow19-May-08 4:18
David Crow19-May-08 4:18 
GeneralRe: problem with fwrite Pin
Cadimi19-May-08 4:23
Cadimi19-May-08 4:23 
QuestionRe: problem with fwrite Pin
David Crow19-May-08 5:42
David Crow19-May-08 5:42 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 6:07
Cadimi19-May-08 6:07 
QuestionRe: problem with fwrite Pin
David Crow19-May-08 6:18
David Crow19-May-08 6:18 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 15:59
Cadimi19-May-08 15:59 
GeneralRe: problem with fwrite Pin
David Crow19-May-08 16:51
David Crow19-May-08 16:51 

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.