Advertisement

Results for "Author: anton knier"

2002ASP #4462
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

2002C #13066
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

2002VB #21670
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

ASP_Volume2 #34570
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

ASP_Volume3 #51079
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

C_Volume2 #75632
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

Java_Volume1 #94176
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

1_2002 #108424
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

2_2002-2004 #121323
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

3_2004-2005 #139867
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

4_2005-2006 #156376
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

5_2007-2008 #178894
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

6_2008-2009 #201412
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

7_2009-2012 #223930
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)

Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out

Languages
Top Categories
Global Discovery