Click here to Skip to main content
15,905,590 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerCross-post (1/3) Pin
Wendelius27-Oct-08 9:20
mentorWendelius27-Oct-08 9:20 
QuestionError 1917 RPC_X_PIPE_DISCIPLINE_ERROR 'The RPC call completed before all pipes were processed' with WriteEncryptedFileRaw() Pin
anayskulkarni21-Oct-08 23:57
anayskulkarni21-Oct-08 23:57 
QuestionHow to retrieve password policy settings programmatically ? [modified] Pin
Prince George21-Oct-08 23:47
Prince George21-Oct-08 23:47 
QuestionGraphic tool library advice wanted [modified] Pin
Iain Clarke, Warrior Programmer21-Oct-08 23:00
Iain Clarke, Warrior Programmer21-Oct-08 23:00 
QuestionHow do I copy the contents of a CListCtrl object ? Pin
SherTeks21-Oct-08 22:14
SherTeks21-Oct-08 22:14 
AnswerRe: How do I copy the contents of a CListCtrl object ? Pin
Iain Clarke, Warrior Programmer21-Oct-08 22:38
Iain Clarke, Warrior Programmer21-Oct-08 22:38 
QuestionShortcut key function Pin
RNarayan21-Oct-08 21:41
RNarayan21-Oct-08 21:41 
AnswerRe: Shortcut key function Pin
Iain Clarke, Warrior Programmer21-Oct-08 21:52
Iain Clarke, Warrior Programmer21-Oct-08 21:52 
If this is on a dialog box, it's simple. Loosely, the dialog box message handler grabs keypresses that have the Alt key down also. (eg, Alt-Q). Then it looks in the tab order for a control with that letter in it's text, preceded by an & character. If the control is (eg) a static control, and can't take the keyboard focus, the next control along gets it.

It is a bit more complex when you start mixing in the WS_GROUP style (for radio boxes etc), and && doesn't work...

Try using the resource editor, make a fake dialog, and play for a while.

Iain.
QuestionHow to Check if a sofware is installed in system or not [modified] Pin
divilin thiyagaraj21-Oct-08 21:16
divilin thiyagaraj21-Oct-08 21:16 
AnswerRe: Check if a sofware is installed in system or not Pin
rrrado21-Oct-08 21:51
rrrado21-Oct-08 21:51 
GeneralRe: Check if a sofware is installed in system or not Pin
divilin thiyagaraj21-Oct-08 22:03
divilin thiyagaraj21-Oct-08 22:03 
AnswerRe: How to Check if a sofware is installed in system or not Pin
David Crow22-Oct-08 3:40
David Crow22-Oct-08 3:40 
GeneralRe: How to Check if a sofware is installed in system or not Pin
divilin thiyagaraj22-Oct-08 20:03
divilin thiyagaraj22-Oct-08 20:03 
GeneralRe: How to Check if a sofware is installed in system or not Pin
Anup N23-Oct-08 1:47
Anup N23-Oct-08 1:47 
GeneralRe: How to Check if a sofware is installed in system or not Pin
David Crow23-Oct-08 3:08
David Crow23-Oct-08 3:08 
Questionmfc sdi help Pin
soongez21-Oct-08 21:08
soongez21-Oct-08 21:08 
AnswerRe: mfc sdi help Pin
Cedric Moonen21-Oct-08 21:26
Cedric Moonen21-Oct-08 21:26 
Questionquestion for avcodec_open of ffmpeg Pin
finn_nast21-Oct-08 20:46
finn_nast21-Oct-08 20:46 
AnswerRe: question for avcodec_open of ffmpeg Pin
SandipG 21-Oct-08 21:36
SandipG 21-Oct-08 21:36 
AnswerRe: question for avcodec_open of ffmpeg Pin
sashoalm21-Oct-08 23:48
sashoalm21-Oct-08 23:48 
GeneralRe: question for avcodec_open of ffmpeg Pin
finn_nast22-Oct-08 0:11
finn_nast22-Oct-08 0:11 
GeneralRe: question for avcodec_open of ffmpeg Pin
sashoalm22-Oct-08 0:49
sashoalm22-Oct-08 0:49 
GeneralRe: question for avcodec_open of ffmpeg Pin
finn_nast22-Oct-08 1:26
finn_nast22-Oct-08 1:26 
GeneralRe: question for avcodec_open of ffmpeg Pin
sashoalm23-Oct-08 0:06
sashoalm23-Oct-08 0:06 
Question[Message Deleted] Pin
anna mathew21-Oct-08 20:42
anna mathew21-Oct-08 20:42 

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.