Search results for query: *

  • Users: Equis
  • Order by date
  1. E

    Lost my Frame

    Hello I have a form with an Edit Frame and a Find Frame on the same form. When I work on the edit frame I move the find frame to the side. Today I opended up my project and I can't see the find frame! I can see its propertys if I select it from the propertys window but I can't select it or...
  2. E

    FTP active mode

    Hello, I am using My.Computer.Network.UploadFile("c:\test.txt", "ftp://test.test.com", "user", "password") This works fine for all servers apart from one that needs active mode (not passive) Can anyone tell me how to get around this? Thanks
  3. E

    Finding and counting a process

    Finding and counting a process (Resolved) Hello (example only) I have a client that is licensed to run 3 copies of MS work on their terminal server. I would like to write an app that would look for the process word.exe and count how many times its open, then I could display a warning etc Its...
  4. E

    Find the next letter

    Thanks! I'll try that.
  5. E

    Find the next letter

    Hello If I has a letter A, how with code do I find out the next letter is B? like 1 + 1 = 2 except I need A + 1 = B Thanks
  6. E

    Crystal Reports wont give Memory back

    Hello Vb 2005 Pro I have an app that prints a repoty with about 100 photos on it. It uses about 500 Meg of ram to do this. The problem is when I close the report form it wont give the ram back. I have to close the program and reopen it. It must be me not knowing how to relase it, can...
  7. E

    Clearing a Picture box

    Hello I use MyPic.ImageLocation = Opf.FileName or drag and drop to put an image in a picture box the mypic.image = nothing does not clear it also this will clear it but if another form ot message box is displayed over the picturebox it will come back (the part that was covered) Dim g As...
  8. E

    MDI & passing Data around

    Hello Thanks for the link I may have read it wrong but I dont think it had anything about passing data back to a mdi instance. Thanks anyway, the link was usefull :-)
  9. E

    MDI & passing Data around

    Hello vb2005 If I had an frmInvoice and called frmFindCustomer to find customer details, how would I pass the results of frmFindCustomer back to frmInvoice? Because there could be many frmInvoice open at any one time how would I get the correct one? Is there an index property or something I...
Back
Top