Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
GeneralC# COM call with Optional Parameter Pin
rgondzur23-Aug-04 4:32
rgondzur23-Aug-04 4:32 
GeneralRe: C# COM call with Optional Parameter Pin
rgondzur23-Aug-04 4:34
rgondzur23-Aug-04 4:34 
GeneralRe: C# COM call with Optional Parameter Pin
Nick Parker23-Aug-04 5:35
protectorNick Parker23-Aug-04 5:35 
Generaltext files in xml Pin
Member 131560023-Aug-04 3:01
Member 131560023-Aug-04 3:01 
GeneralRe: text files in xml Pin
leppie23-Aug-04 3:54
leppie23-Aug-04 3:54 
GeneralRe: text files in xml Pin
David Salter23-Aug-04 4:04
David Salter23-Aug-04 4:04 
GeneralRe: text files in xml Pin
Heath Stewart23-Aug-04 5:59
protectorHeath Stewart23-Aug-04 5:59 
GeneralRe: text files in xml Pin
Salil Khedkar23-Aug-04 19:59
Salil Khedkar23-Aug-04 19:59 
Even if someone writes such a program, it will need numerous inputs regarding what words in the text file are tags, attributes and data. A cumbersome task.

To the very least, you will need to add '<' '>' characters in your text file, so that atleast the tags are identifiable. Rest can be assumed as data. Then you can load that file as a MS DOM document. Get MS XML DOM and see the documentation to know how to invoke the COM and load a document.

If you want to do this manually, add '<' '>' characters, rename the file to .xml and load it in XML Spy. Use the pretty-print button to format it nicely.
GeneralRe: text files in xml Pin
Salil Khedkar23-Aug-04 20:09
Salil Khedkar23-Aug-04 20:09 
Generalsign a xml document with a x509 certificate Pin
Escroto23-Aug-04 2:11
Escroto23-Aug-04 2:11 
GeneralRe: sign a xml document with a x509 certificate Pin
Heath Stewart23-Aug-04 5:56
protectorHeath Stewart23-Aug-04 5:56 
GeneralRe: sign a xml document with a x509 certificate Pin
Escroto24-Aug-04 0:10
Escroto24-Aug-04 0:10 
GeneralFacing problem while calling FOR EACH st. in vb from C# DLL Pin
Ami Shah23-Aug-04 2:06
Ami Shah23-Aug-04 2:06 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Colin Angus Mackay23-Aug-04 2:24
Colin Angus Mackay23-Aug-04 2:24 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Ami Shah23-Aug-04 2:37
Ami Shah23-Aug-04 2:37 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Colin Angus Mackay23-Aug-04 3:19
Colin Angus Mackay23-Aug-04 3:19 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Ami Shah23-Aug-04 3:34
Ami Shah23-Aug-04 3:34 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Colin Angus Mackay23-Aug-04 4:03
Colin Angus Mackay23-Aug-04 4:03 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
leppie23-Aug-04 4:02
leppie23-Aug-04 4:02 
GeneralDesigner - Components - Properties only visible in derived classes Pin
STW23-Aug-04 1:45
STW23-Aug-04 1:45 
GeneralRe: Designer - Components - Properties only visible in derived classes Pin
leppie23-Aug-04 4:00
leppie23-Aug-04 4:00 
GeneralRe: Designer - Components - Properties only visible in derived classes Pin
STW23-Aug-04 6:26
STW23-Aug-04 6:26 
QuestionC# Delete and Write specific data in a text file??? Pin
gman4423-Aug-04 1:07
gman4423-Aug-04 1:07 
AnswerRe: C# Delete and Write specific data in a text file??? Pin
leppie23-Aug-04 3:57
leppie23-Aug-04 3:57 
Generalhowto add control dynamicaly Pin
Stephan Wright22-Aug-04 23:56
Stephan Wright22-Aug-04 23:56 

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.