PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Tx text Activex problem_Please help me
Tx text Activex problem_Please help me
Started by bmwasa, Jun., 17 2017 5:35 AM - 1 reply
Posted on June, 17 2017 - 5:35 AM
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
Registered member
19 messages
Popularité : +2 (2 votes)
Posted on June, 26 2017 - 9:13 AM
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