Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chaz1

  1. chaz1

    Loading a file into a dialog box for editing?

    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
  2. chaz1

    read/write access to windows registry

    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...
  3. chaz1

    Modeless Dialog using .net

    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)...

Part and Inventory Search

Back
Top