Search results for query: *

  • Users: nooch32
  • Content: Threads
  • Order by date
  1. nooch32

    Access to file protected

    I have a folderwatcher set up to watch a folder. When it finds a new file, it renames the file (if needed) and then loads the file up into a pic box. The error i'm getting is: "Exception has been thrown by the target of an invocation" Which isn't a great error message, but after looking into...
  2. nooch32

    Easy one (image from resource file)

    How do i get the image from the resources file into an image variable? i have an image in the resources file called "sub.gif" if that helps at all Kind Regards, Danny
  3. nooch32

    Rebelling Forms

    I have an application and the form frmPhotoOrganiser was set to start up initially, but i wanted to include a login form, so i set up a new form called frmLogin. I also have another form frmSplash, which is a splash screen. The splash screen was set up as a splash screen in the project...
  4. nooch32

    Web Page response via POST

    Not sure if this is in the right forum, or if it belongs in the remoting forum, sorry if this is the wrong one. I have an application that i want to send a http post request to a web page, is it possible to get the response from this web page and put it into a variable? the web page returns a...
  5. nooch32

    Using Array as FSO

    Hi, I have an array that contains a list of files. All the files in the array are in the same directory, however the directory also contains other files, so in a way the array is a filtered list of files that i'm after. Is it possible to convert my array into a file system object so i can...
Back
Top