Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dave60608

    new to c#

    > Are there some tools to convert from gwbasic to c#? > Are there some tools to convert from cobol to c#? > Is there a utility that comments c# source that helps new people? To answer your question first, I personally don't know of anything that can convert program code to C#. Even if you DID...
  2. Dave60608

    Read all files

    I am trying to read all of the files under a specified starting directory. The code I am using is: ThisPathItems.AddRange(Directory.GetFiles(lblIPPath.Text, "*.*", SearchOption.AllDirectories)); foreach (string pn in ThisPathItems) { strCDFPathName = Path.GetDirectoryName(pn); //...
  3. Dave60608

    Accessing shared folders via a network

    I set up a folder on my desktop that I want to share with my network. One of my laptops can access it, with no problem. Two other laptops get "access denied" messages. Since I can get to the shared folder from one of my PCs I am assuming that I did the sharing correctly. Why in the world can't...

Part and Inventory Search

Back
Top