Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:44
alina_anitei15-Aug-07 4:44 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:45
Justin Perez15-Aug-07 4:45 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:47
alina_anitei15-Aug-07 4:47 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:53
Justin Perez15-Aug-07 4:53 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:55
alina_anitei15-Aug-07 4:55 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:57
Justin Perez15-Aug-07 4:57 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 5:00
alina_anitei15-Aug-07 5:00 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 5:02
Justin Perez15-Aug-07 5:02 
GeneralRe: How can you find where a word doc is saved? Pin
led mike15-Aug-07 4:50
led mike15-Aug-07 4:50 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:51
alina_anitei15-Aug-07 4:51 
GeneralRe: How can you find where a word doc is saved? Pin
Colin Angus Mackay15-Aug-07 4:57
Colin Angus Mackay15-Aug-07 4:57 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei16-Aug-07 3:34
alina_anitei16-Aug-07 3:34 
GeneralRe: How can you find where a word doc is saved? Pin
led mike15-Aug-07 4:58
led mike15-Aug-07 4:58 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 5:05
alina_anitei15-Aug-07 5:05 
GeneralRe: How can you find where a word doc is saved? Pin
Colin Angus Mackay15-Aug-07 5:17
Colin Angus Mackay15-Aug-07 5:17 
Questionc# Pin
lankaudaranga15-Aug-07 4:31
lankaudaranga15-Aug-07 4:31 
AnswerRe: c# Pin
Pete O'Hanlon15-Aug-07 4:34
mvePete O'Hanlon15-Aug-07 4:34 
GeneralRe: c# Pin
Colin Angus Mackay15-Aug-07 4:40
Colin Angus Mackay15-Aug-07 4:40 
GeneralRe: c# Pin
led mike15-Aug-07 4:56
led mike15-Aug-07 4:56 
GeneralRe: c# Pin
Paul Conrad18-Aug-07 6:26
professionalPaul Conrad18-Aug-07 6:26 
AnswerRe: c# Pin
Justin Perez15-Aug-07 4:35
Justin Perez15-Aug-07 4:35 
AnswerRe: c# Pin
Colin Angus Mackay15-Aug-07 4:38
Colin Angus Mackay15-Aug-07 4:38 
GeneralRe: c# Pin
Pete O'Hanlon15-Aug-07 4:42
mvePete O'Hanlon15-Aug-07 4:42 
GeneralRe: c# Pin
Paul Conrad18-Aug-07 6:27
professionalPaul Conrad18-Aug-07 6:27 
AnswerRe: c# Pin
Colin Angus Mackay15-Aug-07 4:46
Colin Angus Mackay15-Aug-07 4:46 
I don't know if you've picked up on the humour yet, but if not I should explain that it is at your expense.

You have blustered onto this forum. Marked every post so far with the name of the forum, which does in no way help those who would like to help you. Then you've given very short statements/questions with no information and, I can only assume, you then expect an answer.


lankaudaranga wrote:
i want to be best programmer


You have a long long way to go first. As others have advised you need to get yourself some books. You then need to sit down and read them, understand them and learn from them.


lankaudaranga wrote:
i want to your help


Then you might want to read these guidlines[^] on how to get help on a forum. It would seem that the natural thing to do is to study the etiquette of a situation before blustering in on it.


lankaudaranga wrote:
please send sample


A sample of C#:

public class Program
{
    public static void Main()
    {
        Console.WriteLine("Hello World");
    }
}



Upcoming FREE developer events:
* Glasgow: Agile in the Enterprise Vs. ISVs, Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: SQL Bits


My website

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.