Click here to Skip to main content
16,004,991 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assign a valuue to a DataTable Item Array Pin
led mike6-Mar-08 9:02
led mike6-Mar-08 9:02 
GeneralRe: Assign a valuue to a DataTable Item Array Pin
#realJSOP6-Mar-08 9:48
professional#realJSOP6-Mar-08 9:48 
GeneralRe: Assign a valuue to a DataTable Item Array Pin
baranils6-Mar-08 10:00
baranils6-Mar-08 10:00 
GeneralRe: Assign a valuue to a DataTable Item Array Pin
#realJSOP6-Mar-08 10:30
professional#realJSOP6-Mar-08 10:30 
GeneralRe: Assign a valuue to a DataTable Item Array Pin
baranils6-Mar-08 10:52
baranils6-Mar-08 10:52 
GeneralUpdating Winforms and multi-threading Pin
Jergosh6-Mar-08 8:29
Jergosh6-Mar-08 8:29 
GeneralRe: Updating Winforms and multi-threading Pin
led mike6-Mar-08 8:42
led mike6-Mar-08 8:42 
GeneralRe: Updating Winforms and multi-threading [modified] Pin
Jergosh6-Mar-08 9:09
Jergosh6-Mar-08 9:09 
led mike wrote:

What about Object Oriented Programming and/or Design Patterns, are you new to those as well? What is your background?


I have experience with C, C++ and Python as well as have completed misc university courses (algorithms and data structures etc) but I don't see how that's relevant.


led mike wrote:
Why is that a trick? It's an implementation of inter-thread communications, do you know of some way to communicate between threads that doesn't involve communicating between threads?


I'd say it's less standard than just acquiring lock, doing whatever we like with the object and then releasing it. Less convenient as well if I want, say, clear a menu and populate it with dynamic content as I have to write several helper methods. Apart from that, replacing
menuItem.DropDownItems.Clear();
with self-made
ClearDropDownMenu(menuItem) isn't particularly object-oriented (or at least doesn't look as if it was). Could we please get back to my initial question?

modified on Thursday, March 6, 2008 3:15 PM

GeneralRe: Updating Winforms and multi-threading Pin
led mike6-Mar-08 9:26
led mike6-Mar-08 9:26 
GeneralRe: Updating Winforms and multi-threading Pin
Luc Pattyn6-Mar-08 9:16
sitebuilderLuc Pattyn6-Mar-08 9:16 
GeneralRe: Updating Winforms and multi-threading Pin
Jergosh6-Mar-08 9:24
Jergosh6-Mar-08 9:24 
GeneralRe: Updating Winforms and multi-threading Pin
Luc Pattyn6-Mar-08 9:33
sitebuilderLuc Pattyn6-Mar-08 9:33 
Generalgzip library Pin
damianrda6-Mar-08 7:39
damianrda6-Mar-08 7:39 
GeneralRe: gzip library Pin
Not Active6-Mar-08 8:03
mentorNot Active6-Mar-08 8:03 
QuestionInterop Access Violation Pin
Member 45984256-Mar-08 7:27
Member 45984256-Mar-08 7:27 
QuestionHow do I determine the end-of-file in a spreadsheet/excel application Pin
Walaza6-Mar-08 6:15
Walaza6-Mar-08 6:15 
AnswerRe: How do I determine the end-of-file in a spreadsheet/excel application Pin
Jimmanuel6-Mar-08 7:30
Jimmanuel6-Mar-08 7:30 
GeneralRe: How do I determine the end-of-file in a spreadsheet/excel application Pin
Walaza6-Mar-08 19:47
Walaza6-Mar-08 19:47 
GeneralRe: How do I determine the end-of-file in a spreadsheet/excel application Pin
Jimmanuel7-Mar-08 2:52
Jimmanuel7-Mar-08 2:52 
GeneralAssociate File Extension with Internet Explorer Pin
Brad Wick6-Mar-08 6:12
Brad Wick6-Mar-08 6:12 
GeneralRe: Associate File Extension with Internet Explorer Pin
Not Active6-Mar-08 8:00
mentorNot Active6-Mar-08 8:00 
GeneralOpening a form inside other form Pin
NewToAspDotNet6-Mar-08 6:07
NewToAspDotNet6-Mar-08 6:07 
GeneralRe: Opening a form inside other form Pin
#realJSOP6-Mar-08 6:09
professional#realJSOP6-Mar-08 6:09 
GeneralRe: Opening a form inside other form Pin
NewToAspDotNet6-Mar-08 6:53
NewToAspDotNet6-Mar-08 6:53 
GeneralRe: Opening a form inside other form Pin
Dan Neely6-Mar-08 7:02
Dan Neely6-Mar-08 7:02 

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.