Click here to Skip to main content
15,887,676 members
Home / Discussions / C#
   

C#

 
GeneralRe: A tough design decision Pin
Stephane Rodriguez.19-Feb-03 3:05
Stephane Rodriguez.19-Feb-03 3:05 
GeneralRe: A tough design decision Pin
Chris Austin19-Feb-03 3:48
Chris Austin19-Feb-03 3:48 
QuestionRecommendations for a commercial .NET Grid product? Pin
Zombies with Coffee, LLC18-Feb-03 5:38
professionalZombies with Coffee, LLC18-Feb-03 5:38 
AnswerRe: Recommendations for a commercial .NET Grid product? Pin
Nnamdi Onyeyiri18-Feb-03 6:44
Nnamdi Onyeyiri18-Feb-03 6:44 
AnswerRe: Recommendations for a commercial .NET Grid product? Pin
Kannan Kalyanaraman18-Feb-03 19:05
Kannan Kalyanaraman18-Feb-03 19:05 
AnswerRe: Recommendations for a commercial .NET Grid product? Pin
Alexander Kojevnikov19-Feb-03 6:39
Alexander Kojevnikov19-Feb-03 6:39 
GeneralRe: Recommendations for a commercial .NET Grid product? Pin
Atul Kale20-Feb-03 3:52
Atul Kale20-Feb-03 3:52 
GeneralA little help with MDIParent event process..... Pin
LongRange.Shooter18-Feb-03 5:30
LongRange.Shooter18-Feb-03 5:30 
Hokay Dokay....

I have an MDIParent with a controller window on the side. The controller window creates the instances of the MDIChild forms and defines the MDIParent as the parent of the children. So far so good. All works just dandy -- including managing multiple instances, etc.

Now -- the next enhancement to the app. I need to do processing on the children AFTER they have been created. What I want to do is this:
Delegate an event in my parent form to do the after-creation process.
Have my children raise the event once the form has been loaded.

The question is this: Is there a GOOD existing event I can use to accomplish this that guarantees me that only the children raising the event will trigger the event, or should I define my own event to handle it? I want to make sure that normal window process does not fire this event since what I have to do is rather intense processing!

I was thinking of reusing the CollectionChanged event since my parent is not databound there should be only the intentional firings from my children. Any suggestions ???

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralRe: A little help with MDIParent event process..... Pin
Atul Kale20-Feb-03 3:40
Atul Kale20-Feb-03 3:40 
GeneralIf someone needs modified code of ShellPopupMenu(UtilityLibrary) FoldersTree context menu Pin
Alexei Prokudin18-Feb-03 4:41
Alexei Prokudin18-Feb-03 4:41 
GeneralIcon for MenuItems in ContextMenu displayed in NotifyIcon in Systemtray Pin
rund1me18-Feb-03 4:20
rund1me18-Feb-03 4:20 
GeneralRe: Icon for MenuItems in ContextMenu displayed in NotifyIcon in Systemtray Pin
jtmtv1818-Feb-03 17:09
jtmtv1818-Feb-03 17:09 
GeneralRe: Icon for MenuItems in ContextMenu displayed in NotifyIcon in Systemtray Pin
rund1me19-Feb-03 20:38
rund1me19-Feb-03 20:38 
GeneralWindows Media Player Pin
antoine@orchus-tech18-Feb-03 3:57
antoine@orchus-tech18-Feb-03 3:57 
GeneralRe: Windows Media Player Pin
Kannan Kalyanaraman18-Feb-03 18:56
Kannan Kalyanaraman18-Feb-03 18:56 
Generalhelp in mobile application Pin
Jassim Rahma18-Feb-03 3:20
Jassim Rahma18-Feb-03 3:20 
Generalsnap-ins Pin
Sadegh18-Feb-03 2:32
Sadegh18-Feb-03 2:32 
GeneralRe: snap-ins Pin
Richard Deeming18-Feb-03 4:42
mveRichard Deeming18-Feb-03 4:42 
GeneralShell Programming in Web Forms Pin
TeraCoder18-Feb-03 1:41
TeraCoder18-Feb-03 1:41 
GeneralRe: Shell Programming in Web Forms Pin
Heath Stewart18-Feb-03 2:04
protectorHeath Stewart18-Feb-03 2:04 
GeneralListview selection behaviour Pin
SimonS18-Feb-03 0:24
SimonS18-Feb-03 0:24 
GeneralRe: Listview selection behaviour Pin
Heath Stewart18-Feb-03 2:19
protectorHeath Stewart18-Feb-03 2:19 
GeneralRe: Listview selection behaviour Pin
Stephane Rodriguez.18-Feb-03 4:27
Stephane Rodriguez.18-Feb-03 4:27 
GeneralC# and problems working with Excel2000 Pin
Marix17-Feb-03 20:28
Marix17-Feb-03 20:28 
GeneralRe: C# and problems working with Excel2000 Pin
Stephane Rodriguez.17-Feb-03 20:56
Stephane Rodriguez.17-Feb-03 20:56 

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.