is it the right code?
-
i saved lparam and wparam values when a key (say U)pressed on a perticuler edit box. i want to use these values of lparam and wparam again on different edit box.in order to see that key (say U) . i have to type caste wparam and lparam into int32 thats why i have type caste into WPARAM and LPARAM. is that code is correct or not for that purpose? is there any change in logic if yes then plz tell? LPEVENTMSG lpEvent= (LPEVENTMSG)lParam; PostMessage(different_hWnd, lpEvent->message,(WPARAM)wParam,(LPARAM)lParam); r00d0034@yahoo.com
-
i saved lparam and wparam values when a key (say U)pressed on a perticuler edit box. i want to use these values of lparam and wparam again on different edit box.in order to see that key (say U) . i have to type caste wparam and lparam into int32 thats why i have type caste into WPARAM and LPARAM. is that code is correct or not for that purpose? is there any change in logic if yes then plz tell? LPEVENTMSG lpEvent= (LPEVENTMSG)lParam; PostMessage(different_hWnd, lpEvent->message,(WPARAM)wParam,(LPARAM)lParam); r00d0034@yahoo.com
Why do you ask the same questions over and over, just rewording them ? I'd like to know why you want to control/hijack the login process. I'm not going to give any more help on this neverending quest of yours unless I am convinced it does not have a malicious intent. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002