Click here to Skip to main content
15,913,910 members
Home / Discussions / C#
   

C#

 
AnswerRe: Connection Of Database during installing SETUP Pin
Arindam Sinha27-Jun-09 22:18
Arindam Sinha27-Jun-09 22:18 
QuestionUnable to Save Array values in database Pin
googlejumbo27-Jun-09 19:24
googlejumbo27-Jun-09 19:24 
AnswerRe: Unable to Save Array values in database Pin
Henry Minute28-Jun-09 8:01
Henry Minute28-Jun-09 8:01 
GeneralRe: Unable to Save Array values in database Pin
googlejumbo28-Jun-09 20:24
googlejumbo28-Jun-09 20:24 
GeneralRe: Unable to Save Array values in database Pin
Henry Minute28-Jun-09 21:55
Henry Minute28-Jun-09 21:55 
GeneralRe: Unable to Save Array values in database Pin
googlejumbo28-Jun-09 22:22
googlejumbo28-Jun-09 22:22 
GeneralRe: Unable to Save Array values in database Pin
Henry Minute29-Jun-09 6:06
Henry Minute29-Jun-09 6:06 
QuestionLeading zero in hex formatting Pin
Trollslayer27-Jun-09 11:56
mentorTrollslayer27-Jun-09 11:56 
AnswerRe: Leading zero in hex formatting Pin
Christian Graus27-Jun-09 12:01
protectorChristian Graus27-Jun-09 12:01 
AnswerRe: Leading zero in hex formatting Pin
Ed.Poore27-Jun-09 12:01
Ed.Poore27-Jun-09 12:01 
GeneralRe: Leading zero in hex formatting Pin
Christian Graus27-Jun-09 12:18
protectorChristian Graus27-Jun-09 12:18 
GeneralRe: Leading zero in hex formatting Pin
Luc Pattyn27-Jun-09 12:31
sitebuilderLuc Pattyn27-Jun-09 12:31 
GeneralRe: Leading zero in hex formatting Pin
Christian Graus27-Jun-09 12:38
protectorChristian Graus27-Jun-09 12:38 
GeneralRe: Leading zero in hex formatting Pin
Ed.Poore27-Jun-09 14:01
Ed.Poore27-Jun-09 14:01 
GeneralRe: Leading zero in hex formatting Pin
Luc Pattyn27-Jun-09 15:07
sitebuilderLuc Pattyn27-Jun-09 15:07 
GeneralRe: Leading zero in hex formatting Pin
Ed.Poore27-Jun-09 23:47
Ed.Poore27-Jun-09 23:47 
GeneralRe: Leading zero in hex formatting Pin
Trollslayer27-Jun-09 13:53
mentorTrollslayer27-Jun-09 13:53 
GeneralRe: Leading zero in hex formatting Pin
Ed.Poore27-Jun-09 14:00
Ed.Poore27-Jun-09 14:00 
GeneralRe: Leading zero in hex formatting Pin
Trollslayer27-Jun-09 14:13
mentorTrollslayer27-Jun-09 14:13 
JokeRe: Leading zero in hex formatting Pin
Christian Graus27-Jun-09 14:21
protectorChristian Graus27-Jun-09 14:21 
GeneralRe: Leading zero in hex formatting Pin
Luc Pattyn27-Jun-09 14:04
sitebuilderLuc Pattyn27-Jun-09 14:04 
AnswerRe: Leading zero in hex formatting Pin
Luc Pattyn27-Jun-09 12:10
sitebuilderLuc Pattyn27-Jun-09 12:10 
QuestionCustom Control "Update Cycles" Pin
Brandon Walton27-Jun-09 11:22
Brandon Walton27-Jun-09 11:22 
Hello Everyone,

I'm in the process of making a simple Bézier Curve editor for a time-lapse photography project, and was wondering how to correctly implement different "update cycles" for the control. By "update cycles" I'm referring to when the user clicks something draggable and moves it about, causing the control to enter a cycle where it updates and redraws itself.

Currently, I've tried using a combination of the MouseDown, MouseUp, MouseClick and MouseMove events, but it's a ghastly sight to behold, and seems to reek of bad programming practice. In order to complete a single task, you have to jump between the four different events.

So is there a proper and cleaner way to accomplish this? I'm not very experienced with custom controls, so any help would be greatly appreciated.

Regards,
Brandon Walton
AnswerRe: Custom Control "Update Cycles" Pin
Luc Pattyn27-Jun-09 11:55
sitebuilderLuc Pattyn27-Jun-09 11:55 
GeneralRe: Custom Control "Update Cycles" Pin
Brandon Walton27-Jun-09 17:05
Brandon Walton27-Jun-09 17:05 

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.