Click here to Skip to main content
15,894,039 members
Home / Discussions / C#
   

C#

 
AnswerRe: Intellisense Documenation Pin
Ennis Ray Lynch, Jr.14-Jul-10 5:09
Ennis Ray Lynch, Jr.14-Jul-10 5:09 
QuestionGenerating C file using C# Pin
Niungareamit14-Jul-10 3:03
Niungareamit14-Jul-10 3:03 
AnswerRe: Generating C file using C# Pin
Eddy Vluggen14-Jul-10 3:12
professionalEddy Vluggen14-Jul-10 3:12 
GeneralRe: Generating C file using C# Pin
Niungareamit14-Jul-10 3:50
Niungareamit14-Jul-10 3:50 
GeneralRe: Generating C file using C# Pin
Eddy Vluggen14-Jul-10 4:03
professionalEddy Vluggen14-Jul-10 4:03 
AnswerRe: Generating C file using C# Pin
Peace ON14-Jul-10 3:22
Peace ON14-Jul-10 3:22 
AnswerRe: Generating C file using C# Pin
Richard MacCutchan14-Jul-10 5:58
mveRichard MacCutchan14-Jul-10 5:58 
AnswerRe: Generating C file using C# Pin
T M Gray14-Jul-10 7:23
T M Gray14-Jul-10 7:23 
I would recommend using an XML file to represent your C file. If you manipulate a .c file directly when you add or remove something like and include you have to do a whole lot more to find the correct line and insert or remove the text you want.

If you use an XML file you could have an includes node, and in C# you just add and remove nodes to the tree as you please. You can also have class nodes which in turn have method nodes and so on. Then you use XSLT to turn the XML into a .c file.
AnswerRe: Generating C file using C# Pin
CPallini14-Jul-10 8:08
mveCPallini14-Jul-10 8:08 
GeneralRe: Generating C file using C# Pin
DaveyM6914-Jul-10 9:15
professionalDaveyM6914-Jul-10 9:15 
QuestionHow to disable selection in datagridview. Pin
NarVish14-Jul-10 2:59
NarVish14-Jul-10 2:59 
AnswerRe: How to disable selection in datagridview. Pin
Peace ON14-Jul-10 3:19
Peace ON14-Jul-10 3:19 
GeneralRe: How to disable selection in datagridview. Pin
NarVish14-Jul-10 3:26
NarVish14-Jul-10 3:26 
Questioncalling and displaying url in the same page. Pin
dabuskol14-Jul-10 1:53
dabuskol14-Jul-10 1:53 
AnswerRe: calling and displaying url in the same page. Pin
Peace ON14-Jul-10 1:59
Peace ON14-Jul-10 1:59 
AnswerRe: calling and displaying url in the same page. Pin
Prosanta Kundu online14-Jul-10 2:22
Prosanta Kundu online14-Jul-10 2:22 
GeneralRe: calling and displaying url in the same page. Pin
dabuskol19-Jul-10 0:37
dabuskol19-Jul-10 0:37 
Questionchange cell color of gird view on click event of CELL Pin
220814-Jul-10 1:14
220814-Jul-10 1:14 
AnswerRe: change cell color of gird view on click event of CELL Pin
Prosanta Kundu online14-Jul-10 1:31
Prosanta Kundu online14-Jul-10 1:31 
QuestionSerialport from a remote server Pin
grmihel214-Jul-10 0:18
grmihel214-Jul-10 0:18 
AnswerRe: Serialport from a remote server Pin
Richard MacCutchan14-Jul-10 1:15
mveRichard MacCutchan14-Jul-10 1:15 
GeneralRe: Serialport from a remote server Pin
grmihel214-Jul-10 2:32
grmihel214-Jul-10 2:32 
GeneralRe: Serialport from a remote server Pin
Dave Kreskowiak14-Jul-10 3:56
mveDave Kreskowiak14-Jul-10 3:56 
GeneralRe: Serialport from a remote server Pin
grmihel214-Jul-10 4:14
grmihel214-Jul-10 4:14 
GeneralRe: Serialport from a remote server Pin
Dave Kreskowiak14-Jul-10 6:39
mveDave Kreskowiak14-Jul-10 6:39 

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.