Search results for query: *

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

    Removing last part of string

    Hello everyone. I'm pretty new to VB.Net, so I need some help with a simple operation. I have an object folder, which has an atributte name path, that contains a string with it's current path, say "folder1\folder2\folder3" I need to remove the last ocurrence beginning on the last "\" (in this...
  2. mig_akira

    Need to check part of a string to see if it matches another string

    Hello everyone. In an application, I have some folders and must check if one is "inside" another, as in: folder1->folder2->folder3->folder4 It's important to check only if any of the above folders are inside folder1. The complete path of the folder is stored as a string in folder.path. In...
  3. mig_akira

    How do I add a library to visual studio namespace

    Hello everyone. This is a stupid question, bear in mind I'm a newbie at visual studio and vb.net. I googled but couldnt find an answer (maybe I was searching the wrong topic). I downloaded PDFSharp project, in order to try and learn to use a file converter to PDF. But I just don't know how...
  4. mig_akira

    Export (convert) a txt file to PDF

    Hello everyone. Sorry if this is not the correct area for the question, but here goes: I must build an application that exports a simple TXT file to PDF. Actually, it will have to export DOCs, RTFs and ODFs, but for now, only txt will do. Can you guys recommend some code or article so that I...
Back
Top