Click here to Skip to main content
15,893,814 members
Home / Discussions / C#
   

C#

 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
Sun Rays29-Jan-08 17:39
Sun Rays29-Jan-08 17:39 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
Ennis Ray Lynch, Jr.29-Jan-08 17:41
Ennis Ray Lynch, Jr.29-Jan-08 17:41 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
azusakt29-Jan-08 19:05
azusakt29-Jan-08 19:05 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
Luc Pattyn30-Jan-08 2:43
sitebuilderLuc Pattyn30-Jan-08 2:43 
GeneralCalling a method in a library to an exe file using a delegate Pin
MAW3029-Jan-08 16:02
MAW3029-Jan-08 16:02 
GeneralRe: Calling a method in a library to an exe file using a delegate Pin
sudeesh29-Jan-08 17:47
sudeesh29-Jan-08 17:47 
GeneralPictures HUGE Trouble... Pin
AliNajjar29-Jan-08 14:36
AliNajjar29-Jan-08 14:36 
GeneralRe: Pictures HUGE Trouble... Pin
Ennis Ray Lynch, Jr.29-Jan-08 17:39
Ennis Ray Lynch, Jr.29-Jan-08 17:39 
GeneralRe: Pictures HUGE Trouble... Pin
AliNajjar30-Jan-08 10:14
AliNajjar30-Jan-08 10:14 
GeneralRe: Pictures HUGE Trouble... Pin
Ennis Ray Lynch, Jr.30-Jan-08 10:17
Ennis Ray Lynch, Jr.30-Jan-08 10:17 
GeneralRe: Pictures HUGE Trouble... Pin
AliNajjar30-Jan-08 10:23
AliNajjar30-Jan-08 10:23 
QuestionUse Wizard Tools or Code everything? Pin
blooper0229-Jan-08 14:34
blooper0229-Jan-08 14:34 
AnswerRe: Use Wizard Tools or Code everything? Pin
Mark Churchill29-Jan-08 18:20
Mark Churchill29-Jan-08 18:20 
GeneralRe: Use Wizard Tools or Code everything? Pin
blooper0230-Jan-08 22:19
blooper0230-Jan-08 22:19 
GeneralRe: Use Wizard Tools or Code everything? Pin
Mark Churchill31-Jan-08 0:11
Mark Churchill31-Jan-08 0:11 
Questionreversing gethashcode() Pin
haseeb_saeed29-Jan-08 9:12
haseeb_saeed29-Jan-08 9:12 
GeneralRe: reversing gethashcode() Pin
pmarfleet29-Jan-08 9:30
pmarfleet29-Jan-08 9:30 
AnswerRe: reversing gethashcode() Pin
Guffa29-Jan-08 9:32
Guffa29-Jan-08 9:32 
GeneralRe: reversing gethashcode() Pin
Ennis Ray Lynch, Jr.29-Jan-08 9:37
Ennis Ray Lynch, Jr.29-Jan-08 9:37 
GeneralWebbrowser control + com visable functions Pin
Spacix One29-Jan-08 6:29
Spacix One29-Jan-08 6:29 
GeneralRe: Webbrowser control + com visable functions Pin
led mike29-Jan-08 6:58
led mike29-Jan-08 6:58 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One29-Jan-08 7:53
Spacix One29-Jan-08 7:53 
GeneralRe: Webbrowser control + com visable functions Pin
led mike29-Jan-08 8:26
led mike29-Jan-08 8:26 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active29-Jan-08 8:29
mentorNot Active29-Jan-08 8:29 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One29-Jan-08 9:40
Spacix One29-Jan-08 9:40 
The way I'm doing this is sort-of like AJAX without using the JScript XML HTTP GET request, but a custom API function call built into my API. The JScript can call for new data when it needs it or the user can invoke it to update/refresh manually.

As I posted in the example code I didn't add all of the XML phrasing stuff, but a simple load and dump the XML. For the example it could have been just as easy to use File.readalllines on String.Join them it together to send the string.
string[] XmlLines = File.ReadAllLines("C:\randomXMLfile.xml");
string XmlString = String.Join("\n", XmlLines);


But then where isn't an XML document or node, which was the original point of my question. Anyway enough of my clarification rant, the data is already in chunks and my example doesn't show it.


-Spacix
All your skynet questions[^] belong to solved

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.