inherit

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hello,
plse help me on the way. I know how class textboxuser inherits from textbox
works.
But how is this done: a button and a textbox, if I push the button the
textbox is filled with 'great'.
These two controls I want to pack into something and use it as a whole in
other forms.
Is this done with a container, component? Plse supply a small example.
Thanks a lot
Frank
 
UserControl

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
* "Frank said:
plse help me on the way. I know how class textboxuser inherits from textbox
works.
But how is this done: a button and a textbox, if I push the button the
textbox is filled with 'great'.
These two controls I want to pack into something and use it as a whole in
other forms.
Is this done with a container, component? Plse supply a small example.

It's done with a composite control, in other words, a usercontrol. You
can add a usercontrol like a form, have a look at the choices when
adding a new item to your project.
 
Thanks, obvious, should have seen it.
Frank
Herfried K. Wagner said:
It's done with a composite control, in other words, a usercontrol. You
can add a usercontrol like a form, have a look at the choices when
adding a new item to your project.
 
I gave u that answer two hours before H ( as normal ) and he gets the thanks
!, oh well never mind.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

Frank said:
Thanks, obvious, should have seen it.
Frank
 
Hi OHM,

Yes I find it as well anoying that Herfried than does not thank us in this
kind of situations when he obvious has read the solution from our messages.

:-)))))))

Cor
 
1 handed man, my apoligies. I saw your fast answer yesterday and already got
it to work last evening. I should have thanked u both.

One Handed Man ( OHM - Terry Burns ) said:
I gave u that answer two hours before H ( as normal ) and he gets the thanks
!, oh well never mind.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
He'll probably say he had not replicated before answering or something like
that, However, I allways replicate 'Before' answering. Either that or he
will say it must be his ISP

;-) )) ) <-- I Seem to be putting on a few kg, just look at those double
chins.


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
It's OK, this was more of a nock at H really. He's got this very annoying
habbit of giving a very similar answer several hours after the original one.
I think, that he has to keep the volume of posts high so he will get his MVP
renewed this October.

;-)

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
* "One Handed Man \( OHM - Terry Burns \) said:
It's OK, this was more of a nock at H really. He's got this very annoying
habbit of giving a very similar answer several hours after the
original one.

Mhm... I suggest to take a look at your answer and my answer again.
I think, that he has to keep the volume of posts high so he will get his MVP
renewed this October.

I am not in the October award cycle.
 
* "One Handed Man \( OHM - Terry Burns \) said:
He'll probably say he had not replicated before answering or something like
that, However, I allways replicate 'Before' answering. Either that or he
will say it must be his ISP

In this case, I replied by knowing your message. I simply thought that
is was important to add /how/ to create a usercontrol. In the same
manner, I am glad about other people adding something to my posts if I
am unclear or too short.

Just my 2 Euro cents...
 
:-)

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top