how to get client's icon?
COM
3
Posts
3
Posters
0
Views
1
Watching
-
hello! is there any way to get remote client's icon (from its executable file for example) by my server (com application)? thanks in advance. max da man
-
hello! is there any way to get remote client's icon (from its executable file for example) by my server (com application)? thanks in advance. max da man
using typelib read name of executable/dll and try LoadResource (icon)? Just a guess..