This is a newsgroup for questions about Visual Studio, not .Net programming.
However, as you're "still learning," I will refer you to the greatest
reference you can download for free from Microsoft - The .Net SDK:
http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41
-A333C6B9181D&displaylang=en

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
> I'm sure its quite obvious to some but I'm still learning vb / C#
> 1. Looking for a function / routine to search for a file. In delphi it
> would be something like FileExists(FileToLookFor): boolean;
>
> 2. Is there an object/class that can be used to hold a list of strings,
> and or read/write them to a file?
Joel Whitehouse - 20 Jan 2005 20:40 GMT
> This is a newsgroup for questions about Visual Studio, not .Net programming.
> However, as you're "still learning," I will refer you to the greatest
> reference you can download for free from Microsoft - The .Net SDK:
>
> http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41
-A333C6B9181D&displaylang=en
Can you recommend a decent .NET programming newsgroup too?
-Joel
Kevin Spencer - 20 Jan 2005 21:10 GMT
Hi Joel,
There are a number of them. microsoft.public.dotnet.framework is the general
.Net newsgroup. There are also several groups that start with
microsoft.public.dotnet.framework:
microsoft.public.dotnet.framework.adonet
microsoft.public.dotnet.framework.aspnet
microsoft.public.dotnet.framework.drawing
microsoft.public.dotnet.framework.interop
microsoft.public.dotnet.framework.odbcnet
microsoft.public.dotnet.framework.performance
microsoft.public.dotnet.framework.remoting
microsoft.public.dotnet.framework.sdk
microsoft.public.dotnet.framework.setup
microsoft.public.dotnet.framework.webservices
microsoft.public.dotnet.framework.windowsforms
There are others that are more specialized within these areas of interest.

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
>> This is a newsgroup for questions about Visual Studio, not .Net
>> programming. However, as you're "still learning," I will refer you to the
[quoted text clipped - 6 lines]
>
> -Joel
Joel Whitehouse - 20 Jan 2005 21:29 GMT
> Hi Joel,
>
[quoted text clipped - 15 lines]
>
> There are others that are more specialized within these areas of interest.
Thanks for your help Kevin!
-Joel