blah blah blah is here! blah blah » Close

0
votes
0 answers

Is there a way to detect a mouse click in a Word document?

Hi I'm woundering if there is a way to detect a mouse click in a Word document that I have opened in my Form. I have googled a lot but I haven't found anything that have helped me or I didn't understand. Many thanks for help and code ...

0
votes
0 answers

Unique Hardware ID

Hi, I am doing a project to identify if any of the hardware (Mouse, Keyboard etc) is removed or replaced with another one. I tried Device ID and PNP Device ID using "ManagementObjectSearcher" but it is not changing even if i re ...

0
votes
0 answers

C# win forms disable mouse text selection in browser

Hello, I am working on a screenshots program using C# win forms. Im using COM to capture mouse events. Ive been trying to prevent the mouse from selecting and highlighting text when i hold down the left mouse button in a browser. ...

0
votes
0 answers

Mouse Events

I have a 2d tile map type interface and I want to paint via the OnEnter event. However I am using MouseUp and MouseDown to turn on whether or not the user should paint. The problem is MouseDown is restricting access to MouseEnter - that is ...

0
votes
0 answers

C#, change color of mouse selected area outside form

Hello, Im using LowLevelMouseProc to capture the mouse outside the form. If I hold the left mouse button and i move the pointer on the desktop, a shaded area appears. the color varies according to windows options. is there a way to prog ...

0
votes
2 answers

Mouseclick in the whole application

Hi :) I have a form with some labels and a richtextbox. Now I would like, that if the user clicks the left mouse button - some things ocurred. It works, but I can only use it for a special control or for the form. [code] this. ...

Feedback