JavaScript - Compiling .hta File To .exe?
Oct 20, 2010
compile my .hta file (and resources) to a .exe file.There are plenty of applications that claim to be able to do this - but they have not worked for this application - which is a mixture of javascript and VB.Simply, (and naively,) I don't want people looking at / screwing with the code.
EDIT: Of course, I understand that javascript and VB are not "compilable" since they are interpreted languages. I am just looking for a way to truly hide the source.
View 4 Replies
ADVERTISEMENT
Feb 15, 2010
In one of my forms witch I imported from VB2008 there are all properties saved in the *.resx file. One Property, of the Type System.Windows.Forms.Keys, can contain the Value 'Ctrl+F1' witch compiles fine in VB2008, but not in VB2010. To reproduce, simply add the following to any resx file:
<data name="cmdFenster.ShortcutKeys" type="System.Windows.Forms.Keys, System.Windows.Forms">
<value>Ctrl+F1</value>
</data>
It will compile fine with VB2008, but not with VB2010. Notice: The VB2010 also generates this Code in the resx file
View 2 Replies
Oct 25, 2010
I have been using VB2005 for many years on 2 PCs. Over the last month I have been getting an error when I try to run the project from the IDE:
Error 1 Unable to copy file "objx86DebugBackup.exe" to "binx86DebugBackup.exe". The process cannot access the file 'binx86DebugBackup.exe' because it is being used by another process.
C:WindowsMicrosoft.NETFrameworkv2.0.50727Microsoft.Common.targets 2324 9 Backup
My questions:
1. What has changed?
2. One thread I found suggested that it is a bug, but if true is this something that has been introduced recently (I'm not aware up updating VB2005 unless it happened as part of the general updates).
3. How do I get it back to where it was?
The file is actually locked by my own process, no other application can be using it. I've even tried it with a few line noddy program. I always have to come right out of the IDE, wait a couple of minutes and then go back in - a total productivity killer.
View 4 Replies
Feb 23, 2009
I want to know how can convert (compile) a class module into a .dll file. You can refer to me an article, tutorial or a code sample.
View 1 Replies
Jan 20, 2011
I have a vbscript which I would like to compile into a single .EXE file. It's my understanding that you can't do this with vbscript and that the available applications which supposedly do the conversion are actually just glorified self extracting zip files which dump the vbs to a temp folder and run the script - not what I want.I've no experience in VB.Net and very little in VBS so I'd appreciate it someone could look over the script and let me know what areas I need to change so I can investigate the correct syntax in VB.Net.what the script does just in case there might be an issue from the conversion. The script does several things in this order:starts by scanning a CSV file (which contains a list of peoples usernames, their department and full name) looking for the line that contains a username match to that of logged in users's logon name via expanding the environment variable %USERNAME%..Once found, it splits the entire row into an array..Sets a series of Environment variables at Process level using contents of the array as values..Does a basic time check and sets the result as environment variable as above..Checks to see which version of CAD application is installed on users machine and starts application with command switch to process configuration file during startup..I don't think its overly complex now that I understand the VBS code but in VB.Net, I don't know what lines will work and what won't. I've not installed Visual Studio Express yet but will do so shortly - I presume this program is suitable for converting my script? [code]
View 19 Replies
Jul 15, 2011
I would like to know how I could generate code from a text file in a particular format into a VB.net or C# source file.I would like my code generating program to read text file having the following format:[code]The idea is to compile the main code after the user have modified the txt file and used the code generating program. I would prefer to write the code generating program in C, python or C#.
View 4 Replies
Jun 17, 2008
I am compiling a VB Project in VS2005 with SP1. This is the error that I am getting when I build this project.
12>C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Microsoft.Common.targets(802,9): error MSB3108: Error executing the ResolveNonMSBuildProjectOutput task. An error occurred while parsing EntityName. Line 1, position 115.Microsoft.Common.targets is a file present in WINDOWS folder and used internally by VS2005 while building the projects. I am not able to get any clue why this error has come.
View 4 Replies
Jan 27, 2012
I am relatively new to vb.net and so I apologise in advance if I omit any important details from this post. Please point out how I can better ask the question if you think I can.For some reason when I try to compile my code I get this error:
Error 1 Unable to copy file "C:Documents and SettingslocaluserDesktopEwESourcesPDistributeinDebugPDistribute.exe" to "binDebugPDistribute.exe". Could not find file 'C:Documents and
[code]....
View 2 Replies
Dec 8, 2009
Am trying to read in data from an xml file but using javascript which is embedded into my asp.net|vb code. I am new to asp.net but coming from a programming background
View 1 Replies
Dec 15, 2011
i want to add a javascript File or Function to vb.net application web browser. i am using this function:
Dim mScript As HtmlElement
Dim mHead As HtmlElementCollection
mHead = Browser1.Document.GetElementsByTagName("head")
[Code]....
View 1 Replies
Aug 16, 2011
I'm not exactly sure if this is the correct question to be asked but I will tell you what I am attempting. I have an ASCII txt file with product data in it. It does not have headers. I am looking for a way to convert this data into an XML file, however, I want it to parse through one of the txt fields to incorporate a look-up field and modify the data based on that field. Now I could use VB.NET, C# or Javascript. Example provided:
[Code]...
View 1 Replies
Mar 28, 2009
I have called a script in my .net code which creates a .csv file and writes into it. The file is created and the program is executed without errors but the created file has nothing written into it. I'm able to create and write into the file from .net. Also, when the script is run separetly writes into the file correctly but not when it is called from .net. what could be the reason...
View 2 Replies
Jan 10, 2012
I am new to .NET. How i can use include files for my menus? I am used to do with php is I make one php file with menu and I include it in all PHP files so that it can be changed in all pages when I would change it basic file. I dont know what is the concept of it in .NET?
View 1 Replies
Apr 20, 2012
I have a Javascript function in the js file (test.js) and I need to call her in visual basic 2010 enter her input parameter and load response javascript functions in visual basic.
View 2 Replies
Dec 3, 2011
I want to access variables defined in Javascript in.aspx file to .aspx.vb file How can i access variables in .aspx.vb file?
[Code]...
This is simple javascript I'm using in my .aspx page
now i want to access the variable h m and c in .aspx.vb page how to do that?
View 1 Replies
Jun 26, 2011
I am have been trying to teach myself ASP.NET and Javascript for a project and have been stuck on one problem for literally dozens of hours now. I found a really nice javascript drag-and-drop list online, copied the source offered and split the css into a .css file, the javascript into a .js file and the HTML and reference into my asp.net page. It worked perfectly. Next, I replaced the javascript list with a static HTML list populated with the same data, wrapped it in an UpdatePanel and set up an "edit order" button to swap the static list's HTML for the javascript list's HTML when the button is pressed.
[Code]...
View 1 Replies
Feb 27, 2012
my problem is that my company does not want to serve up the .json MIME type, so I have to use ASP.NET to fetch the JSON file from the file server. Currently I have jQuery that does a getJSON and traverses the JSON object to build certain elements of the page. Is there a way I can use ASP.NET (VB) to give the object to my jQuery script after I fetch it?
View 1 Replies
Feb 1, 2012
I have got one problem by uploading file. I created an aspx file in asp.net then I added a fileupload control and image control. I want to show preview image in image control before uploading. I created a following script.
[code]...
It is not work in every browser. How could I do that?
View 3 Replies
Jan 19, 2011
I am using Valums AJAX javascript, found at [URL] I am using VB.net as my server side scripting language and I have a webservice that is called, but I do not know how to retrieve the query string sent by his code.
View 1 Replies
Mar 16, 2011
I have built a vb.net web application. I have tried to make it secure, with all users requiring a password to get in. The only problem is that if anyone can guess (or detect using some kind of hacking tools) the url of the javascript file, they can download it and read it, without even having to log in first.
Is there any way that this can be prevented?
View 2 Replies
Apr 3, 2011
i'm making a simple app that asks a remote server via webbrowser, but, if the remote page is replying with javascript, instead of showing the text the browser always prompt to download the search.js file.is there a way to only show the source instead of downloading the file ?
View 1 Replies
May 21, 2012
I know this topic is all over the web, but I seem to have a combination of issues that is either not addressed or I can't figure out that they are addressed. Here is what I am doing. I am using Webbrowser to log into a a website and navigate to a specific page, enter some query criteria and click a "search" button. This button produces a table of files that fit the criteria. I then go through the table,navigating to the file names and compare against my database to see if I want to download. This all works well.
The issue: there is no URL behind these file names. It is a JavaScript. I am able to call the file with invokemember("click") but I get the pesky dialog box or Open or Save. Then I get the directory dialog box.
I have tried sendkeys, trie to capture the Webbrowser_downloadFile event, tried ObjectForScripting(not sure I did that correctly), all to no avail. I have tried to use WebClient, but since I do not have and actual URL for the file, I did not expect it to work. I can navigate to the href attribute, but not sure how to use it.
[Code]...
View 3 Replies
Dec 20, 2011
I'm using VB.NET 2008. I am building an application which had a webbrowser named "browser1". When I navigate a URL on it like [URL] it successfully loads the page. I am using the code to inject a javascript file in this page.
Dim mScript As HtmlElement
Dim mHead As HtmlElement
Dim jsPath As String
jsPath = (SoftwareROOT.Replace("", "/")) & "/plugin.js"
[code]....
The code successfully creates the new element. But when it is trying to invoke script (the 2nd last line) then it fails to run the script.
Note: File path is OK.Code successfully works with a local page (like "c:est.html")."plugin_main" is a simple function of javascript alert().
View 1 Replies
Jul 7, 2010
How do i add my javascript file as an embeded resource to the page after the ajax javascript already on the page? NB want to do this part dynamically to have code wrapped up in usercontrol.
in aspx page: scriptmanager
Code: Assembly: WebResource("Functions.js", "text/javascript")
Code: onPreRender:
ScriptManager.RegisterClientScriptResource(Me.Page, Me.GetType().BaseType, "Functions.js")
This code successfully adds my javascript code to the page but not after the AJAX javascript and so not all of my functions work correctly.
View 1 Replies
Aug 2, 2010
The website loads the javascript file with <script src="url.js" type="text/javascript"></script> How would I be able to execute the functions I want?
View 1 Replies
Mar 1, 2010
I have a sample application, in which I am trying to load a text file in WebBrowser control. I have a html file through which I am calling Javascript function to open text file. But it is showing me error like; Cannot find 'file:///C:/temp/test%2520page.txt'. Make sure the path or Internet address is correct. File exist at this location and its name is; test page.txt. I am not getting what is happening.
View 1 Replies
Dec 21, 2011
I'm trying to compile old Visual Basic dll code on XP, and it gives me error message "Error in loading DLL". I don't know exacty which dll is it, but the project references external dll created in visual studio 2008.
View 2 Replies
Jun 21, 2010
I am using VB .NET 2010 express, thought I don't know how much that matters. I was wanted to create an MSI installation of a bunch of EXE patches. How can I do this?
I already have a program made that downloads all the patches and places them in a folder. I just need something to takes all those and make them into 1 .msi file.
View 8 Replies
Oct 8, 2010
I have written a web usercontrol (ascx). Inside, there is a Panel that I want to show/hide on click of a hyperlink inside the usercontrol. Normally, this is easy just by doing something like this (the onclick attribute is added to the hyperlink on prerender):
[Code]...
View 2 Replies
Aug 17, 2010
I have an application that we wrote here at work that uses the SharpSVN wrapper for SVN. It has served us well of the past few years. However, we have started bringing in 64-bit systems and our application cannot seem to access the SharpSVN dll on these systems. I have downloaded the 64-bit version of the SharpSVN dll and I am wondering what to do next. I cannot stop my 32-bit users from using the application, so I need to be able to compile for both platforms. Luckily, with this application, we split different layers of the ntier stack into separate projects within the solution so my business layer that utilizes the SharpSVN dll is on its own.How would I go about compiling both a 32-bit and 64-bit version of my application without having to maintain two copies of the project?
View 2 Replies