-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a VB6 App that uses a .Net component (via a .tlb reference in the VB6 app) which is working fine when executed as a compiled app, but it produces an error from the VB6 IDE a certain point when it is trying to use the .NET component.
I should note that the error occurs when the .NET component…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
Bonjour à tous!
Voici un article sur la programmation des extensions OpenGL, en VB6/VBA
Cet article décrit l'utilisation de quelques extensions fréquemment utilisées :
- Les VBO (vertex buffer objects) pour améliorer les performances
- Les textures 3D pour réaliser des textures continue sur…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a VB6 dll that is loaded by a VB6 frontend. This VB6 dll calls a C++ ATL dll via its COM interface. So, I can run from code in VB6 and I can debug in C++ also, however I can't seem to step through the VB6 code and then get into the C++ code. I feel that this should be possible. Currently I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have an excel file template and i want save the written value in textboxes to the cells of excel using vb6 language.
can anyone help me?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I have a .NET DLL that writes to the Trace. But seems that when I call my DLL from a VB6 EXE the trace is not working.
I have created an myApp.config file in the EXE folder with the trace configuration, but this does not solves the issue.
I've also tried creating the Trace objects in code…
>>> More