Search:

Type: Posts; User: RibbonFan

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Strange Behaviour - Help With CopyDirectories

    Thanks for the reply!
    Turned out I didn't need that line of code, ive removed the mistake, and, now the installer uses the CopyDirectory to copy everything within the folder to the install location....
  2. Re: Strange Behaviour - Help With CopyDirectories

    Hmmmm... i think i've sorted it out, however, my next problem is
    it doesn't copy over the directories, only the files....

    any ideas on how to use the same code but copy the folder?

    Thanks,...
  3. Re: Strange Behaviour - Help With CopyDirectories

    Nope, checked the directories, ive tried running it as the Administrator,
    but, no luck.

    Any other ideas??? Hope you can help!
    Thanks, RibbonFan.
  4. [RESOLVED] Strange Behaviour - Help With CopyDirectories

    Hi All!
    I'm using the below code to take a text file with a list of directories in it, then it copies them into a specified location, heres the code:

    Dim filelist3() As String
    ...
  5. Re: [2008] List files in a directory + remove 'em

    Thanks for the replies!
    :) Figured it out a while ago, but IE wouldn't work, turns out I got one
    of the DirectoryInfo/FileInfo wrong. I was searching for this code everywhere (required for...
  6. Re: [2008] List files in a directory + remove 'em

    Woot!!!
    Thanks, with the code on this page I think I might just get it done!
    Just one final problem, ive changed a few things with the file list code,
    so it lists all directories instead, but it...
  7. Re: [2008] List files in a directory + remove 'em

    Thanks for the code!!!
    Nide Idea! But, how could we adapt it to make it
    take a list of files and folders in a text file with a format like below:

    C:\Test1.txt
    C:\Test2.txt
    C:\TestFolder\...
  8. Re: [2008] List files in a directory + remove 'em

    yup, aswell as files, i want to include
    sub directories, im just wondering
    how to do it.

    The other problem is, how would I be able
    to use the Delete to delete every file and folder listed
    in...
  9. Re: [2008] List files in a directory + remove 'em

    Thanks for the reply!
    + Thanks for the code!
    And it finally works!

    Hmmm... ive tried the DeleteFile before, I'll have to go through my past programs.

    Thanks, RibbonFan
  10. [RESOLVED] [2008] List files in a directory + remove 'em

    Hi!

    Ive come across a problem with the below code:

    ' make a reference to a directory
    Dim wr As IO.StreamWriter
    Dim di As New IO.DirectoryInfo("c:\")
    Dim...
  11. Replies
    6
    Views
    804

    Re: [2008] form problem

    Thanks for the reply!
    Ive actually found another way, using MDI as a main form, setting the form style to "None" on each seperate form and showing them in the MDI gives you a wizard interface which...
  12. Replies
    1
    Views
    497

    Re: [2008] MDI Help

    OOOPS!

    Just figured it out!

    I used the below:

    Form2.Location = Form1.Location
    Form1.Close

    this way, the program has the second form take place of the first one, then the first MDI form...
  13. Replies
    1
    Views
    497

    [RESOLVED] [2008] MDI Help

    Hi all!
    While working on a wizard-interfaced program, ive used
    an MDI interface and have only one problem!
    the below code is ran when "Next" is clicked, the 1st child
    form closes and the second...
  14. Replies
    6
    Views
    804

    Re: [2008] form problem

    Thanks for the replies!

    Ive gone with the idea of using user controls, the problem is:

    Should the Next, Back and cancel buttons remain on the User Controls, or should they remain on the Base...
  15. Replies
    6
    Views
    804

    [RESOLVED] [2008] form problem

    Hi All!

    How would I get a form to close when the "Next" button is clicked, e.g:

    First Form -> (Next is Clicked) First Form Closes -> Second form opens.

    Thanks, RibbonFan.
  16. [2008] [+ A Bit of Delphi] VBInstaller Is Back!

    Hi All!
    Last year I created a small program (Just a test) called VBInstaller,
    you can find it here.

    Anyways, the project has started again (after looking through loads of projects on my old hard...
  17. Replies
    1
    Views
    454

    Need help with Program!

    Hi All!

    I've been trying to create a program, it takes a list of numbers eg: 1,2,3, reads the numbers, and compares them with a text document e.g:

    If the text in a .txt document was: Hello...
  18. Re: [2008] [2005] VBInstaller - An installer made in Visual Basic!

    I could incorporate the InstallEditor program from CodeProject.
  19. [2008] [2005] VBInstaller - An installer made in Visual Basic!

    Many people have asked how to create an Installer in VB. So I have created VBInstaller. The installer actually extracts files from a Cabinet File, and then places them in a seperate folder. It then...
  20. Replies
    4
    Views
    829

    Re: SharpZipLib help!!!

    it returned no results:(
  21. Replies
    4
    Views
    829

    Re: SharpZipLib help!!!

    I have but there are no results.
  22. Replies
    7
    Views
    825

    Re: [2008] ListView Saving Help

    Could you give me any examples or code as I am not very good at the StreamWriter and StreamReader classes. :)
  23. Replies
    4
    Views
    829

    SharpZipLib help!!!

    Hi, I am using the sharpziplib to exxtract the contents of a .tar file, I am using the below code:


    Dim fldr as new FolderBrowserDialog
    Dim opendlg as new OenFileDialog
    ...
  24. Replies
    7
    Views
    825

    Re: [2008] ListView Saving Help

    To be more precise how would I open the file (using the openFileDialog), check the listed files exist and load them into the ListView from the file created in the above code supplied by jmcilhinney....
  25. Replies
    7
    Views
    825

    Re: [2008] ListView Saving Help

    Thanks jmcilhinney, I have been trying for ages!!!

    Thanks, RibbonFan

    P.S
    How would I open the files to the listview though...
    (i'm not very good with listView controls)
  26. Replies
    7
    Views
    825

    Re: [2008] ListView Saving Help

    A text file as it needs to be easy to edit aswell.
  27. Replies
    7
    Views
    825

    [2008] ListView Saving Help

    Is it possible to save a list of the contents in a ListView control to a file using the SaveFileDialog? And then Open the file and place the items into the ListView reading from the list stored in...
  28. Replies
    3
    Views
    1,784

    [2005] [2008] - The ZipProject

    I have also decided to get some ideas from CodeProject. I have found an article on LZW1 Compression for VB.
  29. Replies
    3
    Views
    1,784

    [2005] [2008] - The ZipProject

    Hi!

    I have been thinking about this and have decided to try and go for it.

    I have started on a large project to make an Archiver in VB.NET 2005 & 2008. I have started on a smaller one called...
  30. Re: uninstalling visual basic 2005 .net express problem

    I think this happened to me before, I just can't renember what I did, one moment.
  31. Re: uninstalling visual basic 2005 .net express problem

    I had the same problem, it is actually a fault of the installer. Locate:

    C:\Program Files\Microsoft Visual Studio 8\Microsoft Visual Basic 2005 Express Edition - ENU\

    Now copy the file:...
  32. Replies
    6
    Views
    14,250

    Re: My.Computer.FileSystem.CopyFile

    I'll have a look now
  33. Replies
    6
    Views
    14,250

    Re: My.Computer.FileSystem.CopyFile

    I have just tried it and discovered 1 error. You need to provide the file extension:


    My.Computer.FileSystem.CopyFile _
    ("C:\Documents and...
  34. Replies
    6
    Views
    727

    Re: Office 2007 Error!

    I think your right, anyway it is easier!!
  35. Replies
    6
    Views
    727

    Re: Office 2007 Error!

    I just tried it with Excel, Word and Access 2007 and they all do it. However I think youre right.
  36. Replies
    6
    Views
    727

    Re: Office 2007 Error!

    Will Microsoft have noticed this?
  37. Replies
    6
    Views
    727

    [RESOLVED] Office 2007 Error!

    I discovered this today, open up Microsoft Office PowerPoint 2007. Make sure that it is the commercial version of office and not a Beta version.

    1. Move your mouse up to the toppest Left hand side...
  38. Re: Stop other Hacking, Cracking, Modifiying and Patching your Software!!!

    I just looked for a free License program but found nothing, it is worth it though.
  39. Re: Stop other Hacking, Cracking, Modifiying and Patching your Software!!!

    I've used WinLicense and it does do a good job, but it still can be cracked, I haven't tried though!
  40. Re: Stop other Hacking, Cracking, Modifiying and Patching your Software!!!

    I Agree, but at least you can try to protect your apps...
Results 1 to 40 of 70
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width