Search results for query: *

  • Users: pidyok
  • Content: Threads
  • Order by date
  1. P

    Question Automatically Save the File and NOT Display the Save Dialog of a WebBrowser Control

    Would like to see how to get around this as I don't have the direct URL of the image... Below is the code I am using to get to the image file but the Save Dialog gets in the way... Sub Get_LGF_Wx() wbMain.Navigate("http://www.avmet.ae/metproducts.aspx?prod=LOCAL%20AREA%20FORECAST")...
  2. P

    Resolved Bad Data Error - Decryptor

    The following encrypting/decrypting code works well during saving/opening a text file/stream. But when I close and re-launch my the application, open the previously saved text file through streamreader, and during decryption, error is encountered at decStream.FlushFinalBlock() line saying "Bad...
  3. P

    Question Background Worker Cross Thread Operation on Active MDI Child

    If anybody could help me please how to put this on a background worker without getting cross thread errors??? trying to upload a childform object values to an access db... I don't work in IT, I'm just another employee working to make things easier in the office, so my apologies for asking...
  4. P

    Question MRZ OCR Decoder

    Anybody worked with a third party "FREE" OCR for ePassport Machine Readable Zone decoding? Struggling to obtain OCRs in VB.net that does not charge anything... thanks!
  5. P

    Question GET THE INDEX of the SELECTED SubItem of a Listview

    EXAMPLE: listview of 8 columns and 13 rows... on selection, my mouse is over item row 10 column 6, how will i be able to get the index of that sub item??? so far no sample codes available over the net yet... < lsv1.SelectedItems.Item(0).Index > only works showing index of the main item in a...
  6. P

    Question Drag & Drop Between 2 Datagrids Between 2 MDI Child Forms

    Ive been working on this project of mine for some time now... though im not involved in IT in my current company, im just trying to help to at least have their system computerized (they are still doing it manually by paper & calculator)... I have one problem though which made me stick for 2 days...
Back
Top