Advertisement
ASP_Volume2 Miscellaneous #41557

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

Yapay Zeka Özeti: 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.

Kaynak Kod
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
%>
Orijinal Yorumlar (3)
Wayback Machine'den kurtarıldı