Wayne Bloss

Results 50 comments of Wayne Bloss

Hi @blackholeearth Sorry, I don't maintain this code anymore and I haven't used it in years. Feel free to make a fork and fix it up - I'll be glad...

Hi @AteCoder Sorry, I don't maintain this code anymore and I haven't used it in years. Feel free to make a fork and fix it up - I'll be glad...

@AteCoder Here's the code that generates the intermediate language - https://github.com/waynebloss/BindingListView/blob/ae7143356c7d3a49e4b3434bf09ffbc8d401fb44/src/BindingListView/AggregateBindingListView.cs#L1478 Here's some info on how to debug it: - https://stackoverflow.com/questions/321203/how-do-i-debug-il-code-generated-at-runtime-using-reflection-emit - https://stackoverflow.com/questions/56043204/is-there-a-way-to-view-dynamicmethod-resulting-x86-assembly-code - https://www.google.com/search?q=.net+DynamicMethod+GetILGenerator+debug+il

@danielvega I don't do a lot of WinForms anymore. Mostly I am doing web and mobile frontends, if any...

I haven't looked at this code in years. Can you fork this code, make your changes and send a pull request?

It looks like you ran into some un-finished work. Sorry - I am not the original author of this code, I simply updated it to the latest version of Visual...

Hi @mcanti I'd like to help you with this problem, but I have not looked at this code in a very long time. You are welcome to fork this repository,...

You might also want to ask [the guy](https://sourceforge.net/u/grammarian/activity/?page=0) that creates [ObjectListView](http://objectlistview.sourceforge.net/cs/index.html) since he probably knows a lot about winforms data binding. He's also [on github](https://github.com/Grammarian)

Also, you might want to look at this solution, but I'm not sure if it's relevant to your situation - http://stackoverflow.com/a/7404758/16387 If I were binding to an image, I think...

Does anyone know of a different formatter that has this option?