Advertisement

Results for "Author: planetboogie"

ASP_Volume3 #52638
Proper Listview Sorting

- 02/18/08 - updated to the final version of RDE's Pretty Sort (linked below) as well as to use the new StrCompFileNames function. - 11/08/06 - updated to fix the issue Manuel noted dealing with the code not correctly sorting based on Column order. - 10/25/06 - I completely rewrote the module after discovering several bugs in the Listview control - plus it is now more than twice as fast! This is as close to a drop-in solution as I can make it - with no known side effects. The project uses Rde's Pretty File Names - Final 4 (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=63893&lngWId=1) and subclassing to properly sort alphanumeric columns in a listview. Native sorting, and all other sorting techniques tried, will return: Item (1) Item (10) Item (2) ... Item (9) But this module correctly sorts the list as: Item (1) Item (2) ... Item (9) Item (10) The module also has examples on how to correctly sort numbers and dates. Sorry but it isn't documented - won't make bones about it, just don't have time but it is suprisingly short and fairly easy to read. After days of searching, as far as I know this is the ONLY solution available to correctly sort a listview. Give it a try and please report any issues found.

ASP_Volume3 #52639
Breakout your 3D Glasses! Mix 3D Images

Breakout your 3D Glasses! Mix 3D images from stereo photos in real-time... with included samples I found on the net. Mainly for fun but could be useful as a demonstration how to read/modify RGB pixel values... or for the foundation of a more robust 3D Imaging application. Intermediate-level is a stretch but it does use a few APIs.

4_2005-2006 #157935
Proper Listview Sorting

- 02/18/08 - updated to the final version of RDE's Pretty Sort (linked below) as well as to use the new StrCompFileNames function. - 11/08/06 - updated to fix the issue Manuel noted dealing with the code not correctly sorting based on Column order. - 10/25/06 - I completely rewrote the module after discovering several bugs in the Listview control - plus it is now more than twice as fast! This is as close to a drop-in solution as I can make it - with no known side effects. The project uses Rde's Pretty File Names - Final 4 (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=63893&lngWId=1) and subclassing to properly sort alphanumeric columns in a listview. Native sorting, and all other sorting techniques tried, will return: Item (1) Item (10) Item (2) ... Item (9) But this module correctly sorts the list as: Item (1) Item (2) ... Item (9) Item (10) The module also has examples on how to correctly sort numbers and dates. Sorry but it isn't documented - won't make bones about it, just don't have time but it is suprisingly short and fairly easy to read. After days of searching, as far as I know this is the ONLY solution available to correctly sort a listview. Give it a try and please report any issues found.

4_2005-2006 #157936
Breakout your 3D Glasses! Mix 3D Images

Breakout your 3D Glasses! Mix 3D images from stereo photos in real-time... with included samples I found on the net. Mainly for fun but could be useful as a demonstration how to read/modify RGB pixel values... or for the foundation of a more robust 3D Imaging application. Intermediate-level is a stretch but it does use a few APIs.

5_2007-2008 #180453
Proper Listview Sorting

- 02/18/08 - updated to the final version of RDE's Pretty Sort (linked below) as well as to use the new StrCompFileNames function. - 11/08/06 - updated to fix the issue Manuel noted dealing with the code not correctly sorting based on Column order. - 10/25/06 - I completely rewrote the module after discovering several bugs in the Listview control - plus it is now more than twice as fast! This is as close to a drop-in solution as I can make it - with no known side effects. The project uses Rde's Pretty File Names - Final 4 (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=63893&lngWId=1) and subclassing to properly sort alphanumeric columns in a listview. Native sorting, and all other sorting techniques tried, will return: Item (1) Item (10) Item (2) ... Item (9) But this module correctly sorts the list as: Item (1) Item (2) ... Item (9) Item (10) The module also has examples on how to correctly sort numbers and dates. Sorry but it isn't documented - won't make bones about it, just don't have time but it is suprisingly short and fairly easy to read. After days of searching, as far as I know this is the ONLY solution available to correctly sort a listview. Give it a try and please report any issues found.

5_2007-2008 #180454
Breakout your 3D Glasses! Mix 3D Images

Breakout your 3D Glasses! Mix 3D images from stereo photos in real-time... with included samples I found on the net. Mainly for fun but could be useful as a demonstration how to read/modify RGB pixel values... or for the foundation of a more robust 3D Imaging application. Intermediate-level is a stretch but it does use a few APIs.

6_2008-2009 #202971
Proper Listview Sorting

- 02/18/08 - updated to the final version of RDE's Pretty Sort (linked below) as well as to use the new StrCompFileNames function. - 11/08/06 - updated to fix the issue Manuel noted dealing with the code not correctly sorting based on Column order. - 10/25/06 - I completely rewrote the module after discovering several bugs in the Listview control - plus it is now more than twice as fast! This is as close to a drop-in solution as I can make it - with no known side effects. The project uses Rde's Pretty File Names - Final 4 (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=63893&lngWId=1) and subclassing to properly sort alphanumeric columns in a listview. Native sorting, and all other sorting techniques tried, will return: Item (1) Item (10) Item (2) ... Item (9) But this module correctly sorts the list as: Item (1) Item (2) ... Item (9) Item (10) The module also has examples on how to correctly sort numbers and dates. Sorry but it isn't documented - won't make bones about it, just don't have time but it is suprisingly short and fairly easy to read. After days of searching, as far as I know this is the ONLY solution available to correctly sort a listview. Give it a try and please report any issues found.

6_2008-2009 #202972
Breakout your 3D Glasses! Mix 3D Images

Breakout your 3D Glasses! Mix 3D images from stereo photos in real-time... with included samples I found on the net. Mainly for fun but could be useful as a demonstration how to read/modify RGB pixel values... or for the foundation of a more robust 3D Imaging application. Intermediate-level is a stretch but it does use a few APIs.

7_2009-2012 #225489
Proper Listview Sorting

- 02/18/08 - updated to the final version of RDE's Pretty Sort (linked below) as well as to use the new StrCompFileNames function. - 11/08/06 - updated to fix the issue Manuel noted dealing with the code not correctly sorting based on Column order. - 10/25/06 - I completely rewrote the module after discovering several bugs in the Listview control - plus it is now more than twice as fast! This is as close to a drop-in solution as I can make it - with no known side effects. The project uses Rde's Pretty File Names - Final 4 (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=63893&lngWId=1) and subclassing to properly sort alphanumeric columns in a listview. Native sorting, and all other sorting techniques tried, will return: Item (1) Item (10) Item (2) ... Item (9) But this module correctly sorts the list as: Item (1) Item (2) ... Item (9) Item (10) The module also has examples on how to correctly sort numbers and dates. Sorry but it isn't documented - won't make bones about it, just don't have time but it is suprisingly short and fairly easy to read. After days of searching, as far as I know this is the ONLY solution available to correctly sort a listview. Give it a try and please report any issues found.

7_2009-2012 #225490
Breakout your 3D Glasses! Mix 3D Images

Breakout your 3D Glasses! Mix 3D images from stereo photos in real-time... with included samples I found on the net. Mainly for fun but could be useful as a demonstration how to read/modify RGB pixel values... or for the foundation of a more robust 3D Imaging application. Intermediate-level is a stretch but it does use a few APIs.

Languages
Top Categories
Global Discovery