Search results for query: *

  1. daganlev

    Publishing with WebBrowser component

    yes of course - its just that my offline website is devided into CSS, Images, SWF, etc folders and its a pain adding each folder and than adding all the items in it (in one go) as oppose to just adding the full website folder with all the subfolders in it...
  2. daganlev

    Publishing with WebBrowser component

    Thanks JohnH that seemed to have fixed it - I did not add the items to the project (just manually added them to the debug folder)... Its a shame Visual Basic Express does not have add existing folder (as I had to create the folders and only than add the items to them) Cheers Dagan
  3. daganlev

    Publishing with WebBrowser component

    WebBrowser issues anyone? Please help, Cheers Dagan
  4. daganlev

    Publishing with WebBrowser component

    Hey guys, Have created a small App to copy users website (so clients can browse the site offline) - the App downloads the DB for the CMS and uses the: System.Windows.Forms.WebBrowser component to load static HTML pages in the backend and populate them with the info (mimicing IIS)... My problem...
  5. daganlev

    Uploading Blobs

    Hi ppl, I hope this is the right place to ask... I have created an update feature on my vb.net app that loads images from a server, it gets the picture as a stream from the server and than suppose to update it to the DB (MS-Access) Here is the code: Dim html2 AsNew WebClient() 'reads the...
Back
Top