Hello,
I wish to create a custom ActiveX control or find one that correctly suits my needs and have some concerns before I get started.
Firstly, I have no idea how to make one or the actual effort that is needed to get one to work. Does anyone has experience in creating custom controls?
Also, if my front-end is distributed to many users, all with different versions of MS Office and even MS Windows, will I need to install my custom control onto each of their machines.
Ultimately I want to create a control that is like the ListBox, but also like the TextBox. I wish to form a bulleted list based on the user that is accessing the form at that point. From there I want to enable the user to select a "row" within the List/Text Box and obtain the data associated with that row. I've tried implementing a plain ListBox, but I was not able to set margins for the columns nor get the text to wrap.
Thank you in advance