[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.vb.general.discussion

Add a Combobox to a vb6 MSHFLexGrid-class

catharinus

11/20/2010 11:25:00 AM

Hello my friends

I have a MSHFlexgrid-class that I use in my vb6-application.
I wonder how I can incorporate a combobox in it and call it in my
application,so outside my MSHFlexGrid-class.

Is there anybody who has an example of this?

Thanks in Advantage

Catharinus
4 Answers

ralph

11/20/2010 5:43:00 PM

0

On Sat, 20 Nov 2010 03:25:19 -0800 (PST), Catharinus
<csvanderwerf@planet.nl> wrote:

>Hello my friends
>
>I have a MSHFlexgrid-class that I use in my vb6-application.
>I wonder how I can incorporate a combobox in it and call it in my
>application,so outside my MSHFlexGrid-class.
>
>Is there anybody who has an example of this?
>
>Thanks in Advantage
>
>Catharinus

Need more information. Specifically as to what you mean by "in it".

-ralph
[Note: A 'class' is a design or programming term. It is a blueprint or
mold providing instructions on how to instance an object - an object
being the instance or the product of the mold.]

catharinus

11/20/2010 10:11:00 PM

0

On 20 nov, 18:43, ralph <nt_consultin...@yahoo.net> wrote:
> On Sat, 20 Nov 2010 03:25:19 -0800 (PST), Catharinus
>
> <csvanderw...@planet.nl> wrote:
> >Hello my friends
>
> >I have a MSHFlexgrid-class that I use in my vb6-application.
> >I wonder how I can incorporate a combobox in it and call it in my
> >application,so outside my MSHFlexGrid-class.
>
> >Is there anybody who has an example of this?
>
> >Thanks in Advantage
>
> >Catharinus
>
> Need more information. Specifically as to what you mean by "in it".
>
> -ralph
> [Note: A 'class' is a design or programming term. It is a blueprint or
> mold providing instructions on how to instance an object - an object
> being the instance or the product of the mold.]

Hai Ralph
Incorporate a combobox in the class MSHFLexGrid, like I incorporated a
textbox
in the class.,

Thanks
Catharinus

(nobody)

11/21/2010 12:37:00 AM

0

"Catharinus" <csvanderwerf@planet.nl> wrote in message
news:a25d11f5-5663-4eda-868f-a27b4189b73a@w2g2000yqb.googlegroups.com...
> Hello my friends
>
> I have a MSHFlexgrid-class that I use in my vb6-application.
> I wonder how I can incorporate a combobox in it and call it in my
> application,so outside my MSHFlexGrid-class.
>
> Is there anybody who has an example of this?

Why not use a DataGrid? It's designed for editing, or TrueDBGrid(not free),
which lets you put dropdown combo in any column.

http://www.componentone.com/SuperProducts/True...


catharinus

11/21/2010 9:35:00 AM

0

On 21 nov, 01:36, "Nobody" <nob...@nobody.com> wrote:
> "Catharinus" <csvanderw...@planet.nl> wrote in message
>
> news:a25d11f5-5663-4eda-868f-a27b4189b73a@w2g2000yqb.googlegroups.com...
>
> > Hello my friends
>
> > I have a MSHFlexgrid-class that I use in my vb6-application.
> > I wonder how I can incorporate a combobox in it and call it in my
> > application,so outside my MSHFlexGrid-class.
>
> > Is there anybody who has an example of this?
>
> Why not use a DataGrid? It's designed for editing, or TrueDBGrid(not free),
> which lets you put dropdown combo in any column.
>
> http://www.componentone.com/SuperProducts/True...

Helo Nobody
Well, I already use a MSHFLexgrid and have designed with help a class
for it.
That's why
Thanks.
Catharinus