Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: A question about maskedTextBox control Pin
Nader Elshehabi28-Aug-06 0:58
Nader Elshehabi28-Aug-06 0:58 
Questionmouse cursor Pin
TAREQ F ABUZUHRI27-Aug-06 13:59
TAREQ F ABUZUHRI27-Aug-06 13:59 
AnswerRe: mouse cursor Pin
Nader Elshehabi27-Aug-06 14:29
Nader Elshehabi27-Aug-06 14:29 
QuestionHow to get URL on the screen?please.. Pin
zhoujun27-Aug-06 13:03
zhoujun27-Aug-06 13:03 
AnswerRe: How to get URL on the screen?please.. Pin
Nader Elshehabi27-Aug-06 13:35
Nader Elshehabi27-Aug-06 13:35 
Questionkeyboard and mouse Pin
xkx3227-Aug-06 9:17
xkx3227-Aug-06 9:17 
AnswerRe: keyboard and mouse Pin
Andy Moore27-Aug-06 9:56
Andy Moore27-Aug-06 9:56 
AnswerRe: keyboard and mouse Pin
beatles169227-Aug-06 11:43
beatles169227-Aug-06 11:43 
Hi There are usually two ways to handle user inputs (keyboard/mouse).
If you like to hanlde those events in a form you can turn its keypreview property to true and override its OnKeyDown,OnKeyUp,OnMouseDown and etc. metohds to do what you want to do (or you can add a handler using event handlers)
But if you like to handle those events in an application rather than a form you can handle messages that are being send to your application by windows.
Regards
AnswerRe: keyboard and mouse Pin
Ed.Poore27-Aug-06 11:51
Ed.Poore27-Aug-06 11:51 
QuestionAdd Item to ListBox in Run Time Pin
J Liang27-Aug-06 6:59
J Liang27-Aug-06 6:59 
AnswerRe: Add Item to ListBox in Run Time Pin
Guffa27-Aug-06 7:52
Guffa27-Aug-06 7:52 
GeneralRe: Add Item to ListBox in Run Time Pin
J Liang27-Aug-06 15:29
J Liang27-Aug-06 15:29 
QuestionTiming question with multithreading Pin
mav.northwind27-Aug-06 6:07
mav.northwind27-Aug-06 6:07 
AnswerRe: Timing question with multithreading Pin
Ed.Poore27-Aug-06 11:53
Ed.Poore27-Aug-06 11:53 
GeneralRe: Timing question with multithreading Pin
mav.northwind27-Aug-06 20:21
mav.northwind27-Aug-06 20:21 
AnswerRe: Timing question with multithreading Pin
leppie27-Aug-06 20:11
leppie27-Aug-06 20:11 
GeneralRe: Timing question with multithreading Pin
mav.northwind27-Aug-06 20:25
mav.northwind27-Aug-06 20:25 
GeneralRe: Timing question with multithreading Pin
mav.northwind27-Aug-06 22:51
mav.northwind27-Aug-06 22:51 
GeneralRe: Timing question with multithreading Pin
leppie27-Aug-06 23:17
leppie27-Aug-06 23:17 
GeneralRe: Timing question with multithreading Pin
mav.northwind28-Aug-06 4:10
mav.northwind28-Aug-06 4:10 
GeneralRe: Timing question with multithreading Pin
mav.northwind28-Aug-06 9:40
mav.northwind28-Aug-06 9:40 
QuestionPassing Delegate as a prameter in Method Call Pin
t4ure4n27-Aug-06 3:48
t4ure4n27-Aug-06 3:48 
AnswerRe: Passing Delegate as a prameter in Method Call Pin
Nader Elshehabi27-Aug-06 6:00
Nader Elshehabi27-Aug-06 6:00 
Questionrefresh web page automatically Pin
Mohammad Daba'an26-Aug-06 23:14
Mohammad Daba'an26-Aug-06 23:14 
AnswerRe: refresh web page automatically [modified] Pin
Guffa26-Aug-06 23:52
Guffa26-Aug-06 23:52 

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.