All the advice I\'ve found on debugging memory leaks in VB6 code has focused on GDI leaks. In my situation, however, evidence suggests that I don\'t have a GDI leak but probably do have a memory leak.
I have developed a C++ based COM object to use it in a VB6 application. Now I need to add some logging to catch some of the bugs. I discovered from the answer to \'How to debug COM object in Visual St
I\'m getting a Finnish date string that looks like: 29.7.2011 9:27 I\'m trying to cast this string to a Date object in VB6. I\'ve tried using the Format function but it doesn\'t seem to swallow the
How do you expose an WinForms UserControl written in C# as an ActiveX control?My goal is to then use this UserControl from other langua开发者_运维百科ges such as VB6 or Delphi.The solution is to use t
I\', trying to create a service and change its configurations accourding to my needs. creation is not a problem but when I want to change service settings it fails. I want to create Interactive servic
I\'m having a hard time finding documentation on where I need to put the SimplyVBUnit.dll and SimplyVBUnitUI.ocx files so I can run the tutorial in this question: Gutzofter\'s mini tutorial on SimplyV
I am updating one of my old vb6 programs. I have not touched vb6 for a number of years. I cannot recall if there was a property on the form or a method call which would update form controls during an
We are currently in the final throes of testing our existing application before we begin the process of migrating the company over to 32-bit Windows 7 with Office 2010.
First, let me say that I\'m not a Visual Basic 6 expert... My need is to: launch from a VB6 client code an exeternal .exe file
I have one table that contains a list of works. So I want to display the today\'s work list in msflexgrid using vb6.