Click here to Skip to main content
15,915,864 members
Home / Discussions / C#
   

C#

 
Questionhow to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 4:09
[DK]KiloDunse16-Feb-05 4:09 
AnswerRe: how to create an AVI stream in memory? Pin
Judah Gabriel Himango16-Feb-05 4:43
sponsorJudah Gabriel Himango16-Feb-05 4:43 
GeneralRe: how to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 7:58
[DK]KiloDunse16-Feb-05 7:58 
GeneralRe: how to create an AVI stream in memory? Pin
Judah Gabriel Himango16-Feb-05 8:35
sponsorJudah Gabriel Himango16-Feb-05 8:35 
GeneralRe: how to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 8:46
[DK]KiloDunse16-Feb-05 8:46 
GeneralA question of Array Pin
RockRock16-Feb-05 3:48
RockRock16-Feb-05 3:48 
GeneralRe: A question of Array Pin
Judah Gabriel Himango16-Feb-05 4:31
sponsorJudah Gabriel Himango16-Feb-05 4:31 
GeneralMimicking C# DataGrid formatting in HTML or XML Pin
joschmo8016-Feb-05 2:11
joschmo8016-Feb-05 2:11 
Experts,
I wish to display a C# DataGrid exactly as it appears on a C# Form after saving the DataSet to a file. The format (xml or html) does not matter (I'm assuming these are my only choices). The best I can do so far is:

1. call the DataSet.WriteXMLSchema method to create an xsl file
2. call the DataSet.WriteXML method to create my XML file
3. Create an XslTransform object
4. Load the xsl file via XslTransform.Load
5. Transform my ZML file to HTML via the XslTransform.Transform(source, destination) method

However, the HTML file does not contain any of the table formatting (since the generated xsl file doesnt contain table formatting). I realize I can create the XSL file by hand, but I was hoping there was a way to do it automatically such that table formatting is included. Any suggestions, either in creating an XML file with formatting or transforming a standard xml file to html such that formatting is preserved?

Thanks in advance.
Questionhow add new voices to the windows menu Pin
Anonymous16-Feb-05 1:52
Anonymous16-Feb-05 1:52 
AnswerRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 4:33
sponsorJudah Gabriel Himango16-Feb-05 4:33 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 6:29
Sasuko16-Feb-05 6:29 
GeneralRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 6:44
sponsorJudah Gabriel Himango16-Feb-05 6:44 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 8:14
Sasuko16-Feb-05 8:14 
GeneralRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 8:29
sponsorJudah Gabriel Himango16-Feb-05 8:29 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 10:15
Sasuko16-Feb-05 10:15 
GeneralRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 10:44
sponsorJudah Gabriel Himango16-Feb-05 10:44 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 10:51
Sasuko16-Feb-05 10:51 
GeneralProblems in handling shutdown/logoff event in windows forms application Pin
sachin.gera16-Feb-05 1:43
sachin.gera16-Feb-05 1:43 
GeneralRe: Problems in handling shutdown/logoff event in windows forms application Pin
Stefan Troschuetz16-Feb-05 2:23
Stefan Troschuetz16-Feb-05 2:23 
Generalproblems with installation Pin
16-Feb-05 1:00
suss16-Feb-05 1:00 
GeneralMonitor all key press! Pin
bmk_shepherd16-Feb-05 0:29
bmk_shepherd16-Feb-05 0:29 
GeneralRe: Monitor all key press! Pin
Stefan Troschuetz16-Feb-05 1:21
Stefan Troschuetz16-Feb-05 1:21 
GeneralRe: Monitor all key press! Pin
bmk_shepherd19-Feb-05 15:14
bmk_shepherd19-Feb-05 15:14 
GeneralMuliple Instance warning Pin
Adnan Siddiqi16-Feb-05 0:23
Adnan Siddiqi16-Feb-05 0:23 
GeneralUnable to check INT values with == Pin
Seraphin15-Feb-05 23:04
Seraphin15-Feb-05 23:04 

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.