Multi-Threading
Explains what MultiThreading is and how to fit it into your program with just a few simple windows functions. Used properly this can drastically increase the speed of your applications. The tutorial can be understood without any Win32 or MFC knowledge at all. The example requires Win32 knowledge. I DID NOT WRITE THE TUTORIAL, AUTHOR NOTICE IS INCLUDED.
AI
ИИ-обзор: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Исходный код
Upload <xmp> <html> <head> <title>Test</title> <script language="VBScript"> sub cmdOK_onClick If Len(document.form1.txtEmpNo.value) > 8 Then document.form1.txtEmpNo.focus alert"You have entered an invalid Employee number !" document.form1.cmdOK.disabled = True end sub sub Enable On Error Resume Next document.form1.cmdOK.disabled = False end sub </script> </head> <body onMouseMove="Enable"> <form name="form1" method="POST" action="test.htm"> <input type="text" name="txtEmpNo"> <input type="submit" name="cmdOK" value="OK" onControlSelect="cmdOK_onClick"> </form> </body> </html> </xmp>
Оригинальные комментарии (3)
Восстановлено из Wayback Machine