Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Craig Haywood

@Craig Haywood
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to copy text underneath external program's context menu in vb.net
    C Craig Haywood

    I ended using a global mouse hook to perform (and draw) mouse gestures. That way I can call my own procedures when the right mouse button down/up event is fired

    Add instant productivity to any windows application... http://www.funmouse.org

    Visual Basic tutorial question csharp announcement

  • Curious: Which Bug Tracking Software Does Your Team Use?
    C Craig Haywood

    BugZilla and notepad :-)

    Add instant productivity to any windows application... http://www.funmouse.org

    The Lounge question sharepoint collaboration beta-testing help

  • Why doesn't someone make a mouse with a "ClickBoth" method?
    C Craig Haywood

    see funmouse.org

    The Lounge question

  • How to copy text underneath external program's context menu in vb.net
    C Craig Haywood

    thanks to everybody who replied. I found a solution to the problem

    Visual Basic tutorial question csharp announcement

  • How to copy text underneath external program's context menu in vb.net
    C Craig Haywood

    sorry, english is not my first language. I meant whatever is selected under the context menu

    Visual Basic tutorial question csharp announcement

  • How to copy text underneath external program's context menu in vb.net
    C Craig Haywood

    RedDk wrote:

    With the context menu open, moving the pointer to "copy" does the same thing

    I can't programatically move the pointer as not all programs context menus will have the copy command at the same place. What do you mean what VB.net tools do I have? I use visual studio 2012

    Visual Basic tutorial question csharp announcement

  • How to copy text underneath external program's context menu
    C Craig Haywood

    My appollogies... I actually tried to delete this post and recreated it at: http://www.codeproject.com/Messages/4669683/How-to-copy-text-underneath-external-programs-cont.aspx[^] as I am in the wrong forum. Anyway, thanks Bryce for the quick reply. As I have not really posted here before, how do I contact Christan?

    The Lounge tutorial question announcement

  • How to copy text underneath external program's context menu in vb.net
    C Craig Haywood

    I would like to know if anyone can give me an example of how to copy text underneath an external program's context menu. I am playing around with code for basic mouse gestures. When I perform, for example an upwards movement with the right mouse button held in, my program send Ctrl+C to copy whatever is selected when I release the right mouse button. However, lets say I am trying to copy text selected in notepad, If I release the right mouse button over the notepad window, notepad pops up its context menu before my copy command can execute. You can simulate this by selecting text in notepad, right click and while the contect menu is showing, try pressing ctrl+c. I am looking for a way to copy what is selected in the foreground window without having to close the context menu. The reason I don't want to close the context menu is that at times you might actually need it, like when you right-click and drag a file in explorer. If my program would esc the context menu then explorer won't pop up a context menu to move or copy the file to where you dragged it. I hope this makes sense. Anyone?

    Visual Basic tutorial question csharp announcement

  • How to copy text underneath external program's context menu
    C Craig Haywood

    I would like to know if anyone can give me an example of how to copy text underneath an external program's context menu. I am playing around with code for basic mouse gestures. When I perform, for example an upwards movement with the right mouse button held in, my program send Ctrl+C to copy whatever is selected when I release the right mouse button. However, lets say I am trying to copy text selected in notepad, If I release the right mouse button over the notepad window, notepad pops up its context menu before my copy command can execute. You can simulate this by selecting text in notepad, right click and while the contect menu is showing, try pressing ctrl+c. I am looking for a way to copy what is selected in the foreground window without having to close the context menu. The reason I don't want to close the context menu is that at times you might actually need it, like when you right-click and drag a file in explorer. If my program would esc the context menu then explorer won't pop up a context menu to move or copy the file to where you dragged it. I hope this makes sense. Anyone?

    The Lounge tutorial question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups