John Moreno

Results 36 comments of John Moreno

> I don't think most WinForms developers, or developers in general, use COM interop, or even know what it is. Can’t speak for others, but when I was doing VB...

@333fred : could you update the check marks for how far along it is?

@VBAndCs : I know how to make it work, I am saying that how it works is wrong. Any returns a Boolean, ?.Any returns a nullable Boolean, nullable booleans should...

@AnthonyDGreen : I used Boolean, simply because that was where I was encountering it, and it seems especially egregious. Thanks for the explanation, it does make sense, and a primitive...

@Halofreak1990 : c# allows you to use named parameters and even reorder them, but isn’t smart enough to figure out that it can determine that the remaining items must be...

I had a similar issue, using pdf.output('blob'). My document had a png in it (signature). pdf.save('file.pdf') produced a much smaller document, but I needed to forward the result to another...