Hello,
We encountered the problem while trying to convert our PB application to 64 bit. Our apps has few ActiveX components and none of them work. Even having 64bit ActiveX does not resolve the issues.
For example, 64bit Microsoft WebBrowser component does not work. I was able to show the content by using ole_web.InsertClass ("Shell.Explorer") but when it is run in 64bit, content selection and context menu does not work.
RichTextEdit control does not open HTML file when running 64bit . rte_1.InsertDocument("file.html", true))
What would you suggest to use for editing rich text in 64bit?
Please advice,
Thank you,
Yuri