I have a C# assembly, which is regasmed, but is not in the GAC.In my VB6 code, I added a reference to the generated type library (the .tlb file).
I recently noticed the CallByName keyword in VB6. Since this takes a object, procedure name, \"call type\" and arguments array, can this be used to \"fake\" some types of polymorphic behavior?
I have an old VB6 app which I\'m still trying to support.A few users have reported weird crashes when running the app in Vista or Windows 7.The log files don\'t show anything after one of these crashe
I would greatly appreciate some help on this one! It may be a tricky one. :) Problem I have an VB6 application which is set up as scheduled task. It starts every time, but when executing CreateObje
So I need to put all the names in a file into column 1 on flexgird, each name should go on its own row. here is what I have but i just get \"invalid row value\"
I was looking for a Desktop Application Programmin开发者_Python百科g Language with one of the biggest constraint: - “I need to output as native executable”.
I have a VB6 program which I\'ve been maintaining for ten years. There is a subroutine in the program called \"Prepare Copy\", which looks like this (Edited to add changes):
Programming language: VB6 I have a prob开发者_如何转开发lem to copy region within a picture determined by 4 points (p1,p2,p3,p4), and reskew it to a another picture with fixed rectangle (P1,P2,P3,P4)
Having trouble with WSH and Windows Compression. My goal is to be able to zip up files (not folders, but individual files from var开发者_运维知识库ious locations, which I have stored in an array) usi
I would like to create/use a system-wide independent universal \'counter object\' that can be called via COM in a thread-safe manner.