PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV (versões anteriores) → [WD20} TX TEXT Activex install and useing Problem
[WD20} TX TEXT Activex install and useing Problem
Iniciado por bmwasa, jun., 17 2017 5:05 PM - Sem resposta
Membro registado
1 mensagem
Publicado em junho, 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