Prev: VS2010
Next: Disable the search feature of a ComboBox
From: Michael Kolowicz on 15 Jun 2010 10:21 I create a modulare app. This app allowed more as one instance of a module in the app. Is it possible to use the first instance of a typed Dataset (created by the first module) in all followed instaces of the same module? How can reache them?
From: Mr. Arnold on 15 Jun 2010 17:25 Michael Kolowicz wrote: > I create a modulare app. This app allowed more as one instance of a module > in the app. Is it possible to use the first instance of a typed Dataset > (created by the first module) in all followed instaces of the same module? > How can reache them? I really don't understand what you're talking about. Are you asking can you make a dataset in one module and pass it to other methods in a module. Are you talking about creating a dataset in a class and passing the dataset to other classes.
From: Cor Ligthert[MVP] on 16 Jun 2010 02:55 Although I have the same understanding like Arnold from your question. OOP is meant to use only one single instance from an object, it uses the references to that object. However OOP and Modules is something like Apples and Computers. "Michael Kolowicz" <Michael.Kolowicz(a)km-f.eu> wrote in message news:pan.2010.06.15.14.21.13.233896(a)km-f.eu... > I create a modulare app. This app allowed more as one instance of a module > in the app. Is it possible to use the first instance of a typed Dataset > (created by the first module) in all followed instaces of the same module? > How can reache them?
From: Armin Zingler on 16 Jun 2010 05:13 Am 16.06.2010 08:55, schrieb Cor Ligthert[MVP]: > However OOP and Modules is something like Apples and Computers. Ha ha, I read "like Apple and Computers...." ;-D -- Armin
|
Pages: 1 Prev: VS2010 Next: Disable the search feature of a ComboBox |