Click here to Skip to main content
15,892,643 members
Home / Discussions / C#
   

C#

 
QuestionConverting String to Date Pin
totocaster25-Jul-07 21:01
totocaster25-Jul-07 21:01 
AnswerRe: Converting String to Date Pin
Christian Graus25-Jul-07 21:12
protectorChristian Graus25-Jul-07 21:12 
AnswerRe: Converting String to Date Pin
Vikram A Punathambekar25-Jul-07 22:14
Vikram A Punathambekar25-Jul-07 22:14 
AnswerRe: Converting String to Date Pin
Developer61126-Jul-07 0:32
Developer61126-Jul-07 0:32 
AnswerRe: Converting String to Date Pin
Eliz.k26-Jul-07 22:04
Eliz.k26-Jul-07 22:04 
QuestionFiles restore by MSI after change Pin
Eduard Keilholz25-Jul-07 21:00
Eduard Keilholz25-Jul-07 21:00 
Questiondetecting mouseclick in arraylist Pin
cyn825-Jul-07 20:53
cyn825-Jul-07 20:53 
AnswerRe: detecting mouseclick in arraylist Pin
Christian Graus25-Jul-07 21:15
protectorChristian Graus25-Jul-07 21:15 
cyn8 wrote:
Graphics objGraphics ;
//You can't modify e.Graphics directly.
objGraphics = e.Graphics;


Bizarre. This is totally superfluous, AFAIK.

What you need to do is, in your mouse down event, iterate over the objects again, and check if the mouse is inside any of them.

Obviously, for an ellipse, you need to read up on the maths to find out if a point is inside an ellipse. One cheats way of doing it, is to create a new bitmap, draw the objects onto it in white, and check if your mousedown point is white or black as you draw each one. This is very inefficient, really should only be used where you can't work it out mathematically ( for example if you had a completely irregular shape )


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: detecting mouseclick in arraylist Pin
cyn825-Jul-07 21:40
cyn825-Jul-07 21:40 
Questionto load two combobox side by side on clicking a button(single click). Pin
sowmyasaravanakumar25-Jul-07 20:37
sowmyasaravanakumar25-Jul-07 20:37 
AnswerRe: to load two combobox side by side on clicking a button(single click). Pin
Michael Sync25-Jul-07 20:54
Michael Sync25-Jul-07 20:54 
GeneralRe: to load two combobox side by side on clicking a button(single click). Pin
Michael Sync25-Jul-07 20:57
Michael Sync25-Jul-07 20:57 
QuestionEnable/Disable Menuitems of MdiParent from MdiChild Pin
zenithmaximus25-Jul-07 20:14
zenithmaximus25-Jul-07 20:14 
AnswerRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
ashukasama25-Jul-07 20:54
ashukasama25-Jul-07 20:54 
GeneralRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
zenithmaximus25-Jul-07 21:06
zenithmaximus25-Jul-07 21:06 
GeneralRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
ashukasama25-Jul-07 21:11
ashukasama25-Jul-07 21:11 
GeneralRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
zenithmaximus25-Jul-07 21:20
zenithmaximus25-Jul-07 21:20 
GeneralRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
ashukasama25-Jul-07 22:05
ashukasama25-Jul-07 22:05 
GeneralRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
zenithmaximus25-Jul-07 22:21
zenithmaximus25-Jul-07 22:21 
GeneralRe: Enable/Disable Menuitems of MdiParent from MdiChild Pin
ashukasama25-Jul-07 22:26
ashukasama25-Jul-07 22:26 
Questionexport data from datagrid to excel sheet Pin
srinivassam25-Jul-07 19:52
srinivassam25-Jul-07 19:52 
AnswerRe: export data from datagrid to excel sheet Pin
zenithmaximus25-Jul-07 20:22
zenithmaximus25-Jul-07 20:22 
GeneralRe: export data from datagrid to excel sheet Pin
srinivassam25-Jul-07 20:32
srinivassam25-Jul-07 20:32 
GeneralRe: export data from datagrid to excel sheet Pin
zenithmaximus25-Jul-07 20:58
zenithmaximus25-Jul-07 20:58 
GeneralRe: export data from datagrid to excel sheet Pin
srinivassam25-Jul-07 22:53
srinivassam25-Jul-07 22:53 

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.