Search found 103 matches
- Fri Aug 17, 2012 3:10 am
- Forum: Other Scripting Languages
- Topic: How to Disable Alt-F4 in HTA ?
- Replies: 2
- Views: 39782
How to Disable Alt-F4 in HTA ?
Hi Just give a try ;) <html> <head> <TITLE>LOGIN</TITLE> <HTA:APPLICATION APPLICATIONNAME="LOGIN" VERSION="1.0.0.0" BORDER="none" INNERBORDER="no" CAPTION="no" SYSMENU="no" MAXIMIZEBUTTON="no" MINIMIZEBUTTON="no" ICON="NO" SCROLL="no" SCROLLFLAT="yes" SINGLEINSTANCE="yes" WINDOWSTATE="maximize" SHOW...
- Wed Aug 15, 2012 11:51 pm
- Forum: Other Scripting Languages
- Topic: How to Disable Alt-F4 in HTA ?
- Replies: 2
- Views: 39782
How to Disable Alt-F4 in HTA ?
Hi !I wonder How to Disable Alt-F4 in HTA ?i read this article : http://ehow.com/how_10031549_disable-al ... l-hta.html and i tried it but didn't work for me , so i'm asking you how can this be done properly !Thank you !
hackoo2012-08-16 06:52:37
hackoo2012-08-16 06:52:37
- Wed Aug 15, 2012 11:51 pm
- Forum: Other Scripting Languages
- Topic: How to Disable Alt-F4 in HTA ?
- Replies: 2
- Views: 39782
How to Disable Alt-F4 in HTA ?
Hi !I wonder How to Disable Alt-F4 in HTA ?i read this article : http://ehow.com/how_10031549_disable-al ... l-hta.html and i tried it but didn't work for me , so i'm asking you how can this be done properly !Thank you !
hackoo2012-08-16 06:52:37
hackoo2012-08-16 06:52:37
- Sun Aug 12, 2012 3:26 pm
- Forum: Other Scripting Languages
- Topic: Method Popup in HTA didn't work ?
- Replies: 0
- Views: 30115
Method Popup in HTA didn't work ?
Hi i wonder why the Method Popup didn't work in a HTA, but in Vbscript works! exemple : i want to perform a message Box waiting for 7 seconds and it close by it self if there is no intervention by the User: VBS Sub Popup() Dim WshShell, BtnCode Set WshShell = WScript.CreateObject("WScript.Shell") Bt...
- Sun Jun 03, 2012 10:30 am
- Forum: Other Scripting Languages
- Topic: File2FTP Uploader.hta with spaces Problems
- Replies: 2
- Views: 8222
File2FTP Uploader.hta with spaces Problems
Hi I made a HTA Application File2FTP Uploader.hta But i have some issues while browsing for a file located in a folder that contains a space like c:Program Files or Documents and settings So how can i solve this space problem ? Thank you for your help in advance !
- Mon Apr 09, 2012 1:27 am
- Forum: VBScript
- Topic: Google speech in Vbscript
- Replies: 5
- Views: 5034
Google speech in Vbscript
Well I did with another method but it's not exactly what I want to do ; because I want to retrieve the file.mp3 by saving it on my hard drive. So with this code I just read the text without Saving the file.mp3 on my hard disk Function URL(adress) Set ie = CreateObject("InternetExplorer.Application")...
- Sun Apr 08, 2012 9:26 pm
- Forum: VBScript
- Topic: Google speech in Vbscript
- Replies: 5
- Views: 5034
Google speech in Vbscript
Hi !I want to perform a Google speech in vbscript but i have some issues with this code : input = InputBox("Enter a text to Speak","Enter a text to Speak") HTTPDownload "http://translate.google.com/translate_tts?ie=UTF-8&tl=fr&q=" &input,"c:Gspeak.mp3" Sub HTTPDownload(strFileURL,strHDLocation) 'M...
- Thu Feb 16, 2012 8:11 am
- Forum: Other Scripting Languages
- Topic: Problem space in a folder to choose
- Replies: 2
- Views: 5112
Problem space in a folder to choose
Hi I'm making a HTA for compressing with 7zip , but i'm a little stuck on the folder settings to choose from it must be without spaces. So I'm looking for a tip or trick to circumvent this problem space. Thank you for your help <html> <head> <SCRIPT LANGUAGE="VBScript"> '============================...
- Sun Dec 25, 2011 1:49 am
- Forum: VBScript
- Topic: How to write these functions in VBScript?
- Replies: 2
- Views: 2608
How to write these functions in VBScript?
Hi ! I would build a HTA " ASCII to HEX to Unicode Converter Utility " Thanks to these functions written in javascript from this site Ok This is quite simple i build into HTA with Javascript Functions and it works as a charm ! But my aim is to translate these functions written in javascript to Vbscr...
- Thu Dec 15, 2011 10:28 pm
- Forum: Other Scripting Languages
- Topic: How to make error handling for the end user ?
- Replies: 1
- Views: 4398
How to make error handling for the end user ?
Hi, I found the solution. <html> <head> <title>File2Compare</title> <HTA:APPLICATION APPLICATIONNAME="File2Compare" ID="File2Compare" BORDER="dialog" INNERBORDER="no" MAXIMIZEBUTTON="no" SCROLL="no" VERSION="1.0"/> <style type="text/css"> /* Theme created by subBlue design for phpBB,...