T
Thorgal
Hello all
I have 2 questions
First: I'm trying to print a Listview from an mdichild but how can i
address this listview.
For example,
FrmMain is my Main form.
In this Main form I have several mdichildren.
When i press the print button, I want to print the Listview on the
active mdichild,
But how can i address that.
I'm thinking of something like this.
dim oF as new Form
of = me.activemdichild
printing(of.listview1)
Is this correct or how can i address it
Second question:
When I do a mouseover event on a Textbox in my MdiChild I want to
address a Label on my MdiParent that gives information about that
specific Textbox
How can i do this, I think with Delegates but I'm not sure, If someone
could give me an example, I would be very grateful,
Thanks in advance, and sorry about my bad English but I'm from Belgium
I have 2 questions
First: I'm trying to print a Listview from an mdichild but how can i
address this listview.
For example,
FrmMain is my Main form.
In this Main form I have several mdichildren.
When i press the print button, I want to print the Listview on the
active mdichild,
But how can i address that.
I'm thinking of something like this.
dim oF as new Form
of = me.activemdichild
printing(of.listview1)
Is this correct or how can i address it
Second question:
When I do a mouseover event on a Textbox in my MdiChild I want to
address a Label on my MdiParent that gives information about that
specific Textbox
How can i do this, I think with Delegates but I'm not sure, If someone
could give me an example, I would be very grateful,
Thanks in advance, and sorry about my bad English but I'm from Belgium