Search found 2 matches

by PetexUser
Mon Jul 22, 2019 12:56 pm
Forum: ActiveX
Topic: Problem with TeeEditor in 64 bit app
Replies: 2
Views: 16722

Re: Problem with TeeEditor in 64 bit app

Hi Pep,

Thank you for you support.
I somehow missed the x64 API calls.

Everything works fine now.

kindest regards
Mark
by PetexUser
Tue Jul 16, 2019 1:51 pm
Forum: ActiveX
Topic: Problem with TeeEditor in 64 bit app
Replies: 2
Views: 16722

Problem with TeeEditor in 64 bit app

Hi We are using the TeeChart Pro v2018 ActiveX Control in our C++ applications We provide access to the chart properties using the TeeEditor tool ( via a form button) Initialise: m_TeeEditor.SetChartLink(m_pChart->GetChartLink()); Show TeeChart properties Button response: m_pChart->TeeEditorShowEdit...