How To Copy File And Make It Hidden
Aug 13, 2009How can I copy file and make it hidden .... I want to make file when the user click on create I want to copy file and make it hidden ....
View 2 RepliesHow can I copy file and make it hidden .... I want to make file when the user click on create I want to copy file and make it hidden ....
View 2 RepliesI want to make 5 attachment options in that 4 out of the 5 are hidden.but when he clicks "more attachment" link it will show the other 4.Im using ASP.NET with VB?
View 2 RepliesI am designing a program that will backup a user's profile in Windows XP. So far, the only snag I've come across is copying the 'Signatures' folder from 'C:Documents and SettingsUSERNAMEApplication Data$MicrosoftSignatures' I believe the issue is that the 'Application Data' folder is hidden. [code]...
View 10 RepliesI'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 RepliesI'm creating a WPF application in VB.NET with the 3.5 Framework. (If you provide an example in C#, that's perfectly fine.)
In my project I have a Template for an MS Access database. My desired behavior is that when the users clicks File-->New, they can create a new copy of this template, give it a filename, and save it to their local directory.
The database already has the tables and some starting data needed to interface with my application (a user-friendly data editor)
I'm thinking the approach is to include this "template.accdb" file as a resource in the project, and write it to a file somehow at runtime?
I'm using Windows Task Scheduler Wrapper to schedule the tasks (basically to launch an exe console every two minutes or so) in a .net desktop application.However, I don't want it to pop-up the console every 5 minutes or even once. How do I hide it? I understand if I was using vb.net to launch the exe, there are several things I could have done. However, I am using windows task scheduler to launch it.
View 1 RepliesIs it possible to make a folder that is password protected that is only viewable by your application? I want to make a program that can make such a folder and allow access to it only through the program.
View 6 RepliesI am working on some USB (flash drive) software which i want to make portable and always accessible on USB i know .net is not good for this because much users don't have framework installed but users who use this software have it installed and i just love VB.net :)
So what i want to do is to create a hidden partition on this USB device where software will store some info and itself. The software and data it stores is 6MB so i would also like to know the suggestions from you what size of this hidden partition can and i should make.
But:
how do i read from hidden partition through .net?
(i did never confront with this till now...) how i make hidden partition through .net?
I want this because users i working this for usually format their drives and that way they delete the software too, so hidden folder and encrypting doesn't help me in this.
How do i make a folder that my program makes hidden. I am using (MkDir)
View 5 RepliesI want to make a program that makes hidden shortcuts in drive c the files I want to add shortcuts for is in C:/program files/common files/apple/apple application support I want shortcut for all files and folders in this directory
View 4 RepliesI have designed a small component I need to derive. The problem is one property from base class doesn't make sense in derived class, but won't hurts too (just it's ugly in property editor)
Now there is a solution to make that property non-derivable or hidden in derived objects?
How would i create and make a folder hidden from user?
View 3 RepliesI'm making a program that search for files with the specified extension. It also shows hidden files. How can I make the hidden files get a different color in the Listview? And how do I do that with only the hidden files?
View 5 RepliesMy FormLoad event contains a simple line which is Me.Hide. Then I make the tray icon visible so the application can be shown if the user needs it. However, the Me.Hide statement doesn't work during the form load procedure. It seems to work fine after the form has been loaded. So, my question is, how can I simply stop the form from becoming visible in the first place or hide it after it has loaded?
View 4 RepliesI have a program that uses IO.File.Copy to copy files from point a to point b. Its slow, which is fine because there rather large files. I was wondering if there is way to get an estimate time to copy a particular file(s).
Example: File a will take 1 hour to copy, File B will take 30 minutes to copy. Estimate Total Time: 1 hour 30 minutes.
"Thumbs.db" is a hidden file.. how can i delete in a folder together with the files are not hidden?
View 9 Replieshow would i got about executing another file from my application with hidden attributes so its not visible?
View 5 Replieswell i tried to make this vb code execute another app *hidden*(as in window not visible) and it didnt work because the window is still fully visible.. i dont know why, i think its just because of this particular kind of exe or something..
is there another way to really execute this file hidden? i dont know how to do it but i heard about mabye threading it or making it a windows service? will that solve this?
[Code]...
I have an application that will execute a batch script. I want to make this hidden, yet if I do so, the user won't be able to overwrite the command the Batch file is issuing as it prompts in the CMD window "Y or N" to overwrite.
View 1 Repliescreate an app that can modify file attribute like hidden, archive, read-only.
View 3 RepliesI am uploading Excel File and below is my code. I have no problems so far with filling my dataset but when I tried to validate required fields, I get the error that some values are missing. I checked the Excel files and noticed that there are hidden rows that the user was not able to checked when he's adding values.[code]...
View 2 RepliesI have a weird behavior when trying to copy a file with System.IO.File.Copy. The file never gets copied. More than that, the call doesn't generate an exeption!
I am using VB.NET, Framework 3.5. I'm trying to copy in C:Temp and I do have the privileges. Or at least I used to...
I am wondering if anyone has any idea how to make the controls stack and fill up the available space left by a control if the control is hidden or removed from the UltraGridBagLayoutPanel.
Example:
[Textbox 1]
[Textbox 2]
[Textbox 3]
[Textbox 4]
[Textbox 5]
If I hide [Textbox 3] as of now, it will disperse the space left equally and pad the remaining text boxes with the space. However, I would like it to do this...
[Textbox 1]
[Textbox 2]
[Textbox 4]
[Textbox 5]
Where all the text boxes will move up and [Textbox 4] will completely consume the space left by [Textbox 3].
I want to make a Hidden Application,my application Block Unwanted software or Application
View 13 RepliesThis is my code..this code will copy from destop to device. this code only can copy a file only..it is possible to copy 1 folder?
Imports OpenNETCF.Desktop.Communication
Imports System.Diagnostics.Process
Dim WithEvents rapi As New RAPI
[CODE]...
How can I copy a picture when the program (Visual Basic 10 Express Edition)
runs? The picture is a JPEG image in a picture box. In some basics there are instructions such as GET and PUT. Is that possible in VB? I looked at the answers about pictures in the Forums but I didn't find an answer applicable to VB 10
Is it possible to make a copy of a thread in .Net? Kind of like a fork() but on just a thread instead of the whole process?
I have a recursive algorithm, and for testing purposes I wan't to evaluate several different branches that the code can take. The easiest way would be to clone the thread at the decision point in the code and let each thread continue in a different branch.
How can I copy form and make identical form
say want to copy the style of one form & coding and make identicel form 2
i wonder how to make a copy code in my vb 2008 express edition
View 2 Replieswe highlight some texts in a richtextbox.and then we click right click and there will be appear some choices such as:copy,cut,paste etc. make the example of the program i mean?i mean just a simple program.
View 10 Replies