Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Find Target ? Hitno Potrebno !!!

[es] :: Visual Basic 6 :: Find Target ? Hitno Potrebno !!!

[ Pregleda: 3211 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Neo_Matrix

Član broj: 18751
Poruke: 12
*.vdial.verat.net

Sajt: www.dnjcompany.cjb.net


Profil

icon Find Target ? Hitno Potrebno !!!03.03.2004. u 17:36 - pre 245 meseci
Kako je moguce sa Shell komandom otvoriti u Windows Exploreru neki fajl na taj nacin sto ce se proslediti njegova kompletna putanja, a WinExplorer ce otvoriti direktorijum u kome se nalazi taj fajl i isti ce biti selektiran.
Ovaj efekat se dobija kada se na ShotCut (LNK fajl) klikne na Properties pa Find Target

Da li koristiti Shell (BLAHBLAHBLAH...)
Da li SHellExecute ili ShellExectueEx i sa kojim parametrima ?

Mozda kao npr. Shell ("explorer.exe c:\00\1.exe /f") ili slicno !

Unapred Hvala !
Similar to the programmed reality of the Matrix. It has the same basic rules. Like gravity.
These rules are no different than those of a computer system.
Some of them can be bent.Others can be broken.

Everithing That Has A Beginning Has An End
 
Odgovor na temu

mladenovicz
Zeljko Mladenovic
Xoran Technologies, Inc., Ann Arbor, MI,
USA / Software Engineer
Ann Arbor, MI, USA

Član broj: 6598
Poruke: 2065
*.bg.wifi.vline.verat.net.

Jabber: mladenovicz@elitesecurity.org
ICQ: 95144142
Sajt: yubc.net/~mz


Profil

icon Re: Find Target ? Hitno Potrebno !!!17.07.2004. u 16:09 - pre 240 meseci
Code:

Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _
ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Const SW_SHOWNORMAL = 1

Private Sub Form_Load()
    ShellExecute Me.hwnd, "open", "explorer.exe", "/select, C:\Projects\ErrLib\MSSCCPRJ.SCC", vbNullString, SW_SHOWNORMAL
End Sub

 
Odgovor na temu

[es] :: Visual Basic 6 :: Find Target ? Hitno Potrebno !!!

[ Pregleda: 3211 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.