Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. javabeanx

    changing keyboard events

    when i'm sending events to terminal i would like to change them and send them back to the application eg in terminal when a message comes enter name : if I enter rstu what should reach the application is vwxy How do i achieve this
  2. javabeanx

    change keyboard events

    When a users application is running in the unix terminal and the user is sending some events to the appliction I would like to change certain keyevents and pass it to the application .How do i do it???
  3. javabeanx

    Tables with foreign keys accessed in VB

    My table flat has a foreign key fid referenced hid of house When establishing connectivity and I set my set rs =db.OpenRecordset("select * from house") rs.AddNew -->it says not possible read only mode It happens to all tables that contain foreign key references Any suggestions so that...
  4. javabeanx

    What is GrabModeAsync in X11 Applications

    Whenever we perform XGrabKeyboard or XGrabPointer we can specify it using GrabModeAsync or GrabModeSync I did not not understand what the man pages were trying to say . Can you please explain it in a better way
  5. javabeanx

    Connectivity b/w Oracle and Visual Basic

    This is a real newbies question please help me All the necessary forms have been created in VB All the tables created in Oracle(using SQL) I'm trying to establish connectivity using ADO but whatever I do it says maybe not properly installed Please Please help me The reasons could possibly be I...
  6. javabeanx

    (Repost)Problem with terminal

    I was'nt very clear last time I am trying to an event recorder for Java /C++ applications in the terminal I have no access to the source code..of the user's application. When the user is executing his app i must simultaneously create another process to record what events (keyboard) he has...
  7. javabeanx

    Problem with programming in the terminal

    I have two process p1,p2 started using execl or system I am trying to send input from the keyboard simultaneously to both the process.I have no access to the codes of both. When p1 terminates I must terminate p2 Please give some clues I'm really stuck Nandini
  8. javabeanx

    Creating an Event Recorder for Java Application

    I am trying to create an event-recorder for java application (Linux environment)does the following: 1)Run users JVM from mine .My process should record all events of usrs without disturbing the users process. 2)Replay them Replaying part is simple thanx to java.awt.Robot But the recording...
  9. javabeanx

    How to create event listeners

    i am trying to create a backround process which will record the events(keyboard and mouse) for any application running from the terminal within a span of time.If it is a keyboard event it must tell me what key is pressed and if it is a mouse event i must be able to get the button pressed and the...
  10. javabeanx

    An Event Listener

    i am trying to create a backround process which will record the events(keyboard and mouse) for any application running from the terminal within a span of time.If it is a keyboard event it must tell me what key is pressed and if it is a mouse event i must be able to get the button pressed and the...

Part and Inventory Search

Back
Top