Not sure if you have tried the rich edit control.
use CreateWindowEx and define RICHEDIT_CLASS as the class, most of the messages will translate.
Hope this helps
How about this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/regconnectregistry.asp
Also the WMI interface is a really slick way to remotely query a machine,it's registry, and it also let's you launch a process on the remote machine...
try creating the dialog in memory using the new operator instead of on the stack.
(in the CWnd class derive pDlgTimeLeft and intialize to NULL)
pDlgTimeLeft = new CTimeLeft();
TimeRemaining(str_validratio,
str_validamount)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.