Comm@nder21
14th August 2004 15:01 UTC
WinFunctions.nsh - need help writing new header-file
hy there!
as deguix suggested, i've began writting an header-file, containing as much ready-to-use functions from the windows-api as possible.
the point is, to give the user e.g. this syntax:
${AnimateWindow} $HWND "500" "${AW_SHOW}|${AW_SLIDE}" "r0"
instead of this:
System::Call 'user32::AnimateWindow(i $HWND, i "500", i "${AW_SHOW}|${AW_SLIDE}") i .r0'
deguix
14th August 2004 15:26 UTC
You don't know how many Windows API's in total exists... Patience is the key in doing these things, and that I don't have, unfortunately... hehe:)
Comm@nder21
14th August 2004 15:28 UTC
i can imagine - the list doesn't have an end :)
so, that's the point, i don't have the time to rip all of them out of the msdn.
i've begun, but without help, i won't have success.
so, if anyone could write only a part, the file would grow, and grow, and grow ...