Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: Digital clock for windows appliction Pin
DaveyM695-Apr-09 23:00
professionalDaveyM695-Apr-09 23:00 
GeneralRe: Digital clock for windows appliction Pin
Ch.Gayatri Subudhi6-Apr-09 17:54
Ch.Gayatri Subudhi6-Apr-09 17:54 
AnswerRe: Digital clock for windows appliction Pin
crrajaguru5-Apr-09 23:01
crrajaguru5-Apr-09 23:01 
AnswerRe: Digital clock for windows appliction Pin
akhilonly0075-Apr-09 23:17
akhilonly0075-Apr-09 23:17 
GeneralRe: Digital clock for windows appliction Pin
Ch.Gayatri Subudhi6-Apr-09 18:03
Ch.Gayatri Subudhi6-Apr-09 18:03 
QuestionHow to generate specific barcodes like KOELLIKER, OMR4, NEOPOST B, OMR... Pin
tom5720075-Apr-09 22:40
tom5720075-Apr-09 22:40 
RantRe: How to generate specific barcodes like KOELLIKER, OMR4, NEOPOST B, OMR... Pin
tom5720076-Apr-09 5:31
tom5720076-Apr-09 5:31 
QuestionMultiple selection Pin
Megidolaon5-Apr-09 22:08
Megidolaon5-Apr-09 22:08 
I have a collection of controls (many PictureBoxes that display a source image) that the user can select.
He can select up to 25 at a time.
Now, I want the user to be able to select them like in Excel (without using the ctrl key).
So, when you hold the mouse button down, you can select up to 5 horizontally and up to 5 vertically.

When the user moves the mouse first down to select more PictureBoxes below the first and the moves the mouse up to select more above the first, like in Excel he unselects the previously selected PictureBoxes below the first and only select the ones above the first.
Horizontally the same should happen.

Preferrably the user should only be able to select a rectangle, i. e. when selecting 4 PictureBoxes down, he shoud not be able to select only 3 PictureBoxes in the second column and when he selects 5 PictureBoxes down in the second column, the first column should also be extended to 5.

So far I have a Selection class that has a 2 dimensional array of Bitmaps at its core.
But I think this only really works if the user doesn't change selection as mentioned above.
I also check the location of the selected PictureBoxes and set an up and left bool to true or false.
But I don't think this is sufficient.

Is there maybe an article about this somewhere?

Thanks a lot.
AnswerRe: Multiple selection Pin
King Julien6-Apr-09 0:01
King Julien6-Apr-09 0:01 
QuestionHow to save file content that some contains same lines into the database? Pin
Nopo5-Apr-09 22:08
Nopo5-Apr-09 22:08 
AnswerRe: How to save file content that some contains same lines into the database? Pin
SeMartens5-Apr-09 22:20
SeMartens5-Apr-09 22:20 
GeneralRe: How to save file content that some contains same lines into the database? Pin
Nopo5-Apr-09 22:28
Nopo5-Apr-09 22:28 
GeneralRe: How to save file content that some contains same lines into the database? Pin
SeMartens5-Apr-09 22:42
SeMartens5-Apr-09 22:42 
GeneralRe: How to save file content that some contains same lines into the database? Pin
Nopo5-Apr-09 23:58
Nopo5-Apr-09 23:58 
GeneralRe: How to save file content that some contains same lines into the database? Pin
Nopo6-Apr-09 20:07
Nopo6-Apr-09 20:07 
QuestionHow to run any .exe file through WebService ? Pin
E_Gold5-Apr-09 22:07
E_Gold5-Apr-09 22:07 
AnswerRe: How to run any .exe file through WebService ? Pin
SeMartens5-Apr-09 22:10
SeMartens5-Apr-09 22:10 
GeneralRe: How to run any .exe file through WebService ? Pin
E_Gold6-Apr-09 2:29
E_Gold6-Apr-09 2:29 
GeneralRe: How to run any .exe file through WebService ? Pin
SeMartens6-Apr-09 2:49
SeMartens6-Apr-09 2:49 
QuestionCannot delete file....used by another process.....help guyz! Pin
Rajdeep.NET is BACK5-Apr-09 21:53
Rajdeep.NET is BACK5-Apr-09 21:53 
AnswerRe: Cannot delete file....used by another process.....help guyz! Pin
N a v a n e e t h5-Apr-09 22:06
N a v a n e e t h5-Apr-09 22:06 
AnswerRe: Cannot delete file....used by another process.....help guyz! Pin
SeMartens5-Apr-09 22:06
SeMartens5-Apr-09 22:06 
GeneralRe: Cannot delete file....used by another process.....help guyz! Pin
Rajdeep.NET is BACK5-Apr-09 22:14
Rajdeep.NET is BACK5-Apr-09 22:14 
GeneralRe: Cannot delete file....used by another process.....help guyz! Pin
HuntingWabbits6-Apr-09 2:29
HuntingWabbits6-Apr-09 2:29 
GeneralRe: Cannot delete file....used by another process.....help guyz! Pin
Skymir6-Apr-09 3:08
Skymir6-Apr-09 3:08 

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.