hi there...
let's see.. I have this old application called api-guide.. unfortunately the web site doesn't exist any more (got deprecated when .net comes alive).. but it have almost all api calls there, and a lot has examples..
I can send you this app. (2.2 mb installer only)...
you can find there apis like:
Declare Function lstrcpy Lib "kernel32" Alias "lstrcpyA" (ByVal lpString1 As String, ByVal lpString2 As String) As Long
The lstrcpy function copies a string to a buffer.
÷ lpString1
Points to a buffer to receive the contents of the string pointed to by the lpString2 parameter. The buffer must be large enough to contain the string, including the terminating null character.
÷ lpString2
Points to the null-terminated string to be copied.
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========