Using Shell32 .dll To Zip Files
Apr 16, 2011
I have been trying to use Shell32.dll to zip files, I have also attempted to create empty zip folders dynamically and have had no success, I was able to create an empty zip folder but when I try to use the zip folder I receive an error message and the zip folder created remains empty. Error: QuoteWindows cannot create the Compressed (zipped) Folder. [Code] If I use the empty zip without creating a new one this is the error message: QuoteFile not found or no read permission. The empty zip it creates is 100% valid with Windows Explorer.
View 9 Replies
ADVERTISEMENT
Jun 5, 2012
Is there a way with shell 32 or something else to place files in a jar.
View 17 Replies
Mar 20, 2009
I want to unzip files from my program, so i'm using the Shell32 functionality like so:
Module Module1
Sub Main()
Dim sc As New Shell32.Shell
Dim srcDir As Shell32.Folder = sc.NameSpace("zippath")
Dim destDir As Shell32.Folder = sc.NameSpace("destinationpath")
Dim items As Shell32.FolderItems = srcDir.Items()
destDir.CopyHere(items, 256)
End Sub
End Module
This theoretically works, but i'm unzipping an 8Gb compressed file and the dialog that pops up says it will be done in 1day, 19hours. This is ridiculous because when I just right click on the file and decompress it from there, it takes only a couple of minutes! I can't imagine what the problem is! I know that the shell process actually spawns its own thread, so I worried at first that my process was exiting before the thread could spawn and added a Thread.Sleep(1000) after destDir.CopyHere() but it had no effect.
View 4 Replies
Dec 28, 2010
i want to use this call to the shell32.dll. But i dont know how to translate this to vb.net.
[DllImport("shell32.dll", EntryPoint = "#262", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode, PreserveSig = false)]static extern void SetUserTile(string username, int whatever, string picpath);
View 1 Replies
Dec 3, 2009
I want to use Shell32 as a reference but, not that it's place as Interop.Shell32.dll in my folder. So, I want my application to use "C:WindowsSystem32Shell32.dll"
I need it for an unzipper.
View 7 Replies
Jan 8, 2012
I am working on the Visual studio 2010. want to create a dll which contains icons just like shell32.dll. Can anyone guide me what I need to do.
Purpose : I just want my fav icons bind with one dll and keep in my root drive and customize me all folder icons and I just need it ot contain Dll thats it.I am not sure what detail is need so adding the picture of shell32.dll.
View 1 Replies
Jan 8, 2012
Im doing a VB .net2 program and when building i get file interop.shell32.dll in my bin folder.
Can i embed that in my final .exe file so I only have to destribute 1 file ?
There is a properties on my form where I can choose a "Build Action: Embedded Resources" , is that the option to accomplish me goal?
View 2 Replies
Aug 15, 2011
I am having trouble with my application with shell32.dll. when i debug it in VS it runs well. but when I detach the .exe file and run it to other directory. I get errors.
View 2 Replies
Jun 20, 2011
1) How can I list all the resources in a file like shell32.dll
2) How can I extract one of the resources listed
View 2 Replies
Apr 6, 2012
I need to unzip en zip some files in my application using Shell32. Right now, I use srcFolder.CopyHere(destFolder.Items()) to achieve this. However, my next line of code requires the newly made ZIP-file. But since the CopyHere method is Async, how can I check when it in finished? Right now I use a Thread.Sleep for around 500 ms which is enough for my computer to finish creating the ZIP file, but it's not good code imo.
View 1 Replies
May 11, 2009
I would like to ZIP a file with VBA. The following code from Code [URL]..
View 2 Replies
Oct 24, 2009
We know that the following statement is TRUEdue to my experienceForgive for my ignorance, I have no Reference for these.
Const IsDirectory = 32 'Is DirectoryConst IsFile = 64 'Is FileConst IsDirectoryAndOrFile = 96 'Is Directory And Or File
<All Libraries>
[code].....
View 2 Replies
Jul 27, 2009
or other method of extracting icon from shell32.dll.To personnel of Microsoft,I followed url...in Visual Basic 2008 Express Edition, Windows XP, but it shows 7 "Statement is not valid in a namespace" errors when "Press F5 to run the program", and does not let me extract the icons .also, I want to know how to "adjust the size of Picture1 so that a 32*32 icon fits inside the picture box" in url...
View 2 Replies
Nov 16, 2009
I am calling the following function (to open a file in its default application) in some code running under Vista OS. Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
The function does nothing in Vista. However when running under Windows XP it works fine.
View 5 Replies
Aug 31, 2009
I'm using VB 2008. How can I use an icon from shell32.dll as the icon for my app, without extracting it first? When i select the file shell32.dll on my properties page, it says that the file is not a valid icon file.
View 2 Replies
Jun 20, 2010
which are the control used to display word files and excel sheets inside vb.net forms ? (i have already added reference lib.)
Platform: Vb.net (framework : 3.5)
language : visual basic
View 1 Replies
Jul 9, 2009
I'm currently working on an application that allows users to select picture files and then categorize them into folders. Now I'm having two issues that are probably simple to fix but I only have a year of experience with vb so I just don't know how to fix them. The first and biggest issue is that once the user has selected and categorized a file, I want the program to select the next file in the folder that the first file was moved from. This way the number of clicks required is minimized. However I have no clue what I would need to do in order to accomplish this. Also, my other problem is that I want to be able to find the indexof a quotation mark but whenever I put it in the parameter it just reads it as a quote.
View 4 Replies
Aug 23, 2011
I am trying to import a bunch of excel 2003 files all with A:H columns and they are under the same headings etc. into a table in access 2003 database. This is a module in access im making. Im using a file search to look for every file that begins with Format (which they all do ) to get at all the files in the folder path. is there a more efficient way to do this? somehow select all files in a folder? and import each to the same table in access? The DoCmd.TransferSpreadsheet seeems to take each file path individually so I'm not sure how to get each file name in the folder to import it.
I have this at the moment:
Sub Import()
Dim db As Database
Set db = CurrentDb
[Code].....
View 1 Replies
Jun 10, 2009
I have VB project and I tried to use PUBLISH feature.It seems to create nicely some kind of setup program, but the setup program does not ask where to copy files (it does not seem to copy filesto target machine "PROGRAM FILES".)Is this setup program somehow different from usual installers?
NOTE: I want that app files are installed to Hard disk( from USB stick source)Is the signing recommended or necessary? My App is pretty simple, its just using access DB + printer api, should I still sign?
View 2 Replies
Dec 10, 2009
I know this is out there and probably illogical but I was wondering if it was possible to take multiple picture files and compact them into one file.... and then retrieve them from the program later? Way to combine any amount of image files into one file
Module Module1
Sub combine()
Dim img1 As New Bitmap("i1.jpg")
[CODE]...
View 6 Replies
Oct 11, 2011
I wrote windows app to upload files to different FTP sites by picking the files from different folders.A log is displayed by appending text to the textbox at every step.Textbox is ReadOnly.
Issue:When app is loading a bf file to FTP and if user tries to scroll the textbox,the form is hanging and going to Not Responding.?
View 4 Replies
Jul 17, 2009
i have an old VB6 system that generates plain text files. When this old system writes "A" into the file, it writes (hex) "41". For an "ä" (a-umlaut, special gernam character), it writes (hex) "E4".
Now i have to process files like this in VB.Net. when i open such a file in the IDE, it displays correctly "ä" (But not always!). To see what i mean, please open a notepad and create a new file "ae.txt" with content: äöü. Now your file contains exactly 3 bytes: (hex) E4 F6 FC.
But when i write code like
Dim strTest As String
strTest = File.ReadAllText("ae.txt")
Debug.Print(InStr(strTest, "ä"))
i get 0 - so i cannot find back the "ä" - what do i need to do, to find it? And 2) for compatibility reasons, i have also to be able to create such files. How to do that? Seems the different encoding types do not work as i think.
View 2 Replies
Dec 14, 2009
I am trying to create a program which will read the files that exist in a directory, and then write in a text file the specific information (full file name, date created)i have found several code in the site but i cant make it work, the machine i am running the code is XP and i am using VB2008.The code i have found is the following:
Imports System.IO
Imports System.String
[code].....
View 1 Replies
Feb 23, 2012
How do i make a code that unzips files and then move those files into another zip file?
View 2 Replies
May 22, 2012
Ok I know this question has been asked to death but I still have not seen a good answer. I have created an application in VS2010 using VB.NET. In my application I have an error log that is an XML file located in the Public gstLocalErrorLogLocation As String = Application.StartupPath & "ErrorLog"that gets written to in the event of an error so I can trouble shoot application easier. My application also downloads files from our FTP site and puts the files in Public gstLocalDownloadLocation As String = Application.StartupPath & "download"So I have files that get read and written to as well and created and deleted all in the Application.StartupPath which is either "c:Program Files(Application Directory)(Some Directory)(Some File)" or "c:Program Files (x86)(Application Directory)(Some Directory)(Some File)" depending on 32bit or 64bit Windows 7.
After creating the setup I install it on my test machine that have both Windows 7 32bit and 64bit.Everything in the application works great till I have to write to, delete or creat a file in those directories above. I know it is an access issue and the UAC. This will get installed on numerous systems so the options I have seen to change file or folder permission on the computers manually is not an option.What has to happen is after I install the application it just works like when you install it on XP. Some post have suggested that you us a user with administrator privilages or group which is all fine and dandy but the user I have used to test the application has all of that.
So what I am asking is how do you create an application with VS2010 in VB.NET that after creating a setup package and installing on Windows 7 will just work with out "Access to the path c:Program Files(Application Directory)(Some Directory)(Some File) is denied." If I have to install this on 100 Windows 7 computers it has to be a concreate no manually doing anything just install and work like when we installed on XP.
View 5 Replies
May 24, 2010
Actually I want add some folders and files to MSI. Through custom action i want to copy that added folders and files to some destination/target folder.
View 1 Replies
Jun 8, 2009
I have a resource file for a program, and i have determined that the resource file just a big string of files glued together whole, i know that the movies contained in the file are quicktime mov. Where can i find information on the quicktime header? and how can i determine the length of a file once i find it?
View 1 Replies
Mar 9, 2012
I have multiple file upload boxes on a form in my mvc3 application. Request.Files shows 3 files when I put a break point in the below function and look at it.. Problem is other than coding a counter and using a select case I dont see a way to handle saving each file name to the database column it belongs to... Is there away to assign the variable on the fly I guess you could say So that the foreach loop would drop the file in the correct column. Ie handoutFile1, handoutFile2 , handoutFile3, Etc. As it stands the below will overwrite the filename in handoutfile1 every time the loop is gone through. I thought about throwing a counter in the loop and just put a select case on it to assign the db column based on the counter number. Seems like a cheap work around though. [Code]
View 2 Replies
Jun 3, 2010
I have a SQL Server table with a list of files (path + filename), and a folder with multiple layers and files in each layer. I'm looking for a way to reconcile the two without having to process the list twice. Currently, I'm doing this:
For Each f as FileInfo In FileListFromDatabase
If f.Exists is False, mark it as deleted in the database
Next
[Code]....
Is there a better way to do this? I'd like to avoid converting all the matching files (of which most will be) to FileInfo objects twice. Since I'm a T-SQL developer first, I'm picturing something like an OUTER JOIN of the two lists where they don't match. Something LINQ-ish?
View 1 Replies
Dec 26, 2009
I am trying to retrieve file details from files in the Program Files folder. I receive an error while trying to retrieve file details.
Dim sFileName As String = ("%ProgramFiles%Windows DefenderMSASCui.exe")
Dim Info As FileVersionInfo
Info = FileVersionInfo.GetVersionInfo(sFileName)
Msgbox(Info.ProductName.ToString())
I receive file not found error at 3rd line. But if I change the path from "%ProgramFiles%Windows DefenderMSASCui.exe" to "c:Program FilesWindows DefenderMSASCui.exe" it works fine.
What should I do if I want to retrieve file details from the path which includes a "%" character?
View 2 Replies