Reuse of Code OCX? 
Author Message
 Reuse of Code OCX?

I have some Functions that are in just about every form/database I create
these days.  I want to make a control(ocx) or some type of DLL to which I
can create a reference to or just add it to the form.  Does anyone know of a
good way to compile this type of code so I can use the function after only
creating some sort of reference.  I know it can essentially be done with an
mde but I am looking for a better solution.
TIA,
   Steve


Mon, 16 Sep 2002 03:00:00 GMT  
 Reuse of Code OCX?
make the dll using Visual Basic...otherwise, what you are looking for in not
an mde but an mda which is, essencially, an access resource library. you
must use a true programming env like c, c++, vb, etc. in order to compile a
true dll or ocx.

mda's are the closest you'll get with access alone.


Quote:
> I have some Functions that are in just about every form/database I create
> these days.  I want to make a control(ocx) or some type of DLL to which I
> can create a reference to or just add it to the form.  Does anyone know of
a
> good way to compile this type of code so I can use the function after only
> creating some sort of reference.  I know it can essentially be done with
an
> mde but I am looking for a better solution.
> TIA,
>    Steve



Wed, 18 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How do I reuse code in the Code-Behind section of an ASPX page

2. Reusing OCX's of VB4.0 in VB5.0

3. How to reuse code in Access ?

4. Reuse code problem

5. Warning- careful when reusing code

6. Code ReUse Tip

7. Q: Regarding MDI and the reuse of controls and code

8. code reuse

9. Code Reuse

10. Reuse of VB3 code into VB5?

11. Reusing ActiveX Control/Code in Win GUI/MSIE

12. FYI: VBPJ's Policy on Code Reuse

 

 
Powered by phpBB® Forum Software