Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
QuestionCreating trial version software Pin
Milind Panchal1-Jan-10 21:28
Milind Panchal1-Jan-10 21:28 
AnswerRe: Creating trial version software Pin
venomation1-Jan-10 22:22
venomation1-Jan-10 22:22 
GeneralRe: Creating trial version software Pin
Dave Kreskowiak2-Jan-10 9:30
mveDave Kreskowiak2-Jan-10 9:30 
GeneralRe: Creating trial version software Pin
venomation2-Jan-10 12:25
venomation2-Jan-10 12:25 
AnswerRe: Creating trial version software Pin
Isaac Gordon1-Jan-10 22:37
Isaac Gordon1-Jan-10 22:37 
QuestionCombobox in C# Pin
Anu_Bala1-Jan-10 17:59
Anu_Bala1-Jan-10 17:59 
QuestionAny ideas on making this code better? Pin
venomation1-Jan-10 15:50
venomation1-Jan-10 15:50 
AnswerRe: Any ideas on making this code better? Pin
#realJSOP2-Jan-10 3:00
professional#realJSOP2-Jan-10 3:00 
If it works, I'd leave it alone and move on into the rest of the project.

Beyond that, I would make the method in XmlRules static so that you don't have to instantiate the class to use that method. (By the way, you neglected to take into account the sort direction.)

Second, I would use Linq-to_Xml to load/save the XML data from the disk file. It's much simpler.

.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

QuestionNewbie Question Pin
kruegersck1-Jan-10 12:23
kruegersck1-Jan-10 12:23 
AnswerRe: Newbie Question Pin
Eric Dahlvang1-Jan-10 13:18
Eric Dahlvang1-Jan-10 13:18 
AnswerRe: Newbie Question Pin
Abhinav S1-Jan-10 16:58
Abhinav S1-Jan-10 16:58 
AnswerRe: Newbie Question Pin
Isaac Gordon1-Jan-10 22:48
Isaac Gordon1-Jan-10 22:48 
QuestionState signalling from windows services Pin
minnie mouse1-Jan-10 11:43
minnie mouse1-Jan-10 11:43 
AnswerRe: State signalling from windows services Pin
Jimmanuel1-Jan-10 12:25
Jimmanuel1-Jan-10 12:25 
GeneralRe: State signalling from windows services Pin
minnie mouse2-Jan-10 8:54
minnie mouse2-Jan-10 8:54 
QuestionHow to increase concurrent parallel tasks with System.Threading.Parallel (.Net 4.0) Pin
Gilad Kapelushnik1-Jan-10 11:19
Gilad Kapelushnik1-Jan-10 11:19 
GeneralRe: How to increase concurrent parallel tasks with System.Threading.Parallel (.Net 4.0) [modified] Pin
harold aptroot1-Jan-10 11:24
harold aptroot1-Jan-10 11:24 
GeneralRe: How to increase concurrent parallel tasks with System.Threading.Parallel (.Net 4.0) Pin
Gilad Kapelushnik1-Jan-10 11:51
Gilad Kapelushnik1-Jan-10 11:51 
GeneralRe: How to increase concurrent parallel tasks with System.Threading.Parallel (.Net 4.0) Pin
harold aptroot1-Jan-10 12:19
harold aptroot1-Jan-10 12:19 
AnswerRe: How to increase concurrent parallel tasks with System.Threading.Parallel (.Net 4.0) Pin
Nicholas Butler1-Jan-10 13:26
sitebuilderNicholas Butler1-Jan-10 13:26 
AnswerRe: How to increase concurrent parallel tasks with System.Threading.Parallel (.Net 4.0) Pin
Eric Dahlvang1-Jan-10 14:26
Eric Dahlvang1-Jan-10 14:26 
Questiontelnet server in c# Pin
rjs1 41-Jan-10 9:18
rjs1 41-Jan-10 9:18 
AnswerRe: telnet server in c# [modified] Pin
Abhijit Jana1-Jan-10 9:42
professionalAbhijit Jana1-Jan-10 9:42 
GeneralRe: telnet server in c# Pin
Abhishek Sur1-Jan-10 9:58
professionalAbhishek Sur1-Jan-10 9:58 
GeneralRe: telnet server in c# Pin
Abhijit Jana1-Jan-10 21:28
professionalAbhijit Jana1-Jan-10 21:28 

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.