Click here to Skip to main content
15,905,912 members
Home / Discussions / C#
   

C#

 
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.

GeneralRe: What is HandleCreated Event? Pin
SeeBees16-Nov-07 17:14
SeeBees16-Nov-07 17:14 
QuestionDatagridView - Combobox Pin
Dino2Dino16-Nov-07 12:44
Dino2Dino16-Nov-07 12:44 
AnswerRe: DatagridView - Combobox Pin
KennyPatel16-Nov-07 20:38
KennyPatel16-Nov-07 20:38 
QuestionBook on Regular Expressions Pin
Jeffrey Walton16-Nov-07 12:20
Jeffrey Walton16-Nov-07 12:20 
AnswerRe: Book on Regular Expressions Pin
Christian Graus16-Nov-07 18:46
protectorChristian Graus16-Nov-07 18:46 
QuestionC# code to validate that a file is an audio file Pin
TheGAPnoid16-Nov-07 12:04
TheGAPnoid16-Nov-07 12:04 
AnswerRe: C# code to validate that a file is an audio file Pin
Anthony Mushrow16-Nov-07 14:31
professionalAnthony Mushrow16-Nov-07 14:31 
QuestionRetrieve data from a database Pin
Steauaclau16-Nov-07 11:55
Steauaclau16-Nov-07 11:55 
AnswerRe: Retrieve data from a database Pin
SABhatti16-Nov-07 12:52
SABhatti16-Nov-07 12:52 
QuestionPassing values between the forms Pin
Steauaclau16-Nov-07 10:30
Steauaclau16-Nov-07 10:30 
AnswerRe: Passing values between the forms Pin
snorkie16-Nov-07 10:37
professionalsnorkie16-Nov-07 10:37 
GeneralRe: Passing values between the forms Pin
Colin Angus Mackay16-Nov-07 10:49
Colin Angus Mackay16-Nov-07 10:49 
GeneralRe: Passing values between the forms Pin
snorkie16-Nov-07 11:31
professionalsnorkie16-Nov-07 11:31 
AnswerRe: Passing values between the forms Pin
Giorgi Dalakishvili16-Nov-07 10:53
mentorGiorgi Dalakishvili16-Nov-07 10:53 
GeneralRe: Passing values between the forms Pin
Steauaclau16-Nov-07 12:18
Steauaclau16-Nov-07 12:18 
GeneralRe: Passing values between the forms Pin
Giorgi Dalakishvili17-Nov-07 6:14
mentorGiorgi Dalakishvili17-Nov-07 6:14 
QuestionAPI Directory Security Pin
snorkie16-Nov-07 9:53
professionalsnorkie16-Nov-07 9: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.