Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~11.3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Erslich

Hi all, I am trying to get the Mouse Coordinates that are relative to my form. At the moment I am using: [CODE=c#] xs = Cursor.Position.X; ys = Cursor.Position.Y; [/CODE] However this doesn't get the "local" form mouse coordinates. My form is x = 640 y = 480. And I …

Member Avatar for gouthamarul
1
9K
Member Avatar for Erslich

Hi all, I am currently working on a "game of life" program. Which basically updates a grid and forms interesting patterns. Now part of the program means it has to have a "start" and "stop" button. The idea being that the user can click one button to start the game …

Member Avatar for PierlucSS
0
1K
Member Avatar for Erslich

Hi all :) I'm having a few problems with this assignment I'm working on. Its a Java - C# conversion of a Mandelbrot program. What I'm trying to do, is draw the Mandelbrot to a Bitmap, and then print it onto the Windows form. So far I've been able to …

Member Avatar for Chrisakak9
0
612
Member Avatar for Erslich

I'm new :) I've copied this template from the now closed thread on Daniweb. Name - Erslich or M (I was born with neither, but that's what I get called :) ) Nickname - Erslich Height - 6' 5 Weight - 94kgish Hair - Brown and retreating... Eyes - Brown …

Member Avatar for AndreRet
0
161
Member Avatar for Erslich

Hi All, I am working on a Mandelbrot. I can draw the Mandelbrot to a bitmap and then paste it on the form. What I WANT to be able to do is when the user drags their mouse over an area, it redraws the Mandelbrot with the x and y …

Member Avatar for Erslich
0
145