Controls Inheriting Other Control's Properties 
Author Message
 Controls Inheriting Other Control's Properties

Is it possible in Visual Basic to have a control inherit another control's
properties?? For example:
Listbox1 = Listbox2
Listbox1.List = Listbox2.List

I know in most other languages this can be achived very easily via pointers,
but I've had no luck in getting VB to do the same.



Tue, 06 Nov 2001 03:00:00 GMT  
 Controls Inheriting Other Control's Properties
Is it possible in Visual Basic to have a control inherit another control's
properties?? For example:
Listbox1 = Listbox2
Listbox1.List = Listbox2.List

I know in most other languages this can be achived very easily via pointers,
but I've had no luck in getting VB to do the same.



Fri, 09 Nov 2001 03:00:00 GMT  
 Controls Inheriting Other Control's Properties
Haven't done it in VB... but PowerBuilder is GREAT for that kind of thing.


Quote:
> Is it possible in Visual Basic to have a control inherit another control's
> properties?? For example:
> Listbox1 = Listbox2
> Listbox1.List = Listbox2.List

> I know in most other languages this can be achived very easily via
pointers,
> but I've had no luck in getting VB to do the same.



Sat, 10 Nov 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Controls Inheriting Other Control's Properties

2. Controls Inheriting Other Control's Properties

3. Controls Inheriting Other Control's Properties

4. Get a control's property from control's hWnd, KB Q137093

5. Access control property on inherited form

6. Controls won't stay put on inherited winform

7. Custom Inherited User Control Doesn't Show Up in Toolbox

8. Accessing Nested in a Multipage Control, Control's Properties

9. Control for viewing another control's property pages

10. Control for viewing another control's property pages

11. VB6 Text property of UserControl does not work with UpDown Control's buddy property

12. Control's BackColor Based on Field's Required Property

 

 
Powered by phpBB® Forum Software