Click here to Skip to main content
16,020,305 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
zhoufanking28-Jul-06 12:52
zhoufanking28-Jul-06 12:52 
GeneralRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
Gary R. Wheeler28-Jul-06 16:08
Gary R. Wheeler28-Jul-06 16:08 
AnswerRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
A_Fa28-Jul-06 18:51
A_Fa28-Jul-06 18:51 
QuestionVPN Pin
Sean Dastouri28-Jul-06 5:49
Sean Dastouri28-Jul-06 5:49 
AnswerRe: VPN Pin
David Crow28-Jul-06 7:11
David Crow28-Jul-06 7:11 
QuestionRefresh data under SQl server 2000 problem Pin
mikobi28-Jul-06 5:17
mikobi28-Jul-06 5:17 
Questionpacket Filtering API fails Pin
_tasleem28-Jul-06 4:06
_tasleem28-Jul-06 4:06 
QuestionKeyboard functions to my application Pin
Anu_Bala28-Jul-06 3:05
Anu_Bala28-Jul-06 3:05 
Hi,
Hi i designed a seperate soft keyboard in my application with the same layout of system keyboard using Bitmap.If i press F1 in that soft keyboard it will gives same functionality of system F1.So, to mapping this keys,i use WM_SYSKEYDOWN..etc..
My problem is ...In my soft keyboard..alphapet and number keys are not working.I will gie the code here
CView *curView = (CView*)fChWnd->GetActiveView ();

switch (keyvalue)
{
case 56 :
curView->PostMessage(WM_KEYDOWN,54,0);
break;
case 57 :
if (curView)
curView->PostMessage(WM_KEYDOWN,55,0);
break;
case 58 :
if (curView)
curView->PostMessage(WM_KEYDOWN,56,0); break;

This is my code snippet..where keyvalue is number of total keys in my soft keyboard.
I think iam using correct command..But when i entering 1,2,3..in my soft keyboard,it won't enter in my dialog.
Please help me..
Iam getting the active window by using GetActiveView() function.

Anu

AnswerRe: Keyboard functions to my application Pin
Naveen28-Jul-06 3:12
Naveen28-Jul-06 3:12 
GeneralRe: Keyboard functions to my application Pin
Anu_Bala28-Jul-06 18:09
Anu_Bala28-Jul-06 18:09 
GeneralRe: Keyboard functions to my application Pin
Naveen28-Jul-06 18:29
Naveen28-Jul-06 18:29 
GeneralRe: Keyboard functions to my application Pin
Anu_Bala28-Jul-06 18:44
Anu_Bala28-Jul-06 18:44 
GeneralRe: Keyboard functions to my application Pin
Naveen28-Jul-06 18:54
Naveen28-Jul-06 18:54 
GeneralRe: Keyboard functions to my application Pin
Anu_Bala28-Jul-06 19:06
Anu_Bala28-Jul-06 19:06 
GeneralRe: Keyboard functions to my application Pin
Naveen28-Jul-06 19:13
Naveen28-Jul-06 19:13 
AnswerRe: Keyboard functions to my application Pin
Steve Echols28-Jul-06 7:25
Steve Echols28-Jul-06 7:25 
QuestionCertOpenStore from Wincrypt.h Pin
StuartP200228-Jul-06 3:05
StuartP200228-Jul-06 3:05 
QuestionWindows Mobile 5.0 == Windows Mobile 2005? Pin
George_George28-Jul-06 2:19
George_George28-Jul-06 2:19 
AnswerRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
toxcct28-Jul-06 2:31
toxcct28-Jul-06 2:31 
GeneralRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
George_George1-Aug-06 22:42
George_George1-Aug-06 22:42 
AnswerRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
Mike Dimmick28-Jul-06 3:57
Mike Dimmick28-Jul-06 3:57 
GeneralRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
George_George1-Aug-06 22:39
George_George1-Aug-06 22:39 
Questiontracing DLL in. NET Pin
Abhi Lahare28-Jul-06 2:18
Abhi Lahare28-Jul-06 2:18 
QuestionRe: tracing DLL in. NET Pin
toxcct28-Jul-06 2:26
toxcct28-Jul-06 2:26 
GeneralRe: tracing DLL in. NET Pin
Abhi Lahare28-Jul-06 2:32
Abhi Lahare28-Jul-06 2:32 

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.