PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV (earlier versions) → [WD20} TX TEXT Activex install and useing Problem
[WD20} TX TEXT Activex install and useing Problem
Started by bmwasa, Jun., 17 2017 5:05 PM - No answer
Registered member
1 message
Posted on June, 17 2017 - 5:05 PM
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 , olepro32.dll ,mfc42.dll successfully
Create one windows and create 4 activex control.one for tx text control.one for buttonbar contorl and etc
and you this Code
ax_corps>>buttonbarhandle=ax_barreboutons>>hwnd
ax_corps>>rulerhandle=ax_regle>>hwnd
ax_corps>>statusbarhandle=ax_status>>hwnd

But when run this code show this Erorr
Object used to access buttonbarhandle member is not an Automation object.

I think ActiveX installed because in WDXView Tools can see TXText control

Please Help me

thanks alot