PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV (précédentes versions) → [WD20} TX TEXT Activex install and useing Problem
[WD20} TX TEXT Activex install and useing Problem
Débuté par bmwasa, 17 juin 2017 17:05 - Aucune réponse
Membre enregistré
1 message
Posté le 17 juin 2017 - 17:05
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