Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMissing header file <afxdtctl.h> Pin
diligent26-Mar-03 19:36
diligent26-Mar-03 19:36 
GeneralExchange of values among different classes Pin
summo26-Mar-03 19:28
summo26-Mar-03 19:28 
GeneralRe: Exchange of values among different classes Pin
Member 1249241610-Jul-16 21:34
Member 1249241610-Jul-16 21:34 
GeneralProperty Sheet in FormView Pin
Kamesh26-Mar-03 18:24
Kamesh26-Mar-03 18:24 
GeneralRe: Property Sheet in FormView Pin
Pavel Klocek26-Mar-03 21:36
Pavel Klocek26-Mar-03 21:36 
GeneralRe: Property Sheet in FormView Pin
Kamesh26-Mar-03 22:00
Kamesh26-Mar-03 22:00 
GeneralRe: Property Sheet in FormView Pin
Pavel Klocek26-Mar-03 22:17
Pavel Klocek26-Mar-03 22:17 
GeneralPostMessage, Extended Character Pin
Funniest26-Mar-03 17:54
Funniest26-Mar-03 17:54 
Does anyone know how to simulate extended characters (128-255) with PostMessage (or SendMessage)? I guess I can do it using ALT key + number on numeric keypad
For a simple example, I did this:
<br />
PostMessage(::GetFocus(), WM_KEYDOWN  , 0x12,	0x2038001);<br />
PostMessage(::GetFocus(), WM_KEYDOWN  , 0x61,	0x204F001);<br />
PostMessage(::GetFocus(), WM_KEYUP    , 0x61,	0xE04F001);<br />
PostMessage(::GetFocus(), WM_KEYUP    , 0x12,	0xC038001);<br />

...to simulate ALT-1 (or any other numbers from 1-255 at numeric keypad..)

But it just outputs the actual number '1', so I guess it doesn't work that way?
GeneralRe: PostMessage, Extended Character Pin
Dave Bryant26-Mar-03 18:02
Dave Bryant26-Mar-03 18:02 
GeneralRe: PostMessage, Extended Character Pin
Funniest27-Mar-03 17:40
Funniest27-Mar-03 17:40 
Generalpassword encryption Pin
r i s h a b h s26-Mar-03 17:43
r i s h a b h s26-Mar-03 17:43 
GeneralRe: password encryption Pin
Dave Bryant26-Mar-03 18:05
Dave Bryant26-Mar-03 18:05 
GeneralExtFloodFill and FloodFill Pin
John R. Shaw26-Mar-03 17:09
John R. Shaw26-Mar-03 17:09 
Questionhow can i shut down the system in program? Pin
fogmen26-Mar-03 15:06
fogmen26-Mar-03 15:06 
AnswerRe: how can i shut down the system in program? Pin
Dave Bryant26-Mar-03 15:38
Dave Bryant26-Mar-03 15:38 
QuestionChecking a file type, ie. text or word? Pin
Colin Davidson26-Mar-03 14:25
Colin Davidson26-Mar-03 14:25 
AnswerRe: Checking a file type, ie. text or word? Pin
John R. Shaw26-Mar-03 17:51
John R. Shaw26-Mar-03 17:51 
GeneralRe: Checking a file type, ie. text or word? Pin
Colin Davidson26-Mar-03 21:21
Colin Davidson26-Mar-03 21:21 
GeneralDate Pin
Anthony988726-Mar-03 13:46
Anthony988726-Mar-03 13:46 
GeneralRe: Date Pin
Stefan Pedersen26-Mar-03 13:57
Stefan Pedersen26-Mar-03 13:57 
GeneralAvoiding memory problems Pin
trimtrom26-Mar-03 13:45
trimtrom26-Mar-03 13:45 
GeneralRe: Avoiding memory problems Pin
Stefan Pedersen26-Mar-03 14:01
Stefan Pedersen26-Mar-03 14:01 
GeneralRe: Avoiding memory problems Pin
John R. Shaw26-Mar-03 18:45
John R. Shaw26-Mar-03 18:45 
GeneralRe: Avoiding memory problems Pin
Member 13901626-Mar-03 21:34
Member 13901626-Mar-03 21:34 
GeneralRe: Avoiding memory problems Pin
John R. Shaw27-Mar-03 8:28
John R. Shaw27-Mar-03 8:28 

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.