Click here to Skip to main content
15,889,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to write source code result to file(urgent) Pin
toxcct2-May-06 21:51
toxcct2-May-06 21:51 
GeneralRe: how to write source code result to file(urgent) Pin
makaveli_072-May-06 21:54
makaveli_072-May-06 21:54 
QuestionWindows Services Pin
prajwolkumar2-May-06 19:37
prajwolkumar2-May-06 19:37 
AnswerRe: Windows Services Pin
kiran janaswamy2-May-06 19:49
kiran janaswamy2-May-06 19:49 
QuestionFinding hex pattrens in file Pin
aamir ali2-May-06 19:24
aamir ali2-May-06 19:24 
AnswerRe: Finding hex pattrens in file Pin
Nibu babu thomas2-May-06 22:06
Nibu babu thomas2-May-06 22:06 
GeneralRe: Finding hex pattrens in file Pin
aamir ali2-May-06 23:46
aamir ali2-May-06 23:46 
QuestionProb with GetKeyState Pin
cpp_prgmer2-May-06 18:52
cpp_prgmer2-May-06 18:52 
I have a pretranslate function wherein im checking for a key i/p "Ctrl+Tab" for which I use:if (pMsg->wParam == VK_TAB && GetKeyState(VK_CONTROL) < 0)
which works fine.
But then I display a msgbox and moveon to TranslateMessage to find that no longer is the keystate for 'tab' valid, its replaced by 'enter'. However, if i dismiss msgbox using tab+enter i find the 'tab' keystate retains.

GetKeyState is supposed to read key-state at the time of msg i/p, then how does one explain this behaviour. Could someone explain the working of GetKeyState and how do i rectify the problem?Frown | :(
QuestionTAPI hold/Resume Transfer Pin
sanju_kg2-May-06 18:19
sanju_kg2-May-06 18:19 
AnswerRe: TAPI hold/Resume Transfer Pin
voorugonda prashanth2-May-06 19:10
voorugonda prashanth2-May-06 19:10 
Questionright click on any File / Folder Pin
rajeevktripathi2-May-06 18:09
rajeevktripathi2-May-06 18:09 
AnswerRe: right click on any File / Folder Pin
Nibu babu thomas2-May-06 18:41
Nibu babu thomas2-May-06 18:41 
Questionhow to get all possible randomized number.. Pin
makaveli_072-May-06 16:57
makaveli_072-May-06 16:57 
AnswerRe: how to get all possible randomized number.. Pin
Stephen Hewitt2-May-06 18:05
Stephen Hewitt2-May-06 18:05 
GeneralRe: how to get all possible randomized number.. Pin
makaveli_072-May-06 18:20
makaveli_072-May-06 18:20 
GeneralRe: how to get all possible randomized number.. Pin
Stephen Hewitt2-May-06 18:25
Stephen Hewitt2-May-06 18:25 
GeneralRe: how to get all possible randomized number.. Pin
makaveli_072-May-06 18:34
makaveli_072-May-06 18:34 
GeneralRe: how to get all possible randomized number.. Pin
Stephen Hewitt2-May-06 18:37
Stephen Hewitt2-May-06 18:37 
GeneralRe: how to get all possible randomized number.. Pin
makaveli_072-May-06 18:55
makaveli_072-May-06 18:55 
GeneralRe: how to get all possible randomized number.. Pin
Stephen Hewitt2-May-06 18:58
Stephen Hewitt2-May-06 18:58 
QuestionMultiple Writers with IStorage Pin
dchuber20002-May-06 12:40
dchuber20002-May-06 12:40 
Questionsockets in mfc Pin
proach2-May-06 11:31
proach2-May-06 11:31 
QuestionInflate EXE on startup Pin
Andre xxxxxxx2-May-06 10:44
Andre xxxxxxx2-May-06 10:44 
AnswerRe: Inflate EXE on startup Pin
Justin Tay2-May-06 23:33
Justin Tay2-May-06 23:33 
QuestionReceiving a RPC_S_SERVER_UNAVAILABLE (1722) Error After Calling GetEffectiveRightsFromAcl Pin
Edward Abrahim2-May-06 9:57
Edward Abrahim2-May-06 9:57 

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.