Quote:
Originally Posted by IT Couple
Hi
Thanks for the reply. I have google the subject and found out that VB6 has has ActiveX control items and others but I don't have VB6 only .net 2008 so far I found the 'user control' might be the same but currently I'm still looking to found out if this is exactly what I want and if I can use it in Access.
Regards
Emil
I'm not a .NET Expert, but from a little research, it looks like this may not be what you are looking for:
------------------------------------------------------------------------------------
VB.Net user controls are those controls that have other controls in them so that they provide a complex functionality if needed. Combining controls to form a VB.Net user control helps you to modularize the code that you are developing for your project.
User controls are created as .ascx file and these are added to the project in the bin directory of the project. After you create a user control you can add them to the tool palette so that you can use them just like any other control in the tool box.
For example you can combine a label and a textbox to create a user control. So whenever you drag and drop this user control from the toolbox you get a label and a textbox together.
------------------------------------------------------------------------------------
P.S. - My suggestion is that you also Post this Topic in the .NET Forum also available here. I'm assuming that once you obtain your answer there, the Control can be deployed within Access just like any ActiveX Control would be.