Setup A Feature That Rotates Through Web Sites, PDF, Files Pictures?
Oct 31, 2011
I have a .net 4.0 VB WPF application where websites, PDF files, pictures, and such are selected via buttons to be displayed.I am trying to set up a feature that rotates thru those web sites, PDF, files pictures, etc. staying on each one maybe 1 miniute or 5 minutes. While it is staying on a specific site a user might select a button which would then jump out of the wait and go to that site, picture or file.
View 6 Replies
ADVERTISEMENT
Jan 21, 2009
how to secure my vb.net setup with a serial key?
View 1 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
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
Oct 10, 2010
I would like to make my program able to read the content of a *.txt file which I've uploaded on a free server (dmon) I've tried this:
"System.IO.File.ReadAllText("http://passby.dmon.com/test.txt ")"
View 8 Replies
Jul 31, 2010
if I use a third party distribution application like Setup2Go etc. to make my setup files, will my application run properly on user's computer?I mean how the required system files and dll files shall be included into my setup.exe?Does user need anything install, prior to my application's installation?
View 3 Replies
Mar 20, 2010
I am trying to make an app which can send/receive files/pictures. I am trying to make a app which will get a picture of the users screen and send it to me, and display it in a picturebox at a set interval. With this, I will be able to sort of see what someone is looking at without having to have him send screenshots constantly.
Remote assistance does not seem to work for these apps, shows black, but I can make the program already get an accurate screenshot and display it of this program, I just need to know how to make it send it to me and display it to picturebox.
The thing I have been using is the MultiUser TCP chat application off MSDN's website, I don't know if this will work, but I need to make it send somehow and display it.
View 6 Replies
Aug 3, 2009
I have around 1300 jpeg's that need to be renamed based on the value in an excel spreadsheet.
What I need to be able to do is parse each jpeg in a directory, compare the filename to a list of names in a column in the spreadsheet and if it exists, rename it with the corresponding value from the next column and then move to the next file and so on and so on.
I have the following code for opening the spreadsheet and reading the files but am not sure how to compare the spreadsheet values to the filenames and then rename them:
Code:
Imports System
Imports System.IO
Imports System.IO.File
[Code]...
View 6 Replies
Jun 6, 2011
I'm having a treeview loaded with all the files and subfolders of a path. Each node is getting the filepath as tag. Once I have dragged a node (file/folder) I need to move the file(s)/(sub)folder to the new directory. Each file(s)/(sub)folder needs to get a new tag
View 39 Replies
Jun 1, 2012
I know how to open local .msg files in webbrowser in html format.The problem is when the .msg has embedded pictures, the only thing that appears is a blank space ("picture not found") where it is supposed to be.If I open the .msg file in Outlook, I see the images correctly, but in my program I can't see embedded pictures.
View 2 Replies
Feb 6, 2010
This is what I have got so far:
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
If FolderBrowserDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
Dim files() As String = IO.Directory.GetFiles(FolderBrowserDialog1.SelectedPath)
[code]....
View 4 Replies
Jul 27, 2009
Where can I find the files (of the project) I need to create the setup? The builder in Visual Basic sucks really hard, so I'll try InnoSetup.
View 4 Replies
Mar 15, 2012
Am getting below error, the program cant seem to find some custom dll on my project when installed. in the setup and deployment i check only 'primary output source from myapp'
[Code].....
View 14 Replies
Feb 22, 2008
How to resove this problem with package made in Visual basic 6?
View 6 Replies
Feb 22, 2011
I am trying to write a code to verify the existing files left in the folder. I have it when there are no more files left after sending it to anothere folder that the handler exception windows appears. I think it is be cause there are no files in the folder left and the system does not know what to do with an empty folder.
View 6 Replies
Dec 6, 2008
i don want to build a deploy project but just a normal VB.NET Project and that project is kind of extracting files so how can i include files (compress) to project executable app then when i click "Extract" it will extract.last time, I use CHILKATZIP and ZIPForge.NET but it only compress another exe howabout its own project.Thanx,Code Quest
View 1 Replies
Jul 11, 2009
I have created a Windows Application in Visual Studio 2005(VB .Net) and used Sql Server 2000 as Backend,Now I want to know how to create a Setup of my Project so that I can install it on clients machine.I have tried by Adding a setup and Deploy project in My application but my setup file include SQL Database files(.mdf,.ldf) and my client has Win Xp installed so my Setup file is asking for sql server connection,but on clients machine Sql server 2000 can't be installed as its compatibility.
View 3 Replies
Jan 26, 2011
i need to copy some files from Application Folder to system32 and need to create regisrty while run the setup
View 1 Replies
Mar 4, 2009
I am creating a setup file using features brought by Visual Studio.I have some files which can't be removed from the application's folder. How to put the condition on it? or how to prevent user moves it after installation is done?Those files are critical (eg .dll).I already set the 'Hidden' property to 'true', but I think that is not the correct way :)So I try to find another way to do that.
View 1 Replies
Feb 17, 2009
I am currently developing the 'solution' through the UI Dialog properties of VB 2008, so my application can be installed onto a computer .It works ok, installs successfully, creates the desktop icon, start menu icon and programs folder....... BUT, when I go into the Control Panel, the uninstall option is there, but not with my own icon it uses the Windows default icon.
View 2 Replies
Jul 17, 2010
I created a simple BMI calculator through the guide.I have built it and published it on my laptop running Vista Home Premium with .net 3.5 SP1 installed.I can run the setup and subsequent exe file fine on my machine but when I try it on my girlfriends netbook (one of those fiddly little things) it wont install saying that some of the files are missing. It is running XP and also has .net 3.5 SP1 on it.There are only 2 extra files in addidtion to the setup.exe that vb 2008 creates and they are the application manifest and the program icon, both of which are located with the setup.exe but it still won't install. It is an offline installation but won't run.I copied the bin folder from the project to the setup folder and tried that, still no joy, yet if I try and run the actual program directly it works?
View 16 Replies
Feb 19, 2010
How do I direct certain files to be placed in certain folders on setup? I have a specific file that needs to be place in lets say mydocumentsmisc folder. I was alble to create the setup.exe fine but am struggling on how I can dictate where the files go. Looking at the application folder I can see the files I added but the all go to the application dir.
View 9 Replies
Nov 8, 2009
Im using a black n white image of a human as my back ground and panels to display the same bits in color when the area is clicked. What isn't working for me is the panels are slightly overlapped and one will always be on top of the other. it is transparent so you can see the back ground, but not the panel underneath it when it has a picture in it.
View 6 Replies
Mar 13, 2011
I have tried to do this before with a custom file type for a text editor. I barely got it to work... and now I can't even find those files. Now I just want for when I make my NSIS Setup that the file association can allow the mp3 player to play the files when the file itself is double clicked.
View 19 Replies
Mar 5, 2009
I had done my project and now I planning to make setup file for my application...During making the setup file,I had encountered this problem: The following files may have dependencies that cannot be determined automatically.
View 2 Replies
Apr 5, 2010
I've set up a basic loop to delete all the files in a particular folder. I've set the loop in a Try block so it doesn't crash the application when it gets to a file it can't delete. I'd like for the app to just pass over these type of files. At the moment, my loop stops completely when it gets to that exception.
View 1 Replies
Apr 4, 2011
Is it possible to change source path of content files in setup project? I need to copy some of files located in source directory to installation directory while installation.
View 2 Replies
Jan 4, 2010
I have created deployment package for VB.Net appolication and it runs fine. When setup is rnning, I want deployment package to move a file from bin folder to other specific folder. how can I move this file to specific folder.
View 1 Replies
Jun 18, 2012
I have created installer from Visual Studio Package and Deployment, but after successful installation, the installer files (like dlls, images and all supporting files) modified date or even creation date has been changed and all have the same date depends on the date of installation. Is there a way I can preserve or maintain it's original creation/modified date?
View 2 Replies
May 10, 2012
I want to create a real setup project for my application so when someone want to download it he can run only setup, not default setup that provide me VB . How can I do that?
View 4 Replies