Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 3:50
mathon15-Sep-04 3:50 
GeneralRe: MobileWebApplication on PocketPc Pin
sreejith ss nair15-Sep-04 4:05
sreejith ss nair15-Sep-04 4:05 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 22:16
mathon15-Sep-04 22:16 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 3:50
mathon15-Sep-04 3:50 
GeneralAn extra controls for Smart Device Framework in Whidbey Pin
shayro14-Sep-04 5:22
shayro14-Sep-04 5:22 
GeneralRe: An extra controls for Smart Device Framework in Whidbey Pin
sreejith ss nair14-Sep-04 17:54
sreejith ss nair14-Sep-04 17:54 
GeneralADO.Net locking Pin
pkandoth14-Sep-04 5:08
pkandoth14-Sep-04 5:08 
GeneralRe: ADO.Net locking Pin
sreejith ss nair14-Sep-04 17:50
sreejith ss nair14-Sep-04 17:50 
GeneralADO.Net locking Pin
pkandoth14-Sep-04 5:08
pkandoth14-Sep-04 5:08 
GeneralRe: ADO.Net locking Pin
sreejith ss nair14-Sep-04 17:50
sreejith ss nair14-Sep-04 17:50 
GeneralWorking out if a process has focus or not Pin
CoffeeZombie14-Sep-04 4:30
CoffeeZombie14-Sep-04 4:30 
GeneralRe: Working out if a process has focus or not Pin
mav.northwind14-Sep-04 6:00
mav.northwind14-Sep-04 6:00 
GeneralConverting AVI to BMP Pin
ee9903514-Sep-04 3:41
ee9903514-Sep-04 3:41 
GeneralRe: Converting AVI to BMP Pin
sreejith ss nair14-Sep-04 3:58
sreejith ss nair14-Sep-04 3:58 
GeneralRe: Converting AVI to BMP Pin
ee9903514-Sep-04 7:36
ee9903514-Sep-04 7:36 
GeneralRe: Converting AVI to BMP Pin
yoaz14-Sep-04 15:28
yoaz14-Sep-04 15:28 
GeneralSorting numbers in a ListView Pin
goldoche14-Sep-04 3:06
goldoche14-Sep-04 3:06 
GeneralRe: Sorting numbers in a ListView Pin
sreejith ss nair14-Sep-04 3:35
sreejith ss nair14-Sep-04 3:35 
hi,

ListView have a method called Sort() which will only sort based on alephabetic manner (like string compare). So here what you can do is you can Impliment IComparer interface in your ListView class. In IComparer contain an abstract method called Compare(object a,object b).

And remaing is is upto your logic to compare and getit done. Try your self and if it is not possible by your self then let me know.

Wink | ;)

**************************
S r e e j i t h N a i r
**************************
GeneralRe: Sorting numbers in a ListView Pin
mav.northwind14-Sep-04 3:42
mav.northwind14-Sep-04 3:42 
GeneralaxWebBrowser and multiple language support Pin
adohring14-Sep-04 2:57
adohring14-Sep-04 2:57 
GeneralEncryption Pin
wybstar14-Sep-04 2:42
wybstar14-Sep-04 2:42 
GeneralRe: Encryption Pin
Steven Campbell14-Sep-04 3:06
Steven Campbell14-Sep-04 3:06 
GeneralRe: Encryption Pin
wybstar15-Sep-04 20:42
wybstar15-Sep-04 20:42 
GeneralCD In out eject Pin
Member 129384013-Sep-04 21:01
Member 129384013-Sep-04 21:01 
GeneralRe: CD In out eject Pin
sreejith ss nair13-Sep-04 21:42
sreejith ss nair13-Sep-04 21:42 

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.