Make Program Just One .exe File?

May 30, 2010

I've just completed my first project (horay for me), and have compiled it, although i'm not sure if i've done it correctly. What its done is made a directory with 'setup' and 'sliding scale' (sliding scale is the file name) with another directory of 'application files'. Now none of it uses any form of databases, all it does is allows the user to input 5 sets of figures and then calculates a price. How if possible can I get it to be just sliding scale.exe so that way others can use it without having to download this .net framework stuff (if thats made any sense)?

View 6 Replies


ADVERTISEMENT

Make A Program That Opens A File In The Folder The Program Is Stored?

Aug 26, 2009

How do I make a program that opens a file in the folder the program is stored?

View 6 Replies

Make A Program That Read The File Information Directly From A Specified File?

Oct 10, 2011

I am making trying to make a program that can read the file information directly from a specified file, but I am having a lot of difficulty reading things like file comments.An example of this can be found in windows XP when you alternate / right click on any file and click on properties. You'll get a lot of extra information.Now I have a few questions about this.

1.Can this information even be read in VB.NET
2.If so how
3.If not do I need to create some kind of data file to store the file information

Here is what I did so far

[Code]...

View 4 Replies

Make Update On Class And Then Put It As DLL File In The File Of Program?

Nov 20, 2011

I create a project using query sql ( Select, Update,Delete,Insert ) in many various way. example by Select with condition ..etc someone work in programing field. tell me that you are not profession in using vb.net , because you have to use OOP instead all of these Sql query. because if you want to make any update on your program after start to work on the Pc you will open your project on design and change the code. but in OOP you will make update on class and then put it as DLL file in the file of program.

View 5 Replies

Make Dll File In Program?

Aug 25, 2011

How to make in dll file in vb.net (vb2005 or vb2008)

View 3 Replies

Make Program To A .exe File?

Mar 25, 2009

how do I make my program in VB to a .exe file?

View 5 Replies

How To Make A Custom File With Program

Nov 26, 2009

What I want is to make a custom file with my program. This file we will pretend is called InfiniteMapFile.INMP and the file has no contents therefore we need to add contents. There are 3 pixture boxes and 3 text files. The data for each of these files needs to go into InfiniteMapFile.INMP with the associated names, then later on be taken out if needed. Here is a diagram:

you can see what I mean by putting the files within it, I would have made my file look more like a box, but we're not 5 years old and I'm sure all of you will understand.Just knowing how to combine multiple files in general will help.

View 3 Replies

How To Make Program Default For File

Mar 31, 2010

How do I make a program a default program for a file? As in if I had just a basic .txt file editor, I could make the program the default program for the extension .txt. I have tried just doing it in Default Programs, in Windows 7, and Windows XP. But when you click on the file it opens the program, but does not load the file. I plan on actually releasing the beta 2 a Office Suite I created.

View 17 Replies

How To Make The Program An Exe File Or Installable

Feb 3, 2009

I need to do in order to make my program in VB.NET an executable or an installable?

View 6 Replies

Make A File Explorer For Program?

Jul 7, 2009

I'm trying to make a file explorer for my program. Let's say I use an install disk to get this on my computer. How would that program set up the explorer so you can view and search My Computer, C:, and/or disk drive?

View 12 Replies

Make A Program Generating Exe File?

Apr 12, 2011

how to make a program generating exe file?I want to do something where i can click to a button and exe file will be generated napr.in C:

View 29 Replies

Make A Program That Deletes File

Oct 10, 2009

I want to make a program that deletes file(s) i ''Trash'' in VB08. If you know some codes just reply.

View 15 Replies

Make A Program That Goes To An Excel File?

Jun 18, 2011

I am trying to make a program that goes to an excel file, copies the given range and pastes (Values!!) to another excel file. I am doing it in a loop because information from 12 different files gotta be in this one workbook. this is what i got so far

For intCounter As Integer = 0 To 11
With appXL
.Visible = False

[Code]....

It does the job, but every time I close the Roll Up file it gives me an error "A formula in this worksheet contains one or more invalid references." I guess it is because it copies the formulas as well...

View 6 Replies

Make A Program That Searches For File?

Feb 13, 2009

i want to make a programme that search for file then delete it but i dont know what is the code of search

View 2 Replies

Make Swf File Decompiler In Program?

Jan 4, 2010

Someone know how to make or if it possible to make a .swf file decompiler in vb.net? the actionscript that the program decompilated paste it into a textbox1.

View 11 Replies

Need To Make Program Open A File

Jun 3, 2009

I need to make my program open a file, write a length of 142 bytes over an existing 142 bytes and save. Please help. I have gotten no where with it so far...

View 3 Replies

Make A Program That Allow To Post A Quote Out Of A File?

Jan 16, 2010

how do make a program that allows me to post a quote out of a file and put it on todays quote and a new one will come up

View 2 Replies

Error While Try To Make Setup File On Program

Sep 8, 2011

Error while try to make setup file on program.The error message is [code]...

View 1 Replies

Make A Program That Change An Icon For A File?

Aug 24, 2009

i want to know how to make a program in VB.NET that change a icon for a file ...Like a simple Icon Changer And, do i need a stub for this ?

View 16 Replies

Make A Program Default For File Type?

May 27, 2011

I have made a media player in vb and I need to make it the default player for *.mp3, *.avi etc.

View 1 Replies

Make The Program Check A File For An Update?

May 20, 2010

im slightly new to VB, i was wondering how I make the program check a file for an update, i kknow there is an option in the app settings, but when I go on it it doesnt recognize .vb or .exe files to check from.

If i uploaded updates to a server, how would It check that for updates? and what file type would i need to upload it as?

View 9 Replies

Make A Program To Search For Directories Of Text File

Sep 2, 2011

How i can make a program to verify if files of a text file exists ?

Example:

I have directories.txt who contains:

Line 1: C:PasswordsAccounts.txt
Line 2: D:GamesFifa 11fifa.exe

So i can to verify if these two files exist?

But not: my.computer.filesystem.fileExists("for each one")

View 5 Replies

Make Program Not To Use The Newly Created File 'text.txt'?

Aug 5, 2011

I have this program:

Module Module1
Sub Main()
IO.File.Create("C: ext.txt")

[Code]....

How to make my program not to use the newly created file 'text.txt'? Notepad fails to open it, it says (The process cannot access the file because it is being used by another process).

View 1 Replies

Make The PDF File Be Immediately Released When Program Closes?

Feb 19, 2010

I have a VB program that displays a PDF file. When the program is closed it takes 30 seconds or so before AcroRd32 process releases the PDF file. In certain circumstances if the program is restarted with in this period, the PDF file does not display. The specific circumstances is that I have a second program (re)starting the program that displays the PDF file.

a) Make the PDF file be immediately released when my program closes

b) When the PDF file is loaded test that it properly loaded so that it can be reloaded if necessary.

View 1 Replies

VS 2008 Get File Contents To Make Program Do Certain Stuff?

Nov 7, 2009

1)How can I make my program get the contents of a .txt file on my website to tell the program to run or not?Here is and example of what I want:Say the file says "Running", the program would run without problems.If the file was to say "Unavailable", a pop up would appear saying "The program is currently unavailable, try again later." Then once the person clicked OK, the program would close.

2)How can I make the program get contents from a .txt file to get the latest version of the program, then if there is a newer version, there would be a pop up saying there is a newer version and they need to update. Then when they clicked OK, the program would close and it would open their default web browser or Internet Explorer to the update page.

View 4 Replies

VS 2008 Make A Program That Reads A Txt File After Reading It?

Aug 26, 2009

I have to make a program that reads a txt file after reading it, show it in a richtext box and in another tab make the average of the grades the input received sort it by the student id and then in the same rtb sort it by the average of their grades, and finally save it on a new text file.

The text file input is something like this

12 3 10.0 6.9 7.3
19 2 6.7 9.3
10 3 4.5 9.3 4.5

[Code]...

As you noticed in the input the first number is the student ID, the second number is the number of tests made by the student, and the other 3 numbers are grades, in the output the first number is the student ID, the second number is the average of the tests, and the other 3 numbers are grades, I don't have a problem opening and saving a text file and neither creating a tab with 2 RTB , my problem is how do I tokenize or read the input line by line, i guess that i need to use the split function but I don't know how to implement it into the program.

View 7 Replies

Make A File.copy To The Program Files Folder But Can't Get Access To It?

Apr 19, 2010

I'm trying to make a file.copy to the program files folder but can't get access to it.This is on windows vista and 7.

View 6 Replies

Make A Program That Cleans Temporary Internet File Or History

Jun 9, 2011

How can i make a program that cleans temporary internet file or history ?

View 7 Replies

VS 2008 - Make Program For Hooking / Inject .dll File Into Main.exe?

Apr 1, 2010

how to make program for hooking/inject .dll file into main.exe I want to make 1 program to inject/hook .dll file to main.exe fast . Its about the game MU Online.

View 2 Replies

Make 'Button1' Open A External Program Of There Choice Using The File Browser

Feb 26, 2011

Question 1: How to make 'Button1' open a external program of there choice using the File Browser.

Question 2: How to send 'TextBox1.Text' to an external process

Question 3: How to save data in a .dll file made from Visual Basic

If anyone has source codes that I code edit for Visual Basic 10/08,And If you could sort of walk me through what I would need to edit to make it work for my programs

View 3 Replies







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