How can I get the version of RICHED20.DLL?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hey, I need to programatically retrieve the exact file version number of RICHED20.DLL (such as "5.30.23.1205") and the control version (2, 2.1 or 3) How can I do that? I couldn't find the solution in MSDN Library. Thanks in advance.
-
Hey, I need to programatically retrieve the exact file version number of RICHED20.DLL (such as "5.30.23.1205") and the control version (2, 2.1 or 3) How can I do that? I couldn't find the solution in MSDN Library. Thanks in advance.
Have you tried loading the VERSIONINFO stuff from the DLL's resources? Peace! -=- James. "Some People Know How To Drive, Others Just Know How To Operate A Car." (Try Check Favorites Sometime!)