How To Combine Files

Jun 7, 2009

I am wondering how to combine files (exe, dll, jpg etc.) into a single standalone executable. Can this be done?And when i open it, it will automatically launch the included files. However The joined files should be fully encrypted

View 3 Replies


ADVERTISEMENT

Combine 2 .exe Files Into 1 .exe File?

Oct 21, 2009

i would like to ask how can i combine 2 .exe files into 1 .exe file. for example,

1) a.exe
2) b.exe
combine into ab.exe

a.exe must install first, after that b.exe will continue.

View 13 Replies

Combine 2 Text Files

May 22, 2012

How can I combine 2 or more text files into one? I prefer to use vb script but other ways is ok too.

View 6 Replies

Combine Multiple Files Into One?

Jan 11, 2010

How do I combine multiple files into the one file with a new extension. No need to be compressed. So I avoid Zip or similar solutions. (Actually don't want to add third party solutions into my application.)

View 13 Replies

Combine Several Excel Files Into One File?

Aug 25, 2010

I have a folder with several excel files that have a date field, i.e. 08-24-2010-123320564.xls.I want to be able to have some VB scripting that will simply take the files that start with todays date and merge them into one file.

08-24-2010-123320564.xls
08-24-2010-123440735.xls
08-24-2010-131450342.xls

into

08-24-2010.xl

View 2 Replies

Combine All Release Files Into ONE .exe File?

Jul 23, 2011

How can I combine all of the output Released files into just a single .exe file? Like for example I have these file extensions: .exe, .pdb, .vshost, vshost.exe, vshost.exe.manifest, and then 2 xml files that have to do with my program.

So once again I am trying to get all of these files into possibly one file. Do you know how when you go into your Windows Program Files folder, there are none of these files. I am basically trying to do the same thing.

View 8 Replies

Combine Image Files Into An Animated GIF?

Jan 23, 2010

This code may be useful to someone. It's code I used to generate the code for this thread:How could i create an animated .gif file from several other .jpg files in c# express

Imports System.IO
Imports System.Drawing.Imaging
Public Class Form1

[code].....

View 5 Replies

VS 2008 Combine Multiple Files Into 1

Sep 2, 2009

writing a script to allow the user form to browse to a directory and combine multiple files to one text file. In DOS it would be copy *.* to Text.txt.

I am using Visual Basic 2008 express...

I can use the OpenFileDialog to browse and open a single file but I am unable to use the multiselect option to open multiple files.

all files are parsed in the same place.

I have attached what I have managed so far which included converting the opened file to .txt

View 16 Replies

VS 2008 Sounds - Combine Many Wave Files Into One?

May 11, 2010

How could I...

- Increase the frequency of every part of a wave file by a specified amount of Hz

- Increase/decrease the length of a wave file without reading it faster = changing the pitch

- Combine many wave files into one

View 9 Replies

Combine Multiple Files Into An Existing Excel Sheet?

Jan 19, 2012

I've programmed a vb.net application. This is a matching applcation generates 3 lisboxes. I have written these to a csv files. [code]...

View 3 Replies

How To Combine Multiple Text Files In Specific Directory

Sep 11, 2009

How can I combine multiple *.txt files in a specific directory into one txt file in another directory using VB.NET? (And to delete blank lines at the end of the new file)

I know how to do it in vbscript:
Const ForReading = 1
Const ForWriting = 2
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objOutputFile = objFSO.CreateTextFile("C:logsimportoutput.txt")
[Code] .....

View 3 Replies

Adding A Delimiter - Combine Multiple Files Into One Single File

Jan 24, 2012

I've made a rudimentary program that combines multiple files into one single file. Currently if I combine two .csv files together the output comes out correctly for what I need, which is a coma delimited file. When I try to combine two .csv files into a .xls file it doesn't format correctly (I get all the data separated by commas, but thrown into one column in the .xls file). For this reason I believe I need to add a delimiter.I'll post my code below.

[Code]...

View 11 Replies

Home Stretch : Combine Csv Files Into Open Excel Sheet?

Jan 21, 2012

My randomised image poll generates 6 csv files. Each csv files have the contents of three listboxes

Private Sub SaveButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveButton.Click
Using sw As StreamWriter = New StreamWriter ("C:\Users\Riz\Pantfile.csv")
For i As Integer = 0 To ListBox1.Items.Count - 1

[code].....

1) how to assign column titles to each column? 2) How do I combine several csv files into an open excel file? I've looked at several things. There are no commas in my csv files. All values in columns.

View 14 Replies

Combine A Last Name To A First Name?

Apr 27, 2010

How do I combine a last name to a first name to create a list of names in a table from a form? I have tried to use the technique of creating a 5 uppercase letter record identifier, but I can't get the name to allow for different length names without truncating.

View 3 Replies

Combine C# And .net?

May 29, 2009

I have a friend who is very good at c#, but i am using vb.net and not clearly experinced with c#. i want work with my friend together.how can we do ?

View 11 Replies

Combine VB And CPP

Apr 8, 2012

I was wondering if there is a way to include / 'run' C++ code within VB.net I think I read somewhere about turning the C++ Code into a library and can access it that way, but not 100% sure if I did in fact read that right or if I'm dreaming things up. Basically, I want to design a basic UI, ie just a button or 2, and when the button is clicked I'd like it to use the C++ Code.

View 3 Replies

.net - Combine Vb With Excel?

Mar 12, 2011

how can i get cell text value from excell sheet in visual basic and then after changing its text send it to back excell. when i open excel file i should get the changed value in file.

View 1 Replies

Any Way To Combine Two Queries?

Jun 8, 2011

I am trying to UNION the two queries below without success.
Dim
ds1
As
New
DataSet
Dim
MyConnection1 As
New
OleDb.OleDbConnection(GetPOWERConnectionString())
[Code] .....

View 2 Replies

Combine 2 Statements

Oct 31, 2011

how to combine this 2 statment..

IsConnected("Select * from manager_table", False)
Call Loader()
IsConnected("Select * from Clerk_table", False)
Call Loader()

i hve 2 listview, 2 table from accessdatabase..i put listview in tabcontrol..1 in tab 1 & second in tab 2...

View 1 Replies

Combine 3 Functions Into 1?

Nov 22, 2011

I'v got 3 functions that I'd like to combine into 1. There is only one line in each function that changes. can think of a few ways off the top of my head, but not sure which is "the best", or "proper way" to accomplish this.

Private Function CheckQuads(ByVal QuadNumber As Integer) As Boolean
Dim intArray(3) As Integer
Dim x As Integer = 0

[code].....

View 8 Replies

Combine An If/then/else With A Try/catch?

Apr 7, 2011

I need to combine an if/then/else with a try/catch and I can't seem to make it work. Basically I need this:

Try
code that might bomb
Catch ex As Exception

[code]....

I thought I could check Err.Number once I was out of the Try/Catch block but that doesn't work because apparently Err.Number exists within the Catch block after an exception is caught, but outside of the Catch block Err.Number is zero again. How can I do what im trying to do? Im about to NOT use try/catch and resort to On Error Resume Next (aaahhhh the days when things were simple and just worked)

View 2 Replies

Combine C# And .NET In A Solution?

Mar 2, 2012

I have a solution, Winforms, mainly composed from VB.NET projects (Wiforms, Constrols and business classes).

How, I added to it a WPF project, but wrote it in C#. Actually, every time I make a modification in the WPF C# project, I need to (re)build the C#WPF project. Is there a option to make it work like other (VB.NET) projects (accept and "see" the changes without rebuilding the C# project)?

An example:When I reference project "R.VB" in project "M.VB", I add a method "DoTest" in the "R.VB" and use that method in "M.VB" without compile errors.

If I add "DoTest" in the C# WPF Control and try to use it in "M.VB" project, I recieve a compile error "DoTest" is not a member od "R.C#Class".

View 5 Replies

Combine Program With C#?

Jul 9, 2010

I have two projects, one written with vb.net and one with c#,I would like to use the vb.net one more as a Class and make the c# project the 'main' one.I have already read that In order to do that I need to compile the vb.net project as a dll and import that dll into the C# project.I am having hard times making it work.Does anyone know how do I import the dll and use the functions that are implemented in the dll?

View 4 Replies

Combine Shift With Another Key?

Feb 9, 2011

I don't know how to get shift modifier key as when I pressed shift and another key, it show message box "Modifier shift key"

View 1 Replies

How To Combine 2 Statments

Jun 8, 2011

how to combine this 2 statment.. [code] i hve 2 listview, 2 table from accessdatabase..i put listview in tabcontrol..1 in tab 1 & second in tab 2...

View 4 Replies

How To Combine Richtextboxes

Oct 27, 2009

How do I combine richtextboxes? Currently, I am directly saving rich text to a RTB with ".rtf" and I would like to append the rich text information to that box from another RTB. Something like: RTB.rtf &= newrichbox.rtf do not throw any flags but also does not work. What I am ultimately trying to do is save multiple richtextboxes to a single RTF file. I was trying to do it by combining them all into one RTB and using ".savefile()" or is there a better way? Maybe appending them to the file one RTB at a time?

What I'm doing is generating a report, so I have built generic rich text templates that go into multiple RTBs that will create the form sections and I have left placeholders for the data I am adding, so I do replaces on the placeholders to insert the data. However, there are a couple dozen different possible formats for the report based on user options, so I built each section into its own RTB so I can just write out the relevant sections when it comes time to generate the file.

View 2 Replies

How To Combine Two DataSets

Oct 8, 2010

I'm trying to combine two datasets, each with 1 datatable and each having the same schemas. Datatable 1 would have a list of records. Datatable two may, or may no, have some or all of the records from table 1 plus more records. I would like to remove all the records from table 2 that are present in table 1.

This is what I got so far:
For Each table1 As DataTable In ds.Tables
For Each row1 As DataRow In ds.Tables(0).Rows
ds.Tables(0).PrimaryKey = New DataColumn() {ds.Tables(0).Columns(0)} 'Where 0 is the index of the column that's your key
row2 = ds2.Tables(0).Rows.Find(row1("ID"))
'if its found, delete it
Next
Next

View 2 Replies

.net - How To Combine Multiple Lines Into One

Nov 4, 2010

I am trying to figure out a way of combining the below Dim statements into one line and maybe also combining Return dblResult into there. currently it is three lines and I have been told that it is possible but kind of lost of how to do it

[Code]...

View 3 Replies

Combine 2 Byte Arrays?

Aug 7, 2009

I'm trying to combine 2 byte arrays and then create a new byte array that contains the contents of both but running into a problem. The error says 'Source Array was not long enough.' I'm trying to combine HeaderByteArray and bytBuffer into newByteArray. I don't understand what Source Array is not long enough means and how to correct this.[code]...

View 9 Replies

Combine 2 Items With A Split?

Mar 29, 2010

Im trying to combine 2 items in a listbox and in between them theres a split[code]...

View 7 Replies







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