Create / Edit A Resource Once Application Is Compiled?

Nov 30, 2009

How can i make it so when my application has been compiled, a user can press a button, and then save a file within the exe its self (thus, a resource). Or text in a text document (not a setting, because when the exe changes places on a user computer, it will loose its settings. The main need for this is so that the exe can change locations / computers, but still retain the origional data (or text) stored in it.

View 2 Replies


ADVERTISEMENT

Create An Application That Captures A Resource From Another Application?

Dec 17, 2009

I understand this is possible but I am not sure where to start. I want to either buy or create an application that captures a resource from another application so that I can fire off another application. In other words, I want to start an application (which I did not write) that is database driven so the form has a number of text boxes. When someone keys something into that field I want to be able to validate the value, outside of the original application. For instance, if the program asks for a zipcode and it doesn't validate the zipcode, I'd like to trap for that and write something that would validate it. At this point I don't think I'd have to send anything back to the textbox/resource.

View 1 Replies

Edit Any .dll Files's Resource Like Bitmap?

Dec 30, 2009

I want to edit any .dll files's Resource like bitmap, strings and replace it as resource hacker or peexplorer do.

View 4 Replies

VS 2008 Edit Text Resource In Runtime

Jun 5, 2009

Is it posible to edit a string from my.resources in runtime?

View 2 Replies

Running Pre-Compiled & Non-Pre-Compiled Webpages Under One Virtual Directory

Feb 21, 2011

I've a requirement to have PreCompiled webpages and Non-PreCompiled webpages under same application. For example below is my structure:

/Bin
/Test1 (PreCompiled)
/Test2 (NonPreCompiled)
/Test3 (PreCompiled)

I would like these to have their separate "Bin" folders too if possible at all (I tried using "Probing" but I guess that's not allowed for web apps and defaults to "Bin" folder). If not that then definitely some ability for these to work together under one app/virtual directory because I'm not allowed to create another at any cost :(

View 3 Replies

Getting A Compiled VB2010 Application To Run On 3.5 Sp1 Framework

May 16, 2010

I have made a simple vb application and have used vb 2010 to create it, which all of you would know, uses .NET Framework 4.0. I wanted to use this application at work, however, I found out that my work uses .NET framework 3.5 sp1.

So my question is, is there a way to compile something in VB 2010 that will work on .NET 3.5 sp1? If so, how?

View 2 Replies

Create A Button Or Link Label On A Window From A Compiled .exe?

Mar 20, 2012

I am looking for the best way to do this and from searching I think that injecting a DLL is the best route. I am 'simply' wanting to create a button or link label on a window from a compiled .exe I do not have source code to that will launch another program.

View 14 Replies

.net - Error Launching .NET Application Compiled To Target 'Any CPU'

Nov 2, 2011

I have a .NET application that is shared to around 30 different computers, (mix of 32-bit and 64-bit machines).When compiled, the application is set to target 'Any CPU'.It runs fine on all machines except one that is Windows 7 64 bit.The error message is:

[Code]...

View 1 Replies

VB: Get Compiled DLL's Calling Application Info; COM Security?

Oct 15, 2010

Through COM, one can potentially gain absolute control over a target system. For example: using javascript's ActiveXObject object in IE, one can create certain objects which were designed to have direct access or interaction with system properties and files.One would think common sense dictates users disable ActiveX features in IE immediately after installing the browser to ensure their system is protected while surfing the net, or at least paying close attention to which websites they permit. But, I doubt many average PC users know how or why to do this, or just get tired of mirco-managing it over time. I think any PC user or admin my COM class caters to would greatly appreciate not having to deal with that. Thankfully it looks like IE versions come packaged with ActiveX disabled by default nowadays.

I've built a very versatile COM class library in VB. I didn't intend for it to be callable from any website, but that feature is just part of the COM platform. I'd like to prevent the library from being called from IE unless the website is on a white-listed domain to proactively protect the user (and ultimately their entire intranet) from harm from malicious websites. What would be the best method in VB.Net to tell which application called my DLL, to be able to tell if it was called from any command or process originating from IE? And, what domain called my dll? System.Environment.GetCommandLineArgs()(0) gets me the calling application path. With this info, I can compare it to a black/white-list of applications.

View 2 Replies

Error While Running Compiled Program - Unhandled Exception Has Occurred In Your Application

Jun 30, 2010

I'm making a program from witch one could run an application with different credentials.I can compile the program successfully, but when I press the button to run the program I get the following error: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.The system cannot find the specified file.The code behind the button is as follows:

Dim myProcess As System.Diagnostics.Process = New System.Diagnostics.Process()
myProcess.StartInfo.FileName = "c:
un.bat /user:kreathyr c:getlogin.exe"
myProcess.Start()

Getlogin.exe does nothing but show the logged in username and run.bat utilizes the runas command.

View 2 Replies

Create Resource Icons Dll?

Jan 15, 2011

i want to create resource dll in Vb.net mean like SHELL32.Dll.i want to store my icons and pngs for my custom file extensions.

View 2 Replies

Add Application As A Resource?

Oct 30, 2008

I recently picked up the VS.net 2008 Trial, looking to possibly buy it. I added a splash form, and not even the default code works. First, I got the error "'My' is not defined". I went under my project, clicked the resources tab, and it asked me to create a resources file. So I did. Now, 'My' is defined, however 'My.Application' does not work. I'm assuming I simply have to add Application as a resource, just as I did with My.Resource. I'm not sure how to do this, and I apologize if this has been asked before. I did do a search but it yielded no results. 'My' was a bit too vague and returned no results, 'not defined' was a bit too vague and returned a bunch of results

View 2 Replies

VB 2005 Win Application Can Run In Debug Mode But Cannot Run In Compiled / Release Mode

Oct 14, 2010

i am using visual studio 2005 on win 7 with office 2007. i have developed win application. i am using microsoft activex spreadsheet component in my program. so it automatically creates reference to AxInterop.OWC11.dll When i run program in debug mode (open program and click RUN in toolbar it works) but if i run directly .exe (go to bin elease doubleclick .exe) it give error at loading point of that component. It says "Attempted to read or write protected memory. This is often an indication that other memory has been corrupted." An unhandled exception occurrs.

[Code]...

View 3 Replies

Get Resource File Inside The Application

Mar 14, 2009

i was wondering if i could access a folder inside the Resources folder of the application?
i would make it to eliminate the use of the debug directory in storing files and to use the clickonce deployment.

View 1 Replies

Create And Edit Pdf Files?

Dec 31, 2010

How to create and edit PDF files in VB.net?

this can be some library or third party non-commercial tool (free to distribute) that can be included to setup package and should work when installed to any compatible PC with pdf reader. I want to be able to draw lines circles etc. within the document... or maybe draw within image and then print to pdf.

View 5 Replies

How To Create An 'edit Menu'

Dec 9, 2011

How do I create an 'edit Menu'? I am trying to delete bookmarks. I have learned that to do so I must put an edit menu symbol on the tool bar and then do an "edit menu / bookmarks / toggle, clear, add, ..." but I can't find an edit menu on the tool bar and have been unsuccessful trying to create one.

View 8 Replies

Forms :: Installing A Resource File With An Application?

Jul 27, 2009

I'm going to be using a text file to record and save values, line by line, and then pull these values out again upon restarting the application. Almost like a save file of sorts, just for some basic numeric variables.Getting the information in and out won't be too much of an issue, however I am wondering if there is a way that during the installation of this application, I could specify a place to create and save this text file, for eg:

c:ProgramFilesPOSxstocklevels.text

I have VS8 Professional, so I do have the Setup Wizard tool, which may allow me to attach files.

View 1 Replies

Create / Edit / Delete From SqlExpress?

Jun 29, 2011

I'm setting up a home database. I'm using sqlexpress. I want to use a vb.net programme to manage the database and currently added the database to my data sources. How would I create data for the tables? ( Tables are already set up )

[Code]...

View 1 Replies

Create Macro To Edit Registry?

Mar 25, 2010

Oasically outlook express now uses windows search to keep a count of emails sent. Whenever you get to 100 it forces you to manually compact them.

There is however a counter in the windows registry which can simply be set back to zero. I was wondering if i could create a macro that would load on windows startup that would reset the counter automatically in the registry whenever it got past say 75.

View 1 Replies

IDE :: Application With Multiple String Resource Files (not Localization)?

Apr 9, 2009

I have a question abour string type resources and hope this is the proper place to ask it.I know how to create a string (type) resource file. I also know how one localizes this file by adding the appropriate language abbreviation (i.e., es, en, etc.) after the name of the file (i.e., str_resource.es.resource).None of this is terribly difficult. However, I haven't been able to fine how to do what I want to do.

Specifically, because I have an enormous number of strings (button labels, labels, registry strings [key_names and values, etc.), error messages and such) I would like to create multiple string resource files - one for each of these items. For example:

[URL]...

View 1 Replies

Create And Edit Corel Draw File?

Jul 22, 2009

Create And Edit Corel Draw File

View 1 Replies

How To Create/edit Datatables, Save/load To XML

Oct 14, 2010

while this is first time I need to use some kind of database and I think that database is the way to go here while...

I need 'datatable's' that will be filled by user run time in a next way:
-Folder (fixed)
---User 1

[code].....

View 4 Replies

Creating An Application To Edit Hex

Sep 25, 2008

I need to make an application that edits the values in a file but it needs to be done in a hax editor can Im using VB 2008 Express Edition

View 1 Replies

Visual Basic A Resource File In An VB Application Move To Another Destination Folder

Oct 19, 2010

1st i make resource file 2nd in module i make this : I don't have errors but it is not working here's i want to do; i want to move a file that a player/person who is using this doesn't see how it copy and past into folder

[Code]...

I don't have errors but it is not working here's i want to do; i want to move a file that a player/person who is using this doesn't see how it copy and past into folder

View 1 Replies

Cant Create Or Edit Projects Code Parsing Error?

Oct 23, 2010

The file 'C:Documents and SettingsMirkoMy DocumentsVisual Studio2008ProjectsWindowsApplication1WindowsApplication1Form1.vb' does not support code parsing or generation because it is not contained within a project that supports code.

Instances of this error (1)
1. Hide Call Stack
at

[code].....

View 3 Replies

Create Console Apps Like The Edit App In CMD With Visual Basic Or C#?

Feb 26, 2009

Im still working on my scheduling program and Im thinking of how to get it where it dont add my agent until they actually leave for lunch and not just t the time they are "supposed" to. So sine my program sends emails Ive been thinking of making it where the agent replies with #lunch sh250080 and then when my program receives it it adds them to the lunch list.

View 3 Replies

DB/Reporting :: Display / Edit And Create Insurance Records

Mar 14, 2008

I'm using Visual Basic 2005 and I have created a program to display, edit, and create insurance records. Right now I am using an access database and it is hosted locally. What I want to be able to do is host it on our server here at our office and have the program installed on every computer on the network.

My connection string at the moment looks like this:
Code:
Public con As New OleDb.OleDbConnection
con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:Insurance ProgramInsurances.mdb"
'Opens connection
con.Open()

View 11 Replies

Add / Edit And Delete Database Through Application

Nov 28, 2009

I'm asking is for someone to provide me some tutorials or something that can get me on the right track to help me connect an access database to a VB 2008 application. I need to be able to add, edit and delete this database through the Visual Basic application.

View 2 Replies

Edit Application Level Settings?

Oct 26, 2009

How do you change an application level settings after compiling? I've searched Google and am at a loss. I've tried modifying the APPNAME.config file in the deployment directory but it doesn't change the application level settings.

View 3 Replies

Edit Assembly Description For Application

May 18, 2012

I am trying to edit the assembly description for my vb.net application. However I'm stuck and have been for about an hour. Here's the following line i'm trying to edit in AssemblyInfo.vb:[code]but the program keeps throwing me an error stating 'constant expression is required.' I have also tried and \n with no luck either. I haven't found an answer online and was wondering if someone could point me in the right direction.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved