Click here to Skip to main content
15,887,886 members
Home / Discussions / C#
   

C#

 
Questionhow to attach tab key with arrow keys in C# Pin
atul gupta17-Apr-09 5:10
atul gupta17-Apr-09 5:10 
AnswerRe: how to attach tab key with arrow keys in C# Pin
dan!sh 17-Apr-09 5:18
professional dan!sh 17-Apr-09 5:18 
QuestionA Paint like application Pin
jaypatel51217-Apr-09 4:37
jaypatel51217-Apr-09 4:37 
AnswerRe: A Paint like application Pin
Rob Philpott17-Apr-09 4:52
Rob Philpott17-Apr-09 4:52 
GeneralRe: A Paint like application (MODIFIED) Pin
jaypatel51217-Apr-09 4:58
jaypatel51217-Apr-09 4:58 
GeneralRe: A Paint like application (MODIFIED) Pin
dan!sh 17-Apr-09 5:23
professional dan!sh 17-Apr-09 5:23 
GeneralRe: A Paint like application (MODIFIED) Pin
jaypatel51217-Apr-09 20:48
jaypatel51217-Apr-09 20:48 
GeneralRe: A Paint like application (MODIFIED) Pin
Rob Philpott17-Apr-09 5:23
Rob Philpott17-Apr-09 5:23 
Ah ok,

On the mouse down event, set a boolean to true. In the mouse up event, set it to false. In the Mouse move event, check the boolean and if its true then draw the rectangle.

That should do what you want.

Regards,
Rob Philpott.

GeneralRe: A Paint like application (MODIFIED) Pin
Henry Minute17-Apr-09 8:32
Henry Minute17-Apr-09 8:32 
GeneralRe: A Paint like application (MODIFIED) Pin
jaypatel51217-Apr-09 21:01
jaypatel51217-Apr-09 21:01 
Questionhow to add items in a list box from database Pin
kaushik_dass17-Apr-09 3:57
kaushik_dass17-Apr-09 3:57 
AnswerRe: how to add items in a list box from database Pin
N a v a n e e t h17-Apr-09 4:00
N a v a n e e t h17-Apr-09 4:00 
AnswerRe: how to add items in a list box from database Pin
Henry Minute17-Apr-09 4:02
Henry Minute17-Apr-09 4:02 
QuestionMouse Coordinates of a bitmap form in the main window Pin
sebogawa17-Apr-09 3:44
sebogawa17-Apr-09 3:44 
AnswerRe: Mouse Coordinates in a specific area. Pin
Henry Minute17-Apr-09 4:08
Henry Minute17-Apr-09 4:08 
GeneralRe: Mouse Coordinates in a specific area. Pin
sebogawa17-Apr-09 4:14
sebogawa17-Apr-09 4:14 
GeneralRe: Mouse Coordinates in a specific area. Pin
Henry Minute17-Apr-09 4:20
Henry Minute17-Apr-09 4:20 
GeneralRe: Mouse Coordinates in a specific area. Pin
sebogawa17-Apr-09 4:28
sebogawa17-Apr-09 4:28 
GeneralRe: Mouse Coordinates in a specific area. Pin
Henry Minute17-Apr-09 4:46
Henry Minute17-Apr-09 4:46 
QuestionHow to add items in listbox from database Pin
kaushik_dass17-Apr-09 3:27
kaushik_dass17-Apr-09 3:27 
AnswerRe: How to add items in listbox from database Pin
musefan17-Apr-09 3:36
musefan17-Apr-09 3:36 
AnswerRe: How to add items in listbox from database Pin
PauloCastilho17-Apr-09 12:38
PauloCastilho17-Apr-09 12:38 
QuestionHow understand Dataset changes ? Pin
Coban_17-Apr-09 3:22
Coban_17-Apr-09 3:22 
QuestionCreating a Help Form Pin
caksabre217-Apr-09 3:14
caksabre217-Apr-09 3:14 
AnswerRe: Creating a Help Form Pin
Henry Minute17-Apr-09 4:11
Henry Minute17-Apr-09 4:11 

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.