Copy and Mark with a right click


MPD78
02-13-2009, 06:40 AM
Hello all,

I haven't ever had a reason to try to copy with a right click in the black ouput screen of a program. However, I noticed that I could do this in other applications with the Mark feature and I started to wonder how to enable that feature in a C++ program. So far I haven't had any luck. Does anyone know how to accomplish this?

Thanks
Matt

MPD78
07-17-2009, 03:32 PM
Hello all,

I haven't ever had a reason to try to copy with a right click in the black ouput screen of a program. However, I noticed that I could do this in other applications with the Mark feature and I started to wonder how to enable that feature in a C++ program. So far I haven't had any luck. Does anyone know how to accomplish this?

Thanks
Matt

I figured out how this happening. If you run a program by double clicking the .exe, file the right click properties are not available. However, if you use a command prompt and call the .exe by it's name then all of the right click properties are available. Just thought I would let all of you know that.

Thanks
Matt