Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for aquaticdeity

Hi all, I don't know whether my question belong here but any ways why every browser has a built-in regex engine? Why they have to find patterns in a http page?

Member Avatar for cwarn23
0
43
Member Avatar for aquaticdeity

I tried to create 10 random circles with random colors using windows forms. The problem am not able to restrict my program to draw only 10 circles.It goes on and on. [code] Timer t = new Timer(); t.Interval = 1; t.Start(); t.Tick += new EventHandler(DrawCircle); [/code] is there any way …

Member Avatar for ddanbe
0
141
Member Avatar for aquaticdeity

Hi am learning c# myself.I have created a [B]Breakout [/B]using c#.But am struck with one problem.When I run the program the paddle and the ball moves properly,but when the ball hits the brick it, the brick does not disappear. The problem I believe is with the [B]Invalidate()[/B] method.I think when …

Member Avatar for aquaticdeity
0
1K