blah blah blah is here! blah blah » Close

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
1 answers

Sharing Web Service for multiple projects

Hello, is there a way to share the web service instead of having to add a new service reference in each project? For example, if i change the address, i have to change it in each project. If i share it for all projects, i only have to ch ...

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 ...

1
votes
1 answers

C# wndproc override in windows Form

Hello, I have been trying to implement a very simple example to detect a mouse click outside the form. I have read a lot on forums and its supposed to be simple, but for some reason, the mouse click isn't detected outside the form. ...

Feedback