PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Tx text Activex problem_Please help me
Tx text Activex problem_Please help me
Débuté par bmwasa, 17 juin 2017 05:35 - 1 réponse
Posté le 17 juin 2017 - 05:35
Hi
Im use activex tx text control in my project
I do this task:
Copy all need activex control dlls and ocx file in app folder
Use regsvr32 and registry tx4ole24.ocx and mfc42.dll , olepro32.dll successfully
Create one windows and create 4 activex control.one for tx text control.one for buttonbar contorl and etc
and use this code:
ax_corps>>buttonbarhandle=ax_barreboutons>>hwnd
ax_corps>>rulerhandle=ax_regle>>hwnd
ax_corps>>statusbarhandle=ax_status>>hwnd
but when run show this Error:
Object used to access buttonbarhandle member is not an Automation object
i think activex installed beacuse Can see it in WDXView
please help me solve this problem

thanks alot
Membre enregistré
19 messages
Popularité : +2 (2 votes)
Posté le 26 juin 2017 - 09:13
Hello,

If you remove the code you have posted and run the app do you see all the components at runtime in the application?

--

Yogi Yang