Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

1 Endorsement
Ranked #856
~2K People Reached
Favorite Tags
Member Avatar for rubeea.jaffari

Hello everyone, I am trying to connect my android application to MYSQL database. I have used the following: MYSQL already created database test (accessed via xampp using localhost/phpmyadmin) Created a table named as student in the database test consisting of Name and Roll No columns and 2 records. A user …

Member Avatar for hericles
0
944
Member Avatar for rubeea.jaffari

Hello everyone, Can someone please tell me to how to connect MS-Access database using C. Are there any drivers or libraries that I would have to download? Please specify in detail. Regards, Rubeea

Member Avatar for rubeea.jaffari
0
591
Member Avatar for rubeea.jaffari

Hello everyone, I am designing a simple game with graphics in which I am trying to add a keyListener to my Jframe but the keyListener nor the mouse Listener seem to respond. Here's the code: import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.net.*; import java.io.*; import javax.imageio.ImageIO; public class PaintDemo …

Member Avatar for JamesCherrill
0
440
Member Avatar for rubeea.jaffari

I am using the C code with java code in JNI framework (Netbeans).I am getting the following error: Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Developers\DLL_Key\MainDLL.dll: %1 is not a valid Win32 application Is there something wrong with my c compiling tools? I am using mingw-builds\x32-4.8.1-posix-dwarf-rev5

Member Avatar for rubeea.jaffari
0
78
Member Avatar for rubeea.jaffari

Can someone please rectify the mistakes in the following code? Thanks in advance #include #include #include #include "org_suhail_keylogger_HelperClasses_NativeMethods.h" #include "KeyMap.h" static HANDLE hookThreadHandle = NULL; static HHOOK handleKeyboardHook = NULL; static DWORD hookThreadId = 0; static jmethodID callBackToDeliverKeyStroke = NULL; static jmethodID callBackToStoreKeyStrokesAsHtml = NULL; static jmethodID callBackToStoreWindowName = NULL; …

Member Avatar for rubeea.jaffari
0
191
Member Avatar for rubeea.jaffari

Hey everyone, Can we create a java file that runs without the JVM? I have googled the topic and found out about excelsior Jet that is meant to convert the java code into native one so that it won't require a JVM. Is it true and should I download the …

Member Avatar for stultuske
0
206