Search results for query: *

  1. P

    Question How to access Resource file from a Class Library ?

    Hello, I'm building a generic Class Library that I will use it in all my projects. However, I want to know how can I access Resource file from a Class Library ? I will appreciate if you can send me a code sample! Thank you for your help Paul
  2. P

    How to open a window form ?

    Hi all, I have a main application developped with VB.net. And the dashboard is developped with asp.net. From the dashboard i would like to click and get the detail information by opening the VB.net window form. Can anymone tell me how to open a window form from asp.net page and send some...
  3. P

    Error while reading CSV file

    Hi Guys, I have a weird problem. While reading my csv file some data a returned as null. When the routine reads values in the column "Size_Code" (like "S",, "M"...) it returns "NULL". When routine reads the other values in the same column "Size_Code" (like 2, 4, 6 ...) it returns the right...
  4. P

    how to copy an image from a URL to a specific path

    Hi everyone, I need your help. I'm writing a Vb.Net application which should copy many images (images001.jpg, images002.jpg...) from an URL address (i.e http://mysite.com/images/images001.jpg). I don't know how to copy each image from the URL address (i.e http://mysite.com/images/) to a network...
Back
Top