PC Review


Reply
Thread Tools Rate Thread

How to add Components to your form??

 
 
Peter van der Veen
Guest
Posts: n/a
 
      12th Dec 2003
Hi

I've a component (from the vb.net resource kit; the flexgroup
component)
But how can i add that to my form?? I don't see it in the components
tab.

In the example the component is on the form already, but there i also
don't know hoe to add a new one beside kopie and paste.

There must be another method.

Peter
 
Reply With Quote
 
 
 
 
Erik Vegting
Guest
Posts: n/a
 
      12th Dec 2003
Hi Peter

A right mouse click on your components group will give you the oppertunity
to add or delete controls.


Groeten,
Erik


"Peter van der Veen" <(E-Mail Removed)> schrieb im
Newsbeitrag news:(E-Mail Removed)...
> Hi
>
> I've a component (from the vb.net resource kit; the flexgroup
> component)
> But how can i add that to my form?? I don't see it in the components
> tab.
>
> In the example the component is on the form already, but there i also
> don't know hoe to add a new one beside kopie and paste.
>
> There must be another method.
>
> Peter



 
Reply With Quote
 
Peter van der Veen
Guest
Posts: n/a
 
      12th Dec 2003



No, its not a control really. It is also not listed in the add/remove
list.




On Fri, 12 Dec 2003 11:47:09 +0100, "Erik Vegting"
<(E-Mail Removed)> wrote:

>Hi Peter
>
>A right mouse click on your components group will give you the oppertunity
>to add or delete controls.
>
>
>Groeten,
>Erik
>
>
>"Peter van der Veen" <(E-Mail Removed)> schrieb im
>Newsbeitrag news:(E-Mail Removed)...
>> Hi
>>
>> I've a component (from the vb.net resource kit; the flexgroup
>> component)
>> But how can i add that to my form?? I don't see it in the components
>> tab.
>>
>> In the example the component is on the form already, but there i also
>> don't know hoe to add a new one beside kopie and paste.
>>
>> There must be another method.
>>
>> Peter

>


 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      12th Dec 2003
"Peter van der Veen" <(E-Mail Removed)>
schrieb
>
>
>
> No, its not a control really.


Components are also in the toolbox.

> It is also not listed in the
> add/remove
> list.


Did you install them?
After starting the resource kit (from the start menu), click the [Enter]
button at the bottom, then choose "third party components" at the top....
and so on. I haven't installed them yet, but I think this should work. After
that, they should be available in the toolbox, or in the list in the
"customize toolbox" dialog, or you'd have to press the [browse] button in
the "customize toolbox" dialog.


--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

 
Reply With Quote
 
Ken Tucker [MVP]
Guest
Posts: n/a
 
      12th Dec 2003
Hi,

First did you install the componetone studio by clicking on the
install studio button on the componetone studio enterprise? Add c1flexgrid
to toolbox.

Ken
------------------
"Peter van der Veen" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Hi
>
> I've a component (from the vb.net resource kit; the flexgroup
> component)
> But how can i add that to my form?? I don't see it in the components
> tab.
>
> In the example the component is on the form already, but there i also
> don't know hoe to add a new one beside kopie and paste.
>
> There must be another method.
>
> Peter



 
Reply With Quote
 
Peter van der Veen
Guest
Posts: n/a
 
      12th Dec 2003
Yes, all the componentone componnets are there.
the normal flexgrid work ok.

But there is a sample of the flexgrid where they made a flexgroup
component out of the flexgrid. They added a component.vb to the
project and added code to it.
There is nog visible designer, they make it in the component onpaint
event.

But how to add it to yor form.

You canb try yourself, add a component.vb to your project, add
something to the designer and then try to add that to your form.

Peter


On Fri, 12 Dec 2003 06:14:25 -0500, "Ken Tucker [MVP]"
<(E-Mail Removed)> wrote:

>Hi,
>
> First did you install the componetone studio by clicking on the
>install studio button on the componetone studio enterprise? Add c1flexgrid
>to toolbox.
>
>Ken
>------------------
>"Peter van der Veen" <(E-Mail Removed)> wrote in
>message news:(E-Mail Removed)...
>> Hi
>>
>> I've a component (from the vb.net resource kit; the flexgroup
>> component)
>> But how can i add that to my form?? I don't see it in the components
>> tab.
>>
>> In the example the component is on the form already, but there i also
>> don't know hoe to add a new one beside kopie and paste.
>>
>> There must be another method.
>>
>> Peter

>


 
Reply With Quote
 
Ken Tucker [MVP]
Guest
Posts: n/a
 
      12th Dec 2003
Hi,

They created a class called FlexGroup and added it to the form in
the windows form designer generated code. That is why it doesnt show up on
the form. Try creating a new windows form control and paste the code from
the flexgroup class into it. That way you can add it to a form.

Ken
--------------------
"Peter van der Veen" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Yes, all the componentone componnets are there.
> the normal flexgrid work ok.
>
> But there is a sample of the flexgrid where they made a flexgroup
> component out of the flexgrid. They added a component.vb to the
> project and added code to it.
> There is nog visible designer, they make it in the component onpaint
> event.
>
> But how to add it to yor form.
>
> You canb try yourself, add a component.vb to your project, add
> something to the designer and then try to add that to your form.
>
> Peter
>
>
> On Fri, 12 Dec 2003 06:14:25 -0500, "Ken Tucker [MVP]"
> <(E-Mail Removed)> wrote:
>
> >Hi,
> >
> > First did you install the componetone studio by clicking on the
> >install studio button on the componetone studio enterprise? Add

c1flexgrid
> >to toolbox.
> >
> >Ken
> >------------------
> >"Peter van der Veen" <(E-Mail Removed)> wrote in
> >message news:(E-Mail Removed)...
> >> Hi
> >>
> >> I've a component (from the vb.net resource kit; the flexgroup
> >> component)
> >> But how can i add that to my form?? I don't see it in the components
> >> tab.
> >>
> >> In the example the component is on the form already, but there i also
> >> don't know hoe to add a new one beside kopie and paste.
> >>
> >> There must be another method.
> >>
> >> Peter

> >

>



 
Reply With Quote
 
Peter van der Veen
Guest
Posts: n/a
 
      12th Dec 2003

So i have to edit the form code itself you mean. I will try it,

Thx


On Fri, 12 Dec 2003 06:52:51 -0500, "Ken Tucker [MVP]"
<(E-Mail Removed)> wrote:

>Hi,
>
> They created a class called FlexGroup and added it to the form in
>the windows form designer generated code. That is why it doesnt show up on
>the form. Try creating a new windows form control and paste the code from
>the flexgroup class into it. That way you can add it to a form.
>
>Ken
>--------------------
>"Peter van der Veen" <(E-Mail Removed)> wrote in
>message news:(E-Mail Removed)...
>> Yes, all the componentone componnets are there.
>> the normal flexgrid work ok.
>>
>> But there is a sample of the flexgrid where they made a flexgroup
>> component out of the flexgrid. They added a component.vb to the
>> project and added code to it.
>> There is nog visible designer, they make it in the component onpaint
>> event.
>>
>> But how to add it to yor form.
>>
>> You canb try yourself, add a component.vb to your project, add
>> something to the designer and then try to add that to your form.
>>
>> Peter
>>
>>
>> On Fri, 12 Dec 2003 06:14:25 -0500, "Ken Tucker [MVP]"
>> <(E-Mail Removed)> wrote:
>>
>> >Hi,
>> >
>> > First did you install the componetone studio by clicking on the
>> >install studio button on the componetone studio enterprise? Add

>c1flexgrid
>> >to toolbox.
>> >
>> >Ken
>> >------------------
>> >"Peter van der Veen" <(E-Mail Removed)> wrote in
>> >message news:(E-Mail Removed)...
>> >> Hi
>> >>
>> >> I've a component (from the vb.net resource kit; the flexgroup
>> >> component)
>> >> But how can i add that to my form?? I don't see it in the components
>> >> tab.
>> >>
>> >> In the example the component is on the form already, but there i also
>> >> don't know hoe to add a new one beside kopie and paste.
>> >>
>> >> There must be another method.
>> >>
>> >> Peter
>> >

>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
when maximize form, rearrange child components of form Kayıhan Microsoft C# .NET 2 22nd May 2008 11:31 AM
Form can't find its components! =?Utf-8?B?V291bmRVcERK?= Microsoft Access Forms 6 14th Jun 2007 06:29 PM
Iterating through a form's components? David Veeneman Microsoft C# .NET 2 17th Aug 2006 11:03 PM
Components on form Wally Microsoft VB .NET 6 25th May 2004 04:46 PM
Components added to a Components Surface not in Components Collection? Microsoft Microsoft Dot NET Framework 2 20th Feb 2004 07:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:37 PM.