VB6
VB6 Memory Leaks Without GDI Leaks
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.[详细]
2023-04-04 19:52 分类:问答How do I write to the VB6 immediate window from C++ based COM object?
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[详细]
2023-04-04 17:58 分类:问答Parse finnish date string to Date Type in VB6
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[详细]
2023-04-04 16:59 分类:问答Expose a WinForms UserControl as an ActiveX control
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[详细]
2023-04-04 11:58 分类:问答Failed to change service config
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[详细]
2023-04-04 11:04 分类:问答Problem using SimplyVBUnit
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[详细]
2023-04-04 09:46 分类:问答What is the function call to update a form during an event
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[详细]
2023-04-04 05:39 分类:问答VB6 App - FileCopy Fails in Win7
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.[详细]
2023-04-04 02:14 分类:问答Shell process' standard output reading in Visual Basic 6
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[详细]
2023-04-04 00:59 分类:问答Retrieve current date records from oracle database using vb6
I have one table that contains a list of works. So I want to display the today\'s work list in msflexgrid using vb6.[详细]
2023-04-03 22:40 分类:问答