Advertisement
Java_Volume1 Miscellaneous #101162

Class Spy

This little program gives you the possibility to check out other running applications’ windows informations - for example: handle, caption, parent’s handle and the most interesting one: the class name of this window and its parent’s, very useful if you are doing some subclassing. All of that packed in a nice 2 threads algorithm Have fun with it.

AI

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.

소스 코드
original-source
Upload
<%
'lets replace .net with .com
Dim mystring, newstring 
mystring = "www.mysite.net" 'Show what mystring is
newstring = Replace(mystring, ".net" , ".com")
'to print out your new string do like so:
Response.Write newstring
'Outputs:
'www.mysite.com
%>
원본 댓글 (3)
Wayback Machine에서 복구됨