Mohammad Hamdy Ghanem
Mohammad Hamdy Ghanem
Thanks for your feedback. What exactly you mean by Chinese support? if you mean translating the popup help info about types and methods, you can do that by translating the...
I just published the first book of the "Small Visual Basic Kid Programmer" series on Amazon: https://www.amazon.com/dp/B0CVK1BMC9 ________________________________ From: chenyulue ***@***.***> Sent: Thursday, November 16, 2023 8:38 AM To: VBAndCs/sVB-Small-Visual-Basic...
@paul1956 I can't work on the converter now. By the way, there is a null reference bug while converting this project. Also, the converter is too slow, as it doesn't...
@paul1956 And you should review your retiring decision, as Anthony is back and willing to do amazing things for VB .NET and needs the community help.
EventHandlerList is used internally to store event handlers for normal events (you can get it via reflection if you need), and you should use it manually with custom events. It...