Application Development and Automation 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: 
Read only

ABAP and ActiveX

Former Member
0 Likes
694

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
Read only

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
599

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

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

2 REPLIES 2
Read only

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
600

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

Read only

0 Likes
599

Hi Thomas,

PERFECT !!!

Thanks.

Henning