blah blah blah is here! blah blah » Close

up0down
link

Hello.

I've got a dialog with a list in it.

I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list.

I intend to have that item added to the list and shown once that 2nd dialog, the interface, is closed.

Is this achievable? I tried using a "pointer" by having a ref-keyword parameter in the constructor of the second dialog.

Thoughts? Aid?

Thanks,

-Danny

last answered one year ago

1 answers

up0down
link

Here are som information.

I dont really have much experience in this case, however I was thinking of the "delegate approach" in the article above.

Feedback