I developed an EXE (VB.NET) which is called by a COOLlex program. Now I got the following job: if something specific happens "send a windows message with number 42" because that lets e.g. refresh a TreeView (in that COOLlex program). My question now is: how can I do that? I have no idea because I never worked with windows messages before (not in C neither in VB 6.0).
After searching everywhere in the www I seem to know that I must use the API-Function SendMessage. Does anyone have a simple example how to use it?
Thx
After searching everywhere in the www I seem to know that I must use the API-Function SendMessage. Does anyone have a simple example how to use it?
Thx