| |
|
|
J. Strahl | ¡Hola @ all
Como komme Yo a el Befehlsliste oder Referenz uno dll ran ? zb.:
@Externo(urlmon.dll,URLDownloadToFileA,0,Pfad a Web-File,Speicherpfad,0,0)
sprich el lo en el urlmon.dll el Befehl URLDownloadToFileA son y dieser con el entsprechenden Befehlen ausgeführt voluntad kann ???
|
|
|
| Windows 7 Ultimate 64 * 12 GB Ram * XProfan 11.2a * PRFellow * PRFPAD | 29.11.2007 ▲ |
|
|
|
|
ByteAttack | [...]
oder KompilierenMarcaSeparaciónDef DoFileDownload(1) !shdocvw.dll,DoFileDownload
Def MultiByteToWideChar(6) !KERNEL32,MultiByteToWideChar
Declare ieDownloadURL#,ieWideDownloadURL#
Declare SHDOCVW&
Proc GetFile
Parameters URL$
Dim ieWideDownloadURL#,Add(Mul(Len(URL$),2),1)
Dim ieDownloadURL#,Add(Len(URL$),1)
String ieDownloadURL#,0=URL$
MultiByteToWideChar(0,0,ieDownloadURL#,-1,ieWideDownloadURL#,Add(Mul(Len(URL$),2),1))
DoFileDownload(ieWideDownloadURL#)
Dispose ieDownloadURL#
Dispose ieWideDownloadURL#
EndProc
Let SHDOCVW&=UseDLL(shdocvw.dll)
Cls
GetFile http://www.marc-gordon.de/downloads/RAMSetup.exe
waitinput
| 29.11.2007 ▲ | |
|
|
|
|
RGH | Ganz simplemente: Documentación a DLL lesen! ;)
Im Ernst: Wenn el Autor uno DLL vorsieht, dass esta auch de otro Programmen genutzt voluntad kann, se él una entsprechende Documentación beilegen.
El vorhandenen Características a ermitteln, es no más schwierig. Ab XProfan 11 se dazu una Programmzeile genügen. Siehe hier: [...]
El Anzahl y Art el Parámetro a ermitteln es ya deutlich schwieriger y no sicher posible y el Bedeutung el Parámetro a erraten es sin Documentación reine Spekulation.
El a Windows gehörenden DLL (el Windows API) son con ihren Características y Parametern en zahlreichen Büchern, aber auch online en Microsoft ausführlich beschrieben. Si usted el DLL-Namen y/oder el Funktionsnamen en Google eingibst, dürftest Usted fündig voluntad.
Saludo Roland |
|
|
| Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 29.11.2007 ▲ |
|
|
|