N
Nathan Smith
I have an app that has several background threads running, and I want to use
a user-defined message to tell the main form that I want it to update a
object it created on startup.
I know this capability is in VC++ using the RegisterMessage and PostMessage
functions, but is there anything like this in VB.net?
Thanks.
a user-defined message to tell the main form that I want it to update a
object it created on startup.
I know this capability is in VC++ using the RegisterMessage and PostMessage
functions, but is there anything like this in VB.net?
Thanks.