wmi-delphi-code-creator
wmi-delphi-code-creator copied to clipboard
Create TemplateEventsVBNET.vb
VBNet Event-Handler Template (The equivalent of the C# template sample. A custom class with a custom Namespace)
Note(s): · All member names follows strict name conventions to help the compiler recognize the members, please, don't change their string-case. · conn object is initialized as Nothing to avoid a compiler warning about its usage before being initialized, it shouldn't be changed.