Try Keyboard Hooking
vijith squadz
Posts
-
Capturing all Keyboard input using a DLL -
Auto answering possible in AndroidIs auto answering with custom voice message possible in android? In a forum someone had posted that direct access to "acceptCall" and "hangup" methods is not possible. Please clarify if anyone have idea about this .
-
Problem with != operator of CStringThanks for the quick response .But at the compilation time this code didnt shown any errors or warnings . Do have any idea ,why it had happened like this ?
Thanks & Regards VIJITH VIJAYAN
-
Problem with != operator of CStringThe following is the code fragment which I used in my application, CStringb csFilePath = _T("C:\\MyFolder\\"); if(csFilePath != "\\") { DWORD dwError = GetLastError(); } And i am getting an error code of 122(The data area passed to a system call is too small) in VS2008. But in VC6.0, there is no such problem, the error code i am getting is 0.The application is with UNICODE supported. Please help me to find out the cause of this problem. :(
Thanks & Regards VIJITH VIJAYAN
-
MEMORY loss problemIts because i've enabled System restore option for C Drive .Now its fine .
Thanks & Regards VIJITH VIJAYAN
-
MEMORY loss problemI have installed vista in my system in c drive .My hard disc space is 160gb and c drive occupies 92gb .But continouesly am lossing memmory from C drive .around 20 gb has been found lost .if anyone knows y it happens?Plz do reply
Thanks & Regards VIJITH VIJAYAN
-
Help For NtDsAPI.LibIs there any new version of NtDsAPI.lib available for 64 bit application? If anybody knows plz reply.
Thanks & Regards VIJITH VIJAYAN
-
RPC Library in Visual Studio 2008Is the library used for using RPC function in Visual Studio 2008 is RpcRT4.lib?.If not plz specify the excat one :(( .
Thanks & Regards VIJITH VIJAYAN
-
MSChart(ActiveX)64 bit version of Activex control MSchart is avaliable or not?.Plz reply if anybody knows.
Thanks & Regards VIJITH VIJAYAN
-
append line.CString strNewWord (_T(" Test line to write")); CStdioFile file; file.Open(strSystemPath,CFile::modeWrite|CFile::modeNoTruncate,NULL); file.SeekToEnd(); CString strWriteData("\n ");/*(Here you ve gone wrong no need to give "\\n" for a new line just "\n" is enough)*/ strWriteData+=strNewWord; file.WriteString(strWriteData); file.Close(); Use this code this will be working . :-D
Thanks & Regards VIJITH VIJAYAN
-
[Message Deleted][Message Deleted]
-
Plz Help to Solve an Erroryes i had linked .And thanks for the quick reply
Thanks & Regards VIJITH VIJAYAN
-
how to get substring of a CStringYou can use Find().It will return the postion of the first character then use Mid()to extract that
Thanks & Regards VIJITH VIJAYAN
-
Plz Help to Solve an ErrorHi All, I got a link error while compiling my project.The error is in another module ie in another .obj .This is static link library.Can anyone help me to find a solution .The error is given below. error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl std::basic_string<char,struct>,class std::allocator >::basic_string<char,struct>,class std::allocator >(class std::basic_string<char,struct>,class std::allocator > const &)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAA@AEBV01@@Z) referenced in function "public: __cdecl std::logic_error::logic_error(class std::basic_string<char,struct>,class std::allocator > const &)" :((
Thanks & Regards VIJITH VIJAYAN
-
Plz Help to get solutionthanks for the reply :)
Thanks & Regards VIJITH VIJAYAN
-
Plz Help to get solutionI got the below given fatal error while converting a 32 bit application to 64 bit.Any one plz give a solution for this. Error: mfcs42u.lib(nolib.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
Thanks & Regards VIJITH VIJAYAN
-
Grid ReadingThanks for the reply .Could u plz elobrate your solution.i didnt get it .If possible provide me a sample code .
vijith vijayan
-
Grid Reading:(( Anybody plz help to know the method of reding very fast from mshflexgrid in MFC.The grid contains very huge string .the total rows in that is maximum of 25000.Anybody plz supply a solution for this .
vijith vijayan
-
Which Function is better.? [modified]:-Dprecreatewindow will be better
vijith vijayan
-
[Message Deleted][Message Deleted]