Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: reg: Go to line number in text file Pin
Christian Graus16-Nov-07 22:54
protectorChristian Graus16-Nov-07 22:54 
AnswerRe: reg: Go to line number in text file Pin
Sun Rays16-Nov-07 18:45
Sun Rays16-Nov-07 18:45 
GeneralRe: reg: Go to line number in text file Pin
Satish - Developer16-Nov-07 18:54
Satish - Developer16-Nov-07 18:54 
AnswerRe: reg: Go to line number in text file Pin
Guffa16-Nov-07 23:39
Guffa16-Nov-07 23:39 
QuestionValues Form Radio Button In UserContol Pin
MuraleeKrishnan16-Nov-07 17:37
MuraleeKrishnan16-Nov-07 17:37 
AnswerRe: Values Form Radio Button In UserContol Pin
SABhatti16-Nov-07 17:47
SABhatti16-Nov-07 17:47 
QuestionHow to copy data table to arraylist ...? Pin
Pankaj - Joshi16-Nov-07 16:12
Pankaj - Joshi16-Nov-07 16:12 
AnswerRe: How to copy data table to arraylist ...? Pin
SABhatti16-Nov-07 17:54
SABhatti16-Nov-07 17:54 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi16-Nov-07 18:49
Pankaj - Joshi16-Nov-07 18:49 
GeneralRe: How to copy data table to arraylist ...? Pin
SABhatti16-Nov-07 19:02
SABhatti16-Nov-07 19:02 
GeneralRe: This not solved my problem yet... Pin
Pankaj - Joshi18-Nov-07 16:08
Pankaj - Joshi18-Nov-07 16:08 
GeneralRe: This not solved my problem yet... Pin
SABhatti18-Nov-07 17:03
SABhatti18-Nov-07 17:03 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi18-Nov-07 16:41
Pankaj - Joshi18-Nov-07 16:41 
GeneralRe: How to copy data table to arraylist ...? Pin
SABhatti18-Nov-07 17:02
SABhatti18-Nov-07 17:02 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi18-Nov-07 17:12
Pankaj - Joshi18-Nov-07 17:12 
GeneralRe: How to copy data table to arraylist ...? Pin
SABhatti18-Nov-07 17:47
SABhatti18-Nov-07 17:47 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi18-Nov-07 22:49
Pankaj - Joshi18-Nov-07 22:49 
GeneralRe: How to copy data table to arraylist ...? Pin
SABhatti19-Nov-07 12:56
SABhatti19-Nov-07 12:56 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi19-Nov-07 16:22
Pankaj - Joshi19-Nov-07 16:22 
GeneralRe: How to copy data table to arraylist ...? Pin
SABhatti19-Nov-07 17:53
SABhatti19-Nov-07 17:53 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi19-Nov-07 21:56
Pankaj - Joshi19-Nov-07 21:56 
GeneralRe: How to copy data table to arraylist ...? [modified] Pin
echuck6618-Nov-07 15:56
echuck6618-Nov-07 15:56 
GeneralRe: How to copy data table to arraylist ...? Pin
Pankaj - Joshi18-Nov-07 16:14
Pankaj - Joshi18-Nov-07 16:14 
QuestionWhat is HandleCreated Event? Pin
SeeBees16-Nov-07 15:31
SeeBees16-Nov-07 15:31 
AnswerRe: What is HandleCreated Event? Pin
Anthony Mushrow16-Nov-07 15:39
professionalAnthony Mushrow16-Nov-07 15:39 
Well, a handle is pretty much just a pointer to the object, and can be used for a variety of things. For example say you create a bitmap and draw a picture onto it, and you then wanted to pass this image to another form, instead of passing the whole image, you could just pass the handle and then use Bitmap.FromHandle().

But, i would have thought that the handle would be created at the same time as the instance of an object, unless you can somehow make more. I'm not so savvy with handles. If you check the MSDN documentation you should find the answers you seek.

EDIT: Nevermind, MSDN doesn't help much. It just says that it fires when a handle is created (wow, really?!) and that it is useful for debugging.



My current favourite word is: PIE!

Good ol' pie, it's been a while.

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.