Click here to Skip to main content
15,907,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threads and System.Timers.Timer - Problems Pin
stan283-Jul-05 7:40
stan283-Jul-05 7:40 
GeneralPlz Help on Net Send Pin
Member 122691721-Jul-05 19:18
Member 122691721-Jul-05 19:18 
GeneralRe: Plz Help on Net Send Pin
Dario Solera1-Jul-05 23:40
Dario Solera1-Jul-05 23:40 
GeneralIntegration of Window Service and my project through set up program Pin
ksanju10001-Jul-05 19:09
ksanju10001-Jul-05 19:09 
GeneralRe: Integration of Window Service and my project through set up program Pin
mav.northwind1-Jul-05 20:10
mav.northwind1-Jul-05 20:10 
GeneralHey all, i have a bit of a problem with event handlers... Pin
tom_dx1-Jul-05 16:43
tom_dx1-Jul-05 16:43 
GeneralRe: Hey all, i have a bit of a problem with event handlers... Pin
ACorbs1-Jul-05 17:02
ACorbs1-Jul-05 17:02 
GeneralSorting problem Pin
damir_tk1-Jul-05 11:25
damir_tk1-Jul-05 11:25 
Hi everybody.
Can somebody direct me to a correct algorithm to solve the sort problem of the following array of data:

ServerWeb.*
ServerWebSomething1
ServerWebSomething2
ServerWeb3
ApplicationServer1
App.*
ApplicationServer2

should be sorted as this:
ApplicationServer1
ApplicationServer2
App.*
ServerWebSomething1
ServerWebSomething2
ServerWeb3
ServerWeb.*

The point is that the data is first sorted alphabetically, and then withing the similar types of data I need to get the data with more specific to the top and those less specific to the bottom.
For instance, as ServerWeb.* covers all servers that starts with the "ServerWeb" it is the least distinctive, while ServerWebSomething1 is the most distinctive in that subgroup.

This just puzzles me, I would appreciate any algorithm in any language if C# example is not available.

Thanks.

GeneralRe: Sorting problem Pin
Guffa1-Jul-05 12:34
Guffa1-Jul-05 12:34 
GeneralDynamic Menus in C# Pin
0ryan01-Jul-05 9:08
0ryan01-Jul-05 9:08 
GeneralRe: Dynamic Menus in C# Pin
rudy.net1-Jul-05 18:01
rudy.net1-Jul-05 18:01 
GeneralSendMessage Pin
ladwah1-Jul-05 8:46
ladwah1-Jul-05 8:46 
GeneralRe: SendMessage Pin
Judah Gabriel Himango1-Jul-05 9:47
sponsorJudah Gabriel Himango1-Jul-05 9:47 
GeneralRe: SendMessage Pin
ladwah1-Jul-05 10:36
ladwah1-Jul-05 10:36 
GeneralC# Threading problem Pin
X3mFran1-Jul-05 7:50
X3mFran1-Jul-05 7:50 
GeneralRe: C# Threading problem Pin
S. Senthil Kumar1-Jul-05 8:34
S. Senthil Kumar1-Jul-05 8:34 
GeneralRe: C# Threading problem Pin
X3mFran1-Jul-05 8:58
X3mFran1-Jul-05 8:58 
GeneralDataGrid row tag Pin
Jassim Rahma1-Jul-05 7:04
Jassim Rahma1-Jul-05 7:04 
GeneralRe: DataGrid row tag Pin
Steve Maier1-Jul-05 7:23
professionalSteve Maier1-Jul-05 7:23 
GeneralRe: DataGrid row tag Pin
glenn2011-Jul-05 12:46
glenn2011-Jul-05 12:46 
GeneralRe: DataGrid row tag Pin
Jassim Rahma1-Jul-05 12:54
Jassim Rahma1-Jul-05 12:54 
GeneralRe: DataGrid row tag Pin
glenn2011-Jul-05 17:03
glenn2011-Jul-05 17:03 
Questionhow to detect changes to text property of multiple controls bound using CurrencyManger Pin
therealmccoy1-Jul-05 6:13
therealmccoy1-Jul-05 6:13 
Generaluse debug info from external application Pin
Piovra_1-Jul-05 4:14
Piovra_1-Jul-05 4:14 
GeneralRe: use debug info from external application Pin
Roland Bär1-Jul-05 5:48
Roland Bär1-Jul-05 5:48 

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.