Let's say I wanna create a window using CreateWindowEx and not using VB forms.
How do I handle the events of that window?
Should I SetWindowLong to a handling procedure?