The COM object is not valid or not registered
(french translation of "L'objet COM avec le CLSID {A8F57566-79B7-48F3-B439-979373CFFF94} n'est pas valide ou n'est pas inscrit.")
Code: Select all
Private Sub ProcessFile(ByVal p_completepath As String, ...)
Dim Ctrl As GflAx.GflAx
Ctrl = New GflAx.GflAx
With Ctrl
.LoadBitmap(p_completepath)
...
I'm a beginner in "Windows" programmation (2 weeks) and rather experienced in Linux. But I tried to initiate myself at Microsoft World development. So if someone can help me ?!