Zip A Folder Using Program?
Jun 20, 2011I need a way to zip the contents of a folder using vb.net(shell32 dll).I found the below code on internet, but does not work.[code]...
View 2 RepliesI need a way to zip the contents of a folder using vb.net(shell32 dll).I found the below code on internet, but does not work.[code]...
View 2 RepliesIs it possible to build a program through VB that creates a folder in program files folder and behaves like any other usual program?If not, though witch program can i make this?
View 6 RepliesI am using Visual Studio 2008 Setup project. I need to copy one folder and the sub folders into the program files but when I tried to copy or add the folder to "Application Folder" in File System editor, I am able to add only files and not folders.
View 1 Replieshow to change the install folder path in a setup and deployment project/Installer class from program files to C:usersPublic in windows 7 and allusers folder in xp.Want to add MVP with my name.
View 3 Repliesthe first problem is getting my program to load rss feeds from other websites mostly here:http:[url..... im trying to load it using the webbrowser. i want the rss feed to load right onto the form. im positive that its possible. i have the imports system.net in my code already for xml documents.the second is i cant get my program to write into a file that is several folder deeper into the bin folder.[code]......
ive tried playing with the code moving around the folder names, making sure there capitals are correct, etc. but nothing works. it creates the file in the wrong spot.
how i can write a program to create a shortcut in the startup folder of a different program. So i have one program on my computer that should run at startup, i just need another program to create a shortcut to it, and then copy this shortcut into the startup folder.
View 20 RepliesHow do I make a program that opens a file in the folder the program is stored?
View 6 RepliesWhen I publish my program, I can't see the folder that I have in my solution explorer appears together with other files. I have been wondering how to add a folder or I do it wrongly. I have using this method:-Project.. add... new folder and I name it as SC1. But when I publish it, I can't see in in application files(It's not embedded together). I can't use add existing as it required me to add a very specific files (Not a folder ). As what I can see, there is not specific properties for folder sc1 (build action /copyto output directory).
View 11 RepliesI want To creat To creat a program that can hide folder ...
Till Now Everything Is done But i need an other code for hiding folders !!
I am trying to develop a search engine in asp.net using lucene.net. I go through many tutorials and pages to get the appropriate results but i couldn't.Actually I have a folder with some files(doc,ppt,pdf,excel etc..) and i want to search within that folder only for contents and if the results are not found within that folder then ask user to search on web.
for example i have a folder with thousands of files @ C: est and if user searched for "miller" then it should search into every document. if results are found then it should display results like that[code]...
I'm trying to make a custom skin maker for a program I'm working for. The concept is, you provide all the images needed for the program in a folder and then load that folder into the program which then sorts out each image in their respective areas. I know how to load files, but instead of making the user load the files one by one I'd like them to be able to load them from a folder.On a related note, I'd also like to know if it was possible to allow my users to move their controls around the program. For example, say they'd like their exit button in a different location as it'd look nicer with their skin, is there a way to allow them to move it? Particularly, it'd be nice to have a check box that enabled or disabled the ability to drag them around so they don't accidentally drag it when trying to click it.Also, how could I save their changes to this skin so it'd load up the same every time without overriding the default skin.
Finally, I have a piece of code that allows me to drag the form around as it has no normal border but I have a button that keeps it on top at all times, I'd like that button to also disable the ability to move the program while active and restore the mobility once clicked again. Here is the code used to move the program if that helps any.
[code]...
build a program for monitoring specific folder for example : C:MyFolder
i want the program check the bove folder and give me information about the following:
Files with date modified 'current day'
The number of files with date current day
The size for that files
Send that information by e-mail
I use vb.net 2005 . I need to create a short cut for a folder. For example
I need create shortcut for "C:SourceFolder "in "D: DistenFolder" and also find
How many Shortcuts are present in this folder?
I am trying to make a program that backs up folders. I want to have say 5 folders, then if it is backed up again I want the oldest of the 5 folders to be deleted and the new one placed in it.
How would I find the oldest folder in a directory
How I can find program when accessed to folder... I know it show what file created, but I wish know WHICH program accessed to folder not what is created in folder !
View 14 RepliesHow can we know folder is using some other program or thread? what if happen if two different threads are trying to deleting same folder recursively at the same time. how can we know folder is using or deleting some other thread before try to delete that?
View 1 Repliesi making program to launch .exe in folder, but send my problem.
I write this:
System.Diagnostics.Process.Start("WanXAppsDataSoftwareGrizzly_CloudGrizzly Cloud - Beta.exe")
or
[Code].....
I want cut and paste these files as chunk of 100 in 5 diferent folders
e.g 100 for folder1, 10 for folder2 and so.. on
how to cut and paste 100 files in one to to a diffrent folder
How can i open a file (like .mp3 , .avi) or a folder (like C:program files ) using my program? I use visual basic
View 8 RepliesI'm doing a program that will display icons from a folder (c: as an example ) in a list view but i can not find a way of making it work.
View 1 RepliesI have a VB.NET program that I wish to to publish. In the code it references a HTML page that I created.Instead of having the URL hard coded (example: url...)I would like to have it relative to wherever the encoder is installed to (example: /folder/index.html)
View 3 RepliesHow to retrieve the 10 images from a particular folder in vb.net
View 1 RepliesCan you give me a function or class which have properties?[code]...
View 5 RepliesI'm working on a project that will be finished pretty soon. But I've got a problem: I have songs in the program, and in the installation program I want to add a sub folder that installs on the computer in the same place at the game. In the sub folder pictures and music should be. But how do I do this and how do I change the file path so it can independent be installed on a new computer?
View 13 RepliesIs there anyway to change the default appdata program folder?
i have a class to serialize my settings, and i just want to save them to:
appdata/roaming/[programname]/settings.xml
but when i use the filesystem.specialdirectories.currentuserappdata(something like that) it give me appdata/roaming/[company]/[programName]/[Version]/
i don't want any of that extra stuff, especially since new versions won't be able to access the old settings.
I have backup folder where I store the images while loading them.So I need to delete the image from the backup folder when deleted from the checked listbox.[code]...
View 2 RepliesI have a list of albums and photos in albums. Now i want when i delete a particular album then its photos also to be delete.The name for images of a particular album is like " if album's id is 1 so its images name should be 1_1,1_2,.. . So i have got the image name upto "1_" at the time of deletion of album. now i am confused how to delete the images which have prefix "1_". [code]...
View 2 RepliesI wrote a program in VB.NET which uses several .dlls that I programed in c++. The dlls wrap some functions from an old version of the program. On my development computer everything works fine but I build a release version, copy it and the dlls onto the target machine and the .exe starts up fine. When the program tries to use a function from the .dll it throws an exception and says "unable to load DLL "c:/the path/my.dll" the specified module can't be found."I don't know if it makes any difference, but I am defining the dll functions in the main vb project using:Declare Function MyFunction Lib "c:/the path/my.dll" (ByVal in1 as Double, ByRef out1 as Double) as Integer.I have checked the .net framework on the target and version 4 seems to be installed same as the development computer. Both are windows XP machines. I have no idea if it is the way I programmed the .dlls or just something with my vb.net project.
View 1 Replieshow to make a simple folder locking program and sorry don't have any code for it.
View 2 RepliesHow do i make a folder that my program makes hidden. I am using (MkDir)
View 5 Replies