Click here to Skip to main content
15,906,081 members
Home / Discussions / C#
   

C#

 
AnswerRe: Painting a component *after* the form is displayed? Pin
Nathan Blomquist17-Jul-02 8:27
Nathan Blomquist17-Jul-02 8:27 
GeneralWindows API Call to change resolution Pin
Brian Olej16-Jul-02 10:35
Brian Olej16-Jul-02 10:35 
GeneralRe: Windows API Call to change resolution Pin
Eric Gunnerson (msft)17-Jul-02 13:40
Eric Gunnerson (msft)17-Jul-02 13:40 
GeneralRe: Windows API Call to change resolution Pin
Brian Olej17-Jul-02 14:44
Brian Olej17-Jul-02 14:44 
GeneralRe: Windows API Call to change resolution Pin
NormDroid20-Jul-02 23:52
professionalNormDroid20-Jul-02 23:52 
QuestionLibrary File? Pin
mtito16-Jul-02 5:19
sussmtito16-Jul-02 5:19 
AnswerRe: Library File? Pin
SHaroz16-Jul-02 8:29
SHaroz16-Jul-02 8:29 
GeneralXmlTransformation output to string Pin
tomiga16-Jul-02 4:23
tomiga16-Jul-02 4:23 
I have to use xml transformation.
The simplest way is

<br />
XslTransform xsltransform = new XslTransform();<br />
xsltransform.Load("favorite.xsl");<br />
xsltransform.Transform("MyDocument.xml", "TransformResult.xml");<br />


But it is necessery for me to put output of transformation not to file but to string... (all of overloaded members of Transform has file or stream)

Do you have any idea?
GeneralRe: XmlTransformation output to string Pin
James T. Johnson16-Jul-02 11:42
James T. Johnson16-Jul-02 11:42 
GeneralRe: XmlTransformation output to string Pin
tomiga16-Jul-02 20:37
tomiga16-Jul-02 20:37 
Generalvariant Pin
Christian Graus16-Jul-02 1:28
protectorChristian Graus16-Jul-02 1:28 
GeneralRe: variant Pin
SHaroz16-Jul-02 8:27
SHaroz16-Jul-02 8:27 
GeneralRe: variant Pin
Christian Graus16-Jul-02 10:45
protectorChristian Graus16-Jul-02 10:45 
GeneralRe: variant Pin
SHaroz17-Jul-02 5:55
SHaroz17-Jul-02 5:55 
GeneralC# .NET question Pin
zimbar15-Jul-02 21:10
zimbar15-Jul-02 21:10 
GeneralRe: C# .NET question Pin
Andy Smith15-Jul-02 21:13
Andy Smith15-Jul-02 21:13 
GeneralRe: C# .NET question Pin
James T. Johnson15-Jul-02 21:21
James T. Johnson15-Jul-02 21:21 
GeneralRe: C# .NET question Pin
Christian Graus16-Jul-02 1:27
protectorChristian Graus16-Jul-02 1:27 
GeneralRe: C# .NET question Pin
Eric Gunnerson (msft)16-Jul-02 5:33
Eric Gunnerson (msft)16-Jul-02 5:33 
GeneralRe: C# .NET question Pin
Christian Graus16-Jul-02 10:44
protectorChristian Graus16-Jul-02 10:44 
GeneralRe: C# .NET question Pin
Anonymous16-Jul-02 12:00
Anonymous16-Jul-02 12:00 
GeneralRe: C# .NET question Pin
Christian Graus16-Jul-02 12:32
protectorChristian Graus16-Jul-02 12:32 
GeneralRe: C# .NET question Pin
Eric Gunnerson (msft)17-Jul-02 12:49
Eric Gunnerson (msft)17-Jul-02 12:49 
GeneralRe: C# .NET question Pin
Christian Graus17-Jul-02 13:07
protectorChristian Graus17-Jul-02 13:07 
GeneralRe: C# .NET question Pin
Eric Gunnerson (msft)17-Jul-02 13:38
Eric Gunnerson (msft)17-Jul-02 13:38 

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.