English
Forum

Quick Start - one loader

 
- Page 1 -


unfortunately wasn't vorgesehen, that the Thread Prog_Loader of me so occupied watts. Sorry Alfred ! - on itself wished I only one small example post. then but has Jörg Sellmeyer my Ergeiz angestachelt. - I Please
iF or a others Admin ,
my Posts from the supra named Thread To delete. here have I a new unzipped.
The new version of Quick Start - 1.07 standing here to that Download. its only a EXE-File. one ought to a directory create and the EXE there into copy. at that first Start go two Files laid out and then is it rather, one has a directory. - for the, The the program already having: simply The EXE-File over The Vorgängerversion copy. so stay any Settings receive.

WICHTIG ! urgently one Tester with the Betriebssystem windows-ME sought !!!

323 kB
Kurzbeschreibung: exe-File 1.07...
Hochgeladen:05/02/07
Downloadcounter29
Download
 
05/02/07  
 



 
- Page 2 -



Jörg
Sellmeyer
Horst horn
@Jörg !

Horst horn
the is correct not! self from *.bmp-Files can You so Icons Show. Dlls naturally too.


I mean still in the Context with the Quickstarter - who'd is because beschwert, that The Buttons with whom LNK-Files empty stayed and was then so nice, me The Solution To send ? - the were still DU or crazy I there - hä ???


Horst, my response relating itself on your second Codefragment: CreateIconButton:
so can even not only Icons from Exe-Files Show, separate too from others Files.
Erstellst You about each time whom Button new? it reicht, if you with SendMessage the Button one new Image zuweist.
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
05/03/07  
 




GDL
coming unfortunately first today to that testing. overthrows by me under WinME too ex.

Hello
Georg
 
Windows7 Xprofan 8,9,10 [...]  [...] 
05/03/07  
 



@thanks you Georg
be already thereby, a schizophrenen Quickstarter To write. If the so far is, login I again. all Testern once more Thank you !
 
05/04/07  
 




Nico
Madysa
Jupp, this is very my Error Message. i am pleased already on the next Test, i'd the program namely gladly time see.
 
Nico Madysa
05/04/07  
 



on any (Genies and Normalos )
The ISL.DLL of MaiK Strohfeld is a fantastic thing, but very tall and even a DLL, The included go must.
my question:
gives it somewhere a Codefetzen on anybody Festplatte, the one with a LNK-File within one Program (into Settings) create can ?
i will a LNK-File in whom Autostart present can (Anwenderabhängig) - the Delete is no trouble. who can help ? -
 
05/06/07  
 




Rolf
Koch
Hi Horst,
again a thing of iF: Shortcut.pcu
 
05/06/07  
 



@Rolf
for the Using the ShortCut.pcu be I simply To stupid !


Parameter: target_$,link_$,wdir_$,args_$,shcmd&,desc_$,icnfle_$,icid&


can me there Nich time someone one praktisches example write.
The Parameter, The here desires go, say me nothing (in the Help)
 
05/06/07  
 




Alfred
Wagner
Hello Horst
the ought to help
CompileMarkSeparation
######################################################
Eine Verknüpfung anlegen
######################################################
Original von Andreas Miethe * Juli 2002
######################################################
Geändert von Alfred Wagner * April 2007
######################################################
Definitionen
DEF MultiByteToWideChar(6) ! Kernel32,MultiByteToWideChar
DEF CoInitialize(1)        ! OLE32,CoInitialize
DEF CoUnInitialize(0)      ! OLE32,CoUninitialize
DEF CoCreateInstance(5)    ! OLE32,CoCreateInstance
Konstanten
DEF &PShell_Release     8
DEF &PShell_SetDescription 28
DEF &PShell_SetWorkingDirectory 36
DEF &PShell_SetArguments 44
DEF &PShell_SetIconLocation 68
DEF &PShell_SetPath 80
DEF &PFile_Release 8
DEF &PFile_Save 24
globale Variablen
Declare CLSID_IShellLink#
Declare IID_IShellLink#
Declare IID_IPersistFile#

Proc CreateLink

    Declare Pshell&,PFile&,Command&
    Declare WideFile$
    Parameters LinkFile$,Datei$,Beschreibung$,Arbeitsordner$,Argumentenliste$,IconFile$,IconNo&
    Dim CLSID_IShellLink#,16
    Long CLSID_IShellLink#,0 = $00021401
    Word CLSID_IShellLink#,4 = $0000
    Word CLSID_IShellLink#,6 = $0000
    Byte CLSID_IShellLink#,8 = $C0
    Byte CLSID_IShellLink#,9 = $00
    Byte CLSID_IShellLink#,10 = $00
    Byte CLSID_IShellLink#,11 = $00
    Byte CLSID_IShellLink#,12 = $00
    Byte CLSID_IShellLink#,13 = $00
    Byte CLSID_IShellLink#,14 = $00
    Byte CLSID_IShellLink#,15 = $46
    Dim IID_IShellLink#,16
    Long IID_IShellLink#,0 = $000214EE
    Word IID_IShellLink#,4 = $0000
    Word IID_IShellLink#,6 = $0000
    Byte IID_IShellLink#,8 = $C0
    Byte IID_IShellLink#,9 = $00
    Byte IID_IShellLink#,10 = $00
    Byte IID_IShellLink#,11 = $00
    Byte IID_IShellLink#,12 = $00
    Byte IID_IShellLink#,13 = $00
    Byte IID_IShellLink#,14 = $00
    Byte IID_IShellLink#,15 = $46
    Dim IID_IPersistFile#,16
    Long IID_IPersistFile#,0 = $0000010b
    Word IID_IPersistFile#,4 = $0000
    Word IID_IPersistFile#,6 = $0000
    Byte IID_IPersistFile#,8 = $C0
    Byte IID_IPersistFile#,9 = $00
    Byte IID_IPersistFile#,10 = $00
    Byte IID_IPersistFile#,11 = $00
    Byte IID_IPersistFile#,12 = $00
    Byte IID_IPersistFile#,13 = $00
    Byte IID_IPersistFile#,14 = $00
    Byte IID_IPersistFile#,15 = $46
    CoInitialize(0)
    CoCreateInstance(CLSID_IShellLink#,0,1,IID_IShellLink#,Addr(PShell&))
    Command& = Long(Pshell&,0)
    CALL(LONG(COMMAND&,0),PShell&,IID_IPersistFile#,Addr(PFile&))QueryInterface ermitteln
    CALL(LONG(COMMAND&,&PShell_SetPath),PShell&,Addr(Datei$))Datei
    CALL(LONG(COMMAND&,&PShell_SetDescription),PShell&,Addr(Beschreibung$))Beschreibung
    CALL(LONG(COMMAND&,&PShell_SetWorkingDirectory),PShell&,Addr(Arbeitsordner$))Arbeits-Ordner
    CALL(LONG(COMMAND&,&PShell_SetArguments),PShell&,Addr(Argumentenliste$))Argumentenliste
    CALL(LONG(COMMAND&,&PShell_SetIconLocation),PShell&,Addr(IconFile$),IconNo&)IconLocation
    WideFile$ = Space$(Len(LinkFile$)*2)
    MultiByteToWideChar(0,1,addr(LinkFile$),-1,addr(WideFile$),Len(WideFile$))LinkFile umwandeln
    Command& = Long(PFile&,0)
    CALL(LONG(COMMAND&,&PFile_Save),PFile&,Addr(WideFile$),1)LinkFile speichern
    Command& = Long(PShell&,0)
    CALL(LONG(COMMAND&,&PShell_Release),PShell&)
    Command& = Long(PFile&,0)
    CALL(LONG(COMMAND&,&PFile_Release),PFile&)
    CoUnInitialize()
    Dispose CLSID_IShellLink#
    Dispose IID_IShellLink#
    Dispose IID_IPersistFile#

EndProc

DEF @GSFP(4) ! Shell32,SHGetSpecialFolderPathA
Declare LinkFile$,Datei$,Beschreibung$,Arbeitsordner$,Argumentenliste$,IconFile$,IconNo&,Inifile$
Def Home(0) Translate$(Upper$(Par$(0)),Upper$(FindFirst$(Par$(0))),)
IniFile$ = Home()+ Profan.exe

Proc Desktop

    Datei$ = IniFile$
    Beschreibung$ =
    IconFile$ =
    IconNo& = 1
    Arbeitsordner$ =
    Argumentenliste$ =
    LinkFile$ = Space$(255)
    GSFP(0,ADDR(LinkFile$),0,0)Pfad zu Desktop
    LinkFile$ = Trim$(LinkFile$)+\Profan.exe.lnk
    Link anlegen
    CreateLink LinkFile$,Datei$,Beschreibung$,Arbeitsordner$,Argumentenliste$,IconFile$,IconNo&

Endproc

Desktop
GSFP(0,ADDR(LinkFile$),2,0)Pfad zu Startmenü-Programme
GSFP(0,ADDR(LinkFile$),5,0)Pfad zu Eigene Dateien
GSFP(0,ADDR(LinkFile$),6,0)Pfad zu Favorieten
GSFP(0,ADDR(LinkFile$),7,0)Pfad zu Autostart
GSFP(0,ADDR(LinkFile$),8,0)Pfad zu Recent
GSFP(0,ADDR(LinkFile$),9,0)Pfad zu Senden an
GSFP(0,ADDR(LinkFile$),11,0)Pfad zu Startmenü
Cls
Print IniFile$ +
Verknüpfung der Profan.exe auf dem Desktop erstellen
Print
Print Bitte Beachten !
Print Das zu verknüpfende Programm muß sich im selben Ordner befinden wie
das ausführende (hier die Profrun32.exe)
Print
Print Die Verknüpfung wird bei einem beliebigen Tastendruck wieder gelöscht
Waitinput
Link löschen
Assign #1, LinkFile$
Erase #1
End
 
WinXP-Home ,XProfan10

Alfreds ... Freeware :  [...] 
05/06/07  
 



@Hello Alfred
...it helps !
thanks
 
05/06/07  
 




Rolf
Koch
Hi Horst,
in the Ordner of iF, there a File: shortcut-demonstration.src.prf
there sees one still The Parameter
 
05/06/07  
 



@Hi Rolf


there sees one still The Parameter


well hopefully I see the

an further question standing in the space:

with dll&=USEDLL(....) can I a handle for a DLL create.
If I but the handle of an File having would like, How make I the ???
 
05/07/07  
 




Jörg
Sellmeyer
what want Thou with the File make? If you something reinschreiben want, or so, is Assign your friend.
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
05/07/07  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

5.582 Views

Untitledvor 0 min.
mene12/22/12
Julian Schmidt07/28/11

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie