User Profile

Collapse

Profile Sidebar

Collapse
bean41
bean41
Last Activity: Sep 2 '07, 02:50 PM
Joined: Apr 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bean41
    started a topic Deleting file from a CD-RW

    Deleting file from a CD-RW

    Hello,

    I am trying to create a program in Visual Basic 5 that deletes a specific file from a CD-RW. I have tried using the following code:-

    Code:
    My.Computer.FileSystem.DeleteFile (strFile)
    
    Set fs = CreateObject("Scripting.FileSystemObject")
    
    fs.deletefile strFile
    When the file name is passed to the strFile as a string, the program runs,...
    See more | Go to post

  • Thank you very much for you help...
    See more | Go to post

    Leave a comment:


  • bean41
    started a topic Opening a .exe file from within another.

    Opening a .exe file from within another.

    Hello,

    I am trying to create a program that asks that user to enter a user name and their password, which then allows them to install a setup file.

    I have programed up the password and username windows. My problem is now opening the Setup.exe from the program. I have tried using a OLE control and linking it with the file, but when it runs it comes up telling me "Out Of Memory".

    If anyone can...
    See more | Go to post
No activity results to display
Show More
Working...