Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 7:41
moon_stick24-Mar-09 7:41 
GeneralRe: Shared Assembly DLL Help Please! [modified] Pin
w.hooper24-Mar-09 8:05
w.hooper24-Mar-09 8:05 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 22:35
moon_stick24-Mar-09 22:35 
GeneralRe: Shared Assembly DLL Help Please! [modified] Pin
w.hooper24-Mar-09 23:21
w.hooper24-Mar-09 23:21 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 23:33
moon_stick24-Mar-09 23:33 
Questionhttps call Pin
satsumatable24-Mar-09 0:31
satsumatable24-Mar-09 0:31 
QuestionOpen web browser from windows application [modified] Pin
yesu prakash24-Mar-09 0:31
yesu prakash24-Mar-09 0:31 
AnswerRe: Open web browser from windows application Pin
musefan24-Mar-09 0:47
musefan24-Mar-09 0:47 
AnswerRe: Open web browser from windows application Pin
DaveyM6924-Mar-09 0:58
professionalDaveyM6924-Mar-09 0:58 
AnswerRe: Open web browser from windows application Pin
musefan24-Mar-09 1:55
musefan24-Mar-09 1:55 
QuestionLocalization in c# Pin
Guy Twig23-Mar-09 23:50
Guy Twig23-Mar-09 23:50 
AnswerRe: Localization in c# Pin
atulbhapkar24-Mar-09 1:08
atulbhapkar24-Mar-09 1:08 
GeneralRe: Localization in c# Pin
Guy Twig25-Mar-09 22:56
Guy Twig25-Mar-09 22:56 
Questionstring Pin
arkiboys23-Mar-09 23:43
arkiboys23-Mar-09 23:43 
AnswerRe: string Pin
Sunil Lanke24-Mar-09 0:09
Sunil Lanke24-Mar-09 0:09 
AnswerRe: string Pin
Sunil Lanke24-Mar-09 0:16
Sunil Lanke24-Mar-09 0:16 
AnswerRe: string Pin
musefan24-Mar-09 0:27
musefan24-Mar-09 0:27 
QuestionLumenWorks.Framework.IO.Csv (CSV Reader) Pin
saku6923-Mar-09 23:23
saku6923-Mar-09 23:23 
AnswerRe: LumenWorks.Framework.IO.Csv (CSV Reader) Pin
saku6924-Mar-09 0:46
saku6924-Mar-09 0:46 
QuestionHow to detect if a user leaves a control while holding a Mousebutton down? Pin
Megidolaon23-Mar-09 22:48
Megidolaon23-Mar-09 22:48 
AnswerRe: How to detect if a user leaves a control while holding a Mousebutton down? Pin
musefan23-Mar-09 22:57
musefan23-Mar-09 22:57 
OK so for the sake of argument lets say you have a 3x3 grid of these pictureboxes numbered from 1 (top-left) to 9 (bottom-right).

If im correct what you are saying is that if you mouse down on (1) then move out the grid round to (3) then (2) does not become selected? obviously this should be the case.

Well to solve you could simply write you own algorithm to detect which boxes are selected and then fill in the gaps. Or, more simply, you can create a rectangle object using the mouse down position, and the mouse up position (i.e. a selection rectangle) then you can do a collision detection with the selection rectangle on all the pictureBoxes, any collisions should make the picturebox selected

Life goes very fast. Tomorrow, today is already yesterday.

GeneralRe: How to detect if a user leaves a control while holding a Mousebutton down? Pin
Megidolaon24-Mar-09 1:52
Megidolaon24-Mar-09 1:52 
GeneralRe: How to detect if a user leaves a control while holding a Mousebutton down? Pin
King Julien24-Mar-09 3:32
King Julien24-Mar-09 3:32 
GeneralRe: How to detect if a user leaves a control while holding a Mousebutton down? [modified] Pin
Megidolaon24-Mar-09 21:48
Megidolaon24-Mar-09 21:48 
Question.Net error..... Pin
S K Y23-Mar-09 22:40
S K Y23-Mar-09 22:40 

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.