Click here to Skip to main content
15,880,608 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to make CAD-like program with .NET Pin
Daniel Strigl29-Sep-02 20:11
Daniel Strigl29-Sep-02 20:11 
GeneralRe: how to make CAD-like program with .NET Pin
Luis Alonso Ramos30-Sep-02 4:09
Luis Alonso Ramos30-Sep-02 4:09 
GeneralRe: how to make CAD-like program with .NET Pin
Daniel Strigl30-Sep-02 4:14
Daniel Strigl30-Sep-02 4:14 
Questionwhere it read from a file? Pin
imran_rafique29-Sep-02 16:05
imran_rafique29-Sep-02 16:05 
GeneralI need to get mouse events anywhere on the screen Pin
Anonymous29-Sep-02 13:50
Anonymous29-Sep-02 13:50 
GeneralRe: I need to get mouse events anywhere on the screen Pin
Stephane Rodriguez.29-Sep-02 20:12
Stephane Rodriguez.29-Sep-02 20:12 
GeneralRe: I need to get mouse events anywhere on the screen Pin
Anonymous30-Sep-02 13:45
Anonymous30-Sep-02 13:45 
GeneralRe: I need to get mouse events anywhere on the screen Pin
Li-kai Liu (Angus)30-Sep-02 15:08
Li-kai Liu (Angus)30-Sep-02 15:08 
I don't if it works or not. Because I've never used this feature
Correct me if I am wrongSmile | :)

There is a property called Capture in Control Class. It can be
set to true if you wish to capture all mouse events, even outside
the control's borders.

The following text is copied from MSDN:
---
When a control has captured the mouse, it receives mouse input whether or not the cursor is within its borders. The mouse is typically only captured during drag operations.

Only the foreground window can capture the mouse. When a background window attempts to do so, the window receives messages only for mouse events that occur when the mouse cursor is within the visible portion of the window. Also, even if the foreground window has captured the mouse, the user can still click another window, bringing it to the foreground.

When the mouse is captured, shortcut keys do not work.
---
Hope this would helpBlush | :O
GeneralRe: I need to get mouse events anywhere on the screen Pin
Li-kai Liu (Angus)30-Sep-02 15:14
Li-kai Liu (Angus)30-Sep-02 15:14 
GeneralRe: I need to get mouse events anywhere on the screen Pin
Anonymous30-Sep-02 15:49
Anonymous30-Sep-02 15:49 
GeneralRe: I need to get mouse events anywhere on the screen Pin
Rüpel1-Oct-02 0:37
Rüpel1-Oct-02 0:37 
GeneralScrolling with the mouse wheel Pin
Nnamdi Onyeyiri29-Sep-02 5:34
Nnamdi Onyeyiri29-Sep-02 5:34 
GeneralRe: Scrolling with the mouse wheel Pin
James T. Johnson29-Sep-02 6:04
James T. Johnson29-Sep-02 6:04 
GeneralRe: Scrolling with the mouse wheel Pin
Nnamdi Onyeyiri29-Sep-02 6:11
Nnamdi Onyeyiri29-Sep-02 6:11 
QuestionHOW to creat FileStream? Pin
imran_rafique28-Sep-02 15:34
imran_rafique28-Sep-02 15:34 
AnswerRe: HOW to creat FileStream? Pin
Stephane Rodriguez.28-Sep-02 21:01
Stephane Rodriguez.28-Sep-02 21:01 
GeneralRe: HOW to creat FileStream? Pin
imran_rafique29-Sep-02 15:55
imran_rafique29-Sep-02 15:55 
GeneralRe: HOW to creat FileStream? Pin
Stephane Rodriguez.29-Sep-02 19:43
Stephane Rodriguez.29-Sep-02 19:43 
Questionmatching types for COM server??? Pin
CherezZaboro28-Sep-02 10:41
CherezZaboro28-Sep-02 10:41 
AnswerRe: matching types for COM server??? Pin
Stephane Rodriguez.28-Sep-02 21:07
Stephane Rodriguez.28-Sep-02 21:07 
GeneralRe: matching types for COM server??? Pin
CherezZaboro30-Sep-02 6:07
CherezZaboro30-Sep-02 6:07 
GeneralRe: matching types for COM server??? Pin
Stephane Rodriguez.30-Sep-02 6:13
Stephane Rodriguez.30-Sep-02 6:13 
QuestionMS-SQL connection (ADO) in C#? Pin
Derek Smigelski28-Sep-02 10:09
Derek Smigelski28-Sep-02 10:09 
AnswerRe: MS-SQL connection (ADO) in C#? Pin
Mazdak28-Sep-02 10:18
Mazdak28-Sep-02 10:18 
GeneralNeed some newbie C# help. Need dock a form to another form. Pin
Derek Smigelski28-Sep-02 9:58
Derek Smigelski28-Sep-02 9:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.