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: Anne98 pe Simpatie.ro
| Femeie 25 ani Buzau cauta Barbat 25 - 50 ani |
|
TRaP
Moderator
Inregistrat: acum 6 ani
Postari: 787
|
|
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 4 ani)
|
|
pus acum 4 ani |
|