Jon

Results 22 comments of Jon

VBP/VBW files are related to VB6, but they do not use the VB6 language. You wouldn't mark them as code because they're not code. Once .ctl/.dsr is added as a...

Right but it only applies the syntax highlighting to that file, and the syntax highlighting rules VB6 needs don't match vbp, there's no functionality to say 'Because this file has...

That is true... you could reliably distinguish by that. But, that's still a new feature, isn't it? Linguist doesn't go by the actual code, just the extension. This comes up...

Not that popular *yet* (:user/:repo would allow multiple repos from the same user to count? That would be closer.), but it's still pre-release and I don't think most people know...

There's planned support for actual aliases. When that arrives, I'm planning to go through and put everything back to it's correct type. It would've been a good idea to use...

Issue with ITypeInfo::AddressOfMember fixed (I believe you meant this one as ITypeLib has no such member, right?) in v2.9.84. Will leave this open to discuss other things.

No. The Toolbox only shows ActiveX controls you can place on the form, and tbShellLib does not contain any. While some interfaces are used to create controls, e.g. IExplorerBrowser, these...

Apologies in advance for the length, this is all very exciting to me so I had a lot more to say than I thought 🤣 First and foremost, to be...

Unfortunately 64bit doesn't solve the ByVal UDT problem. tB has plans to support that, but of course VB6 still wouldn't. Just FYI; you don't actually *need* to rewrite the lib...

There's very, very little conditional compilation outside the `Declare` statements needed for 64bit updates, especially when we don't need an isolated module and can add LongPtr globally. ByVal UDTs >...