About 12,200 results
Open links in new tab
  1. VB6 application get this error 'Run-time error -2147319779 …

    Dec 13, 2019 · I get the Run-time error -2147319779 (8002801d) automation error Application-defined or Object-defined error in a VB6 application when it tries to create an Excel Workbook.

  2. Run-time error '339': Component 'COMDLG32.OCX' or one of its ...

    Nov 15, 2012 · When you upgrade a VB6 project that contains VB6 ActiveX controls, or when you try to use VB6 ActiveX controls in Visual Studio .NET, those controls must be installed and …

  3. How to correctly create class events in C# to be consumed by …

    Nov 16, 2011 · In this C# class library, I have added an event to the class. But I don't seem to be able to get this event correctly set-up to be consumable by Visual BASIC 6.

  4. System.ArgumentException: AssignedTo at …

    Sep 4, 2015 · Details: System.ArgumentException: AssignedTo at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute …

  5. Can't install VS6 SP6 or VB6 SP6 on Vista RTM (6.0.6000)

    May 8, 2015 · Hi, I can't install SP 6 for Visual Studio 6, either the VB6 cutdown version, or the complete VS6 version.

  6. IOCTL_DISK_GET_DRIVE_LAYOUT_EX in vb6 or vb.net

    Apr 3, 2010 · 2. DRIVE_LAYOUT_INFORMATION_EX structure contains a union declaration as mentioned on MSDN , HOW TO GET A UNION in VB.NET or vb 6.

  7. Open VB6 form of a running VB6 .exe from VB.net application

    Mar 16, 2015 · I need to open a form of a VB6 application (Standard EXE) from a VB.Net application. I cannot convert the VB Standard exe to an activeX dll or exe.

  8. How I can check with vb6 is some dll in windows registry

    Aug 4, 2006 · Please note that this forume is NOT for VB6 questions or answers (but for Visual Basic Express). Please refer to the MS Newsgroups for community support for VB6 questions.

  9. vb.net equivalent of selection.insert shift:=xldown

    Jun 19, 2008 · am able to open my xl template with interop and can iterate through datatable to write rows to the template. Running into a problem when trying to insert a row and shift …

  10. Can I send a message to VB6 application from a Web Service?

    Nov 2, 2011 · But I want to develop something like---- a Web Service will listen to request from other applications, and after receiving any such request it will send a message to process that …