A VB6 app is experiencing a run-time errors at a variety of places. I know this is the result of poor error handling, but is it possible to analyse the code to see where it is开发者_StackOverflow中文
Migation of a VB6 appli开发者_如何学Pythoncation to .NET platform is almost like a rewrite, no matter it is VB.NET or C#.Do you think it will require more effort to do it in Java platform, when compar
I have a program under version control that has gone through multiple releases.A situation came up today where someone had somehow managed to point to an old copy of the program and thus was encounter
I\'d like t开发者_如何学Goo run a script to do a SVN check-in automatically when exiting the VB6 IDE.
If a run-time error occur in a VB6 app, does this mean Error handling has been turned off by use of the On Error Goto 0 statement?
I suddenly am tasked to debug an old project in Visual Studio 6. My PC setup contains an IME Microsoft Office 2000. Each time I try to open a .VBP file using Visual Studio, a Microsoft Office 2000 Ins
I have a VB6 app which consists of a flexgrid, two command buttons, and a text box.I have code to allow the user to press the up or down arrow key to switch rows in the grid.When the down arrow key is
If I make use of a Type Library in a VB6 project do I need to distribute the .tlb file (and perhaps even re开发者_运维百科gister it?) with the compiled exe on the target computer?No, usually it is onl
I have recently updated开发者_如何学运维 a Visual Basic 6 application that is an ActiveX exe, running on Windows XP. I have a couple of testers for this application who have received a copy of the exe
I\'m using the Windows API (SetWindowsHookEx) to capture keyboard events.I would like to pass the Ctrl+Shift+Esc combination to my application for processing but suppress Task Manager appearing.