Jump to content
Xtreme .Net Talk

Woofer

Members
  • Posts

    5
  • Joined

  • Last visited

About Woofer

  • Birthday 03/01/1980

Personal Information

  • Occupation
    Student

Woofer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a database which has a field containing an OLE object which is a text file. I want to write a VB.NET program which reads this text file through the database and display the text in a text box, but I don't know how to do this. Please help me!, Thanks
  2. Thanks, that example really helped.
  3. I am using VB.Net. and I need to import System.io I attach the project that I wish to programmatically compile. The reason that I wish to programmatically compile the project is that my program will be changing some of the code in the 'pages' then compiling and running that program (increment 2d). Thanks for you help code.txt
  4. Please help!!! I want to programmatically compile a project that has a number of different forms that link together i.e. clicking on a button on one form closes that form and opens another form. I have tried using the ICodeCompiler but errors have occured which I think are becuase the forms to be displayed have import statements. Also, the only examples of programmatically compiling code I have seen have only had one source file, and I have several, so how do I deal with this? Thanks
  5. I am quite new to Visual Basic .NET. I need to write a program that will create a folder on my C drive in which to save text files. Please help me as i have no idea how to do this! Thanks
×
×
  • Create New...