I am running a VB6 application with a Pervasive V9.5 Database. I am receiving a RunTime Error 380 - Specified Fieldname not found in object when only 2 of my users are trying to log in. Rest of the of
I\'m currently trying to use a third-party DLL from my C# application. I\'ve registered the DLL and added it as a reference from the list of COM component. As I understand, this should create the nece
Can you suggest me a way to display an Excel file within my .NET C# application? T开发者_如何学Pythonhank you.This could be a good solution to your question.One option (your mileage may vary):
I want to see the interfaces of an \".ocx\" file. Like this: 开发者_Python百科 But for some .ocx, I can only see 5 functions, Like this:
Recently I\'m trying to make a web page for WMP troubeshooting.And what I want to do is, if the vistors cannot pl开发者_JAVA百科ay the resource on my page because of some problems such as missing WMP
I stumbled upon this while trying to build an ActiveX dll from an old (but still maintained) VB6 exe project(*) sources in order to perform some testing via COM / NET interop.
I\'ve written a program in VB6 that uses System.Collections.ArrayList. The program runs fine on a PC with WinxXP SP2 and VB6 installed. On another PC with a fresh Win XP SP2 install, the program craps
I have written a python application with an inclusion of an ActiveX control(ocx) to 开发者_开发百科print via serial Port to an Epson receipt printer using the win32com library. It\'s Ok !!! but my mas
I have to load a couple of OCX libraries to access legacy code. I am creating the instance using Activator.CreateInstance:
I have a .NET Windows Form that I use to host an older VB6 OCX form. That’s something I can’t run from! At least for now...