VS 2005 Removing Resources, Doesn't Reduce The Size Of The .exe?

Apr 27, 2009

I have a big windows forms project I'm working on. This project has 3 pictures included as resource. I had 3 pictures of each 5mb, which resulted in a .exe file of 17mb. This had to be adressed, because thats a bit to much, so I downsized the pictures to about 100kb each. I've removed the big pictures, and inserted the new ones. But when I compile the project, the .exe file still is 17mb, and it won't get any smaller. I've tried to 'Clean Solution',

View 3 Replies


ADVERTISEMENT

How To Reduce File Size

Mar 3, 2010

how to reduce file size? for example : i have a video file that size 13MB now, i want to make the video become 500kB even if the video become shorter thant the original. because i just want a little size of it.

View 6 Replies

How To Reduce The Size Of An Application

Feb 23, 2009

I have a system in VB.Net 2003, and that system takes a very long time to load. From the minute I click on the EXE, it takes one minute before the log in screen appear (P4 with 1GB RAM, no other application running). The size of the EXE is 33.2MB. I think the problem is the way I code the program, 1) I declare all the form as obj when I first load the system and I've got over a hundred forms. I try to load them as I need them but it does not work cause forms with sub form would give me an error. 2) I am using dataset as we know dataset is not very efficient but I don't know how else to connect to the database. Is there anything like ADODB in VB6?

View 2 Replies

Reduce Size Of A Pst File?

Apr 16, 2010

Is there any way to reduce the size of a .pst file using Microsoft.Office.Interop.Outlook(programmatically start PST Compaction)?

View 1 Replies

Reduce The Size Of A DataGrid Row In VB?

Sep 6, 2011

I am using a DataGrid in VB. I have to reduce the default height of a row. How might I do this?

View 1 Replies

Reduce The Size Of The Image?

Apr 15, 2011

I am using VS2010 and have an application that lets the user search for an image to store on a SQL database. I want to be able to reduce the size of the image when it passes certain size for obvious reasons.

View 1 Replies

Reduce File Size Of Images (bmp's, Jpg's...)?

Dec 16, 2008

Here's my scenario:

1) The user places a handful of image files into a given directory. Could be bmp's, jpg's, etc.

2) The images files will be saved into a 2nd "temp" directory and reduced down to a size reasonable for e mailing (ie. 200kb per file). I'm assuming they will end up as jpg's, so if they start out as bmp's they will need to be converted.If they start out as jpg's, and are just too big, they will need to be shrunk proportionately (ie. if they start out as 12 inches by 18 inches, they will end up as 6 x 9, or something like that).

I've found various bits of code on this forum (and others), but want to hear some opinions about the best way to go about it, assuming there might be as many as ten or twelve files that need to be manipulated. So should I read something into a memory stream (haven't tried that before), or create bitmap objects (seems slow?), etc.

View 5 Replies

Reduce Size Of Captured Image?

Apr 4, 2010

I have wrote this code to capture image of desktop and save it somewhere!

i want to know how can i reduce the size of it[code]....

View 1 Replies

Reduce Image Size To Save In A Database?

Dec 5, 2010

how i can reduce image size to save in a database.

View 3 Replies

Reduce Size Of Image Which Is Already Stored In Sql Server

Jun 10, 2011

I have a database designed and implemented using ms sql server 2005. initially, the user has entered the pictures with a very big size because there was not restriction. now when the user is opening the crystal report so it takes alot of time and some time memory full problem occur. now i want to reduce the stored images size using vb.net. is it possible? can you help me.. because there is nothing impossible as per my experence.

View 5 Replies

Reduce The File Size / Resolution of The Picture?

Apr 19, 2009

I have a database application in which a user can add up to 6 pictures to each record. This pictures are not directly saved in the database but in a sub folder of the applicvation folder. Now, the problem is that lots of the pictures of users were taken on a digital camera with highest resolution - in these days it means that the picture files have a file size of 3MB.I would like to reduce the file size / resolution of the picture, so that the database can load and view this files more smoothly (I am not in need of a thumbnail preview, just want the pictures being a bit smaller).

The way pictures get attached / linked / 'inserted' to a database record is via OpenFileDialog. When a user selects a picture file it gets copied into the applications picture folder and renamed to the record ID of the actual record + number of the pic added.How could I reduce the picture size during adding it (OpenFileDialog / copying to folder)?

View 7 Replies

Reduce The Size Of An Image To 30KB-40KB

Oct 8, 2009

That's the function i coded to reduse the quality of an image but its a complete FAILURE it doesnt even make sence (It firstly takes a screenshot of the desktop)

Public Function GetScreenshot() As Bitmap
On Error Resume Next
For Each MainScreen As Screen In Screen.AllScreens

[Code]....

How can i achieve a ( 800X600 / 256 Colours ) Image to have the lowest file size possible? Yeah 70KB --> 30KB makes a HUGE! difference. 30KB IS PERFECT!

View 9 Replies

Compress - Reduce The Size Of A Saved Recording Video (.avi)?

Sep 8, 2009

i`m wondering if there is a way to reduce the size of a saved recording video (.avi)For a 4 sec video the size is 40 MB!

View 6 Replies

Reduce Size Of Image File Without Changing Pixels Values?

Oct 13, 2010

I want to programatically delete some pixels that are unused in order to reduce the image size.Can anyone tell me how to reduce the size of an image file without changing the pixels values..

View 1 Replies

Vb6 - Compress Large MP3 Files To Reduce Their Size And Sound Quality In .NET Or VB?

Nov 22, 2010

How to compress large mp3 files :

I want if i have a 5 mb files then it can be converted to 1mb or low ...so that the high beats and music would be very low.

i want the coding for that in vb or vb.net ?

View 1 Replies

Asp.net - Export To Excel File As .zip To Reduce File Size - Compress Xmldata Before Sending It To The Client?

Jul 8, 2010

I like to compress the xmldata before the data is provided to the client as an excel file. I am trying to compress and deliver it as a .zip file. its not working Here's my code below. I tried compressing it, converting it to bytes etc etc. The issue with below code is, the XSL transformation is not happening properly and the output excel file is raw xml with some .net exception at the end. (that's what I see on the .xls file that's downloaded at the end) Before I started working on compression my below code was working fine that gives properly formatted excel file from the xml input. the excel file is so nice you can't even tell it was from XML.

[Code]...

View 1 Replies

Doesn't Show Up .jpg File In The List Of Available Resources?

Oct 19, 2009

I have added a .jpg file to the resources folder in my project. I then added the file as a resource so it shows up under the resources folder in the Solution Explorer. However, when I go to call the resource file in my code it doesn't show up in the list of available resources. Here is what I am trying to do:

[Code]....

View 1 Replies

Text Files As Project Resources Reducing Size?

Mar 19, 2012

Is there an easy way to edit the code below so that it copes (works the same) if the embedded resource is not a plain text file, but a compressed text file?

Dim tempList() As String
tempList = My.Resources.ENABLE.Split({Environment.NewLine}, StringSplitOptions.None)
For Each strWord In tempList
enableFullList.Add(New Words(strWord))
Next

I have seen System.IO.Compression but can't work out what to do, DeflateStream, GZipStream etc.

View 6 Replies

Application Icon Size Doesn't Change

Jun 21, 2010

My vb app uses an icon which is 128x128, which looks fine on the desktop. But when viewed in a folder with View set to Extra Large Icons its size doesn't change - it is too small (smaller than 128x128). Any ideas how I can rectify this?

View 1 Replies

Forms :: Removing Items The Next Items Doesn't Remove Only The First One?

Oct 22, 2011

Imports System.Collections.GenericI
mports System.Net
Imports System.IO
Public Class Form2
'Dim filename As String
Public ftpSettings As FtpClient

[Code]...

I don't know what's wrong, i can only move the 1st item but the second and so on doesn't make any changes. It remains in a listbox.

View 1 Replies

VS 2005 Removing Entry From Database?

Jul 14, 2009

I write the following

Imports System.Data
Imports System.Data.OleDb
Public Class Form1
Dim con As OleDbConnection
Dim cmd As OleDbCommand

[Code]...

View 9 Replies

VS 2005 Removing Spaces From A Masktextbox

Apr 17, 2009

I have a maskedtextbox as I want to force the user to enter only a IP address. My mask is: ### . ### . ### . ###

I have entered spaces between to dots and at both ends. This is what the user wants. I guess makes it easier to read.

However, I need to remove the spaces and have written the code below. However, I think I have done this in an over complex way. By using a char array.

And when I try to print the end result in a message box I get this 'System.char[]'

' Save all the configuration settings
Private Sub btnSave_Click(ByVal sender As Object, ByVal e As EventArgs)
Dim sip As String = txtSIP_IP.Text

[Code].....

View 3 Replies

VS 2005 Saving Image Changing Image Size And Canvas Size?

Dec 11, 2010

I use some code to successfully resize and save images - but I want to save the image to 800x800 px size on a canvas of 900x900px so it has a white border type thing around it.

View 8 Replies

VS 2005 - Loop Through Results In Textbox (Removing The Last)

Apr 9, 2009

Private Sub CopySelectedNodes(ByVal nodes As TreeNodeCollection)
For Each node As TreeNode In nodes
If node.Checked Then
'MessageBox.Show(node.FullPath)
Me.CopySelectedNodes(node.Nodes)
[Code] .....
This does not work, I want to loop through results so the textbox1 will be like 151,154,3,151, and I want to remove the last.

View 2 Replies

[2005] Removing A Line Of Text From A .txt File?

Feb 23, 2007

I am writing an app that writes notes, inserted by the user, to a txt file. The app saves that notes to a txt file, and when opening it reads the file and shows the already inserted notes. However, I want the user to be able to delete some of those notes...but I can't seem to do it...this is what I have:

VB
Dim file As New FileStream(data_path & "notes.txt", FileMode.Open)
Dim text As String = Nothing
Dim reader As New StreamReader(file)

[Code]....

It goes fine, but the text.Replace(value, "") line doesn't seem to work. I've also tried text.Remove(0) but it doesn't removes the line...it looks like it has no effect.

View 13 Replies

VS 2005 Removing Unwanted Characters From A Collection When Using .split?

Jul 30, 2009

I am using a collection to store data from a text file which I am letting the user load and I am using the .split to split and sort the data into alphabetical order and remove repeating words.However, I am having a problem removing unwanted characters from the final array. For Example, "This is the text file that I want sorted. It is random text not yet sorted"

View 6 Replies

VS 2005 Removing Folder From Users Programs Menu During Uninstall?

Mar 22, 2010

how to remove a Folder created in Users Program Menu under File System, when an application is uninstalled? During installation of the Application, a link is created at the users desktop and also in Users Program Menu. However during uninstallation the link for the Users Desktop and User Program Menu is removed, but the Folder created in the Users Program Menu remains.

View 4 Replies

[2005] Setting ForColor On Text From A Disabled Textbox + Removing The Right Bar

Jan 7, 2009

As some of you are aware of, I am fairly new to VB.NET. I am trying to learn as much as I can. I have a textbox which is set to multiline. It's setup to accept a maximum of 500 characters (10 lines of 50). First of all, since it's size is fixed, how can I remove the right bar on the left as im not using it (the scrolling bar).

#2, once a user click on a button, I disable the textbox and display the text. I can set the background color, however it looks like when the textbox is disabled, text is gray and can't be changed. A fix I found is to use a label and hide the textbox, but are there any easier way ?

View 2 Replies

VS 2005 Assign Image From Resources To Pic Control?

Jun 23, 2010

Depending on a key value in my database I want to display one of two images in my resource folder. Basically if my database value contains M I want to show image M in my picture control. Also when I save I need to check which image is loaded to write back either M or T.

View 9 Replies

VS 2005 Creating Strongly Typed Resources?

Jul 1, 2009

I've read that the VS 2005 IDE can automatically create strongly typed resource files. How is that accomplished?

View 2 Replies







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