c++ - How Can I pass message from DLL to Application -


i have atlcom shell extension adds right click extension windows explorer. how can pass message dll mfc application.

to sumarize, want pass message dll mfc application.

you can use windows api sendmessage or postmessage.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -