C# Code in Word Documents

  • Thread starter Thread starter GingerDeafMan
  • Start date Start date
G

GingerDeafMan

Hi again,

I'd like our C# code to appear in MS Word document as seen under Visual
Studio, with syntax colouring etc. Is this possible?

The obvious method of creating images of code and putting these in the
document does not appeal.

Cheers,

Paul.
 
Hi again,

I'd like our C# code to appear in MS Word document as seen under Visual
Studio, with syntax colouring etc. Is this possible?

The obvious method of creating images of code and putting these in the
document does not appeal.

Cheers,

Paul.

A colleague has just done a spot of lateral thinking. This can be done
by copying and pasting code from VS onto MS Word. DOH!

Not perfect due to tabs etc but workable. If anyone has better
methods...

Cheers,

Paul.
 
Back
Top