Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
Profil hybryda
Femeie
25 ani
Giurgiu
cauta Barbat
24 - 45 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [VBS, HTA] Open Files & Folders Using HTA File Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
TRaP
Moderator

Inregistrat: acum 6 ani
Postari: 732
Shellexecute info:

Simple code to open a folder from within a HTA application:

Sub GD
Dim objShell
Set objShell = CreateObject("Shell.Application")
    objShell.ShellExecute "D:\AAAAA 365\BBBBBB 1\CCCCCC 1\DDDDDDDDD 1\", , , NORMAL_WINDOW
End Sub


And the required HTA code:
<input type="button" value="Button name" name="run_button" onClick="GD" style="background-color: lime;">

Modificat de TRaP (acum 3 ani)


pus acum 3 ani
   
Pagini: 1  

Mergi la