Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP and ActiveX

Former Member
0 Kudos

Hi all,

i have here an ActiveX Control written in VB that i want to include/show in a Dynpro.

This ActiveX Control has a Method (for example "datafill") that fills a control (in this case a sipmle listbox) with the passed data by this method and as a result i want to show this "listbox" in a Dynpro.

Now my questions :

- This ActiveX is written in VB. Can i hanlde this with Abap in a Dynpro ?

- What is the common way to do this ?

- Any things where i have to be careful ?

Greetings

Henning

1 ACCEPTED SOLUTION

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have a look at the following weblogs and see if they help out:

/people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework

/people/thomas.jung3/blog/2004/09/01/using-net-windows-controls-in-the-abap-control-framework

2 REPLIES 2

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have a look at the following weblogs and see if they help out:

/people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework

/people/thomas.jung3/blog/2004/09/01/using-net-windows-controls-in-the-abap-control-framework

0 Kudos

Hi Thomas,

PERFECT !!!

Thanks.

Henning