Search:

Type: Posts; User: Grossi.BP

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,933

    [SOLVED] Re: How to "enforce" pushing i.e. ctrl + c?

    I wrote the post with the answer to this problem but it didn't appear here... Anyway THANK YOU Kevin for your participation and good advices. Cheers.
  2. Replies
    7
    Views
    1,933

    [SOLVED] Re: How to "enforce" pushing i.e. ctrl + c?

    OK, right now I'm pretty sure I solved the puzzle. I'll make some more tests and later on leave the general résumé here.

    After edit:

    It looks like it works. Turned out the very begin thinking...
  3. Replies
    7
    Views
    1,933

    [SOLVED] Re: How to "enforce" pushing i.e. ctrl + c?

    Exactly. I've already tried your suggestion. It doesn't work. But I noticed that Screen Keyboard all the time is out of focus if I can say so. It's only focused if I move it on the monitor and...
  4. Replies
    7
    Views
    1,933

    [SOLVED] Re: How to "enforce" pushing i.e. ctrl + c?

    Right now I'm running it directly from an IDE (NetBeans).


    JButton copy = new JButton("Copy");
    copy.addActionListener(new ActionListener()
    {
    public void...
  5. Replies
    7
    Views
    1,933

    [SOLVED] How to "enforce" pushing i.e. ctrl + c?

    Hello,

    I need to "enforce" autonomic pushing of a key combination in a program, like ctrl + c. I tried with VK_PASTE but on the list of errors I found that there was a problem with invalid key...
Results 1 to 5 of 5