Search found 4 matches

by marcedo
Feb 29, 2016 17:05
Forum: Windows
Topic: INSIDE ACTIVEX WITH FREEBASIC
Replies: 118
Views: 42977

Re: INSIDE ACTIVEX WITH FREEBASIC

it seems to to me that it is the .NET technology which is the successor of COM, but on arrival all the modern languages always offer this technology. why VTBL methods whereas it is more complex? why virtual classes? why the multiple heritage that it is by means of the INTERFACES or not? Yes, i had ...
by marcedo
Feb 29, 2016 16:58
Forum: Archive
Topic: AxSuite2 - With Sources
Replies: 23
Views: 8813

Re: AxSuite2 - With Sources (AxSuite3.2)

-------- Digged through the Net and found AxSuite 2: AxSuite, sequel of AxSupport library New feature: - UDT initializer, no need to init interface with shared init+interface - C-Style vTable Generator - Open library file (exe,dll,ocx,tlb,olb) - AxDllGetClassObject to dynamically loading unregistere...
by marcedo
Feb 29, 2016 16:48
Forum: Windows
Topic: AxSuite3 : evolution for ActiveX support
Replies: 10
Views: 5049

Re: AxSuite3.2 : InternetExplorer Control

Ive done a simple sample which utilize InternetExplorer with AxSuite3.2 . It inits IE, sets some Properties and navigates to facebook. Then it waits for IE to signal the load complete. https://www.freebasic-portal.de/code-beispiele/internet-netzwerke/internetexplorer-steuerelement-activex-304.html ...
by marcedo
Feb 26, 2016 14:36
Forum: Windows
Topic: AxSuite3 : evolution for ActiveX support
Replies: 10
Views: 5049

Re: AxSuite3.2 : InternetExplorer Control

Ive done a simple sample which utilize InternetExplorer with AxSuite3.2 .
It inits IE, sets some Properties and navigates to facebook. Then it waits for IE to signal the load complete.
https://www.freebasic-portal.de/code-be ... x-304.html