Skip to content

Commit d8d648a

Browse files
committed
Add TODO to remind us that events for VB6 are broken, broken, borked. Maybe one day someone will implement VB6 and will appreciate the kind small reminder left behind.
1 parent 02735ab commit d8d648a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
using System.Collections.Generic;
44
using System.IO;
55
using System.Linq;
6-
using System.Runtime.InteropServices;
76
using Rubberduck.VBEditor.Events;
87
using Rubberduck.VBEditor.Extensions;
98
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
109
using VB = Microsoft.VB6.Interop.VBIDE;
1110

1211
namespace Rubberduck.VBEditor.SafeComWrappers.VB6
1312
{
13+
//TODO: the event is UNTESTED, PRESUMED TO BE BROKEN
14+
//if you wanna to enable vb6, please have the courtesy
15+
//to fix it up right.
1416
public class VBComponents : SafeEventedComWrapper<VB.VBComponents, VB._dispVBComponentsEvents>, IVBComponents
1517
{
1618
private static readonly Guid VBComponentsEventsGuid = new Guid("0002E193-0000-0000-C000-000000000046");

Rubberduck.VBEEditor/SafeComWrappers/VB6/VBProjects.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace Rubberduck.VBEditor.SafeComWrappers.VB6
1010
{
11+
//TODO: the event is UNTESTED, PRESUMED TO BE BROKEN
12+
//if you wanna to enable vb6, please have the courtesy
13+
//to fix it up right.
1114
public class VBProjects : SafeEventedComWrapper<VB.VBProjects, VB._dispVBProjectsEvents>, IVBProjects
1215
{
1316
private static readonly Guid VBProjectsEventsGuid = new Guid("0002E190-0000-0000-C000-000000000046");

0 commit comments

Comments
 (0)