Advertisement

Results for "Author: john allan lee"

Java_Volume1 #94678
ListView SubImages

This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.

Java_Volume1 #96666
LVW_ModifyLine

Simple to use. Allows you to set Bold, Color, and set the ToolTip of a line in a ListView by passing the ListView and the line Index. All other arguments are optional. If no other arguments are given then it sets all to defaults. I created this to assist me in coloring lines for inactive records in an app I wrote.

1_2002 #104324
ListView SubImages

This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.

1_2002 #104325
Enhanced ListView - Updated

A module with 24 functions for enhancing the ListView. Resize columns based on Column Caption, Contents, or ListView Size. FullRow Select, GridLines, CheckBoxes, Allow Repositioning of Columns, Track Selected, One-Click Activate, Two-Click Activate, SubItem Images, Check All Items, UnCheck All Items, Reverse Checked Items, Flat Column Headers, Enhanced Sort Columns I'm currently working on Column Header Font effects: Bold, Italic, Underline... I will update the mod when I'm finished. Let me know what you think about the code. Sorry, I left out some Constants and a Declare on the first release.

2_2002-2004 #119871
Enhanced ListView - Updated

A module with 24 functions for enhancing the ListView. Resize columns based on Column Caption, Contents, or ListView Size. FullRow Select, GridLines, CheckBoxes, Allow Repositioning of Columns, Track Selected, One-Click Activate, Two-Click Activate, SubItem Images, Check All Items, UnCheck All Items, Reverse Checked Items, Flat Column Headers, Enhanced Sort Columns I'm currently working on Column Header Font effects: Bold, Italic, Underline... I will update the mod when I'm finished. Let me know what you think about the code. Sorry, I left out some Constants and a Declare on the first release.

2_2002-2004 #121386
modEnhListView_Find

Finds items in a ListView over multiple SubItems. The .Find MS gave us for the ListView will only let us search the Tag, Text, or first SubItem in a. I had a list that hade several subitems and needed a search for it, so I wrote this up in a few min. I also wrote in options like MatchWholeWordOnly and CaseSensitive as optional variables. In addition of returning the index of the item found it selects and makes sure the item is visible to the user.

2_2002-2004 #121825
ListView SubImages

This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.

2_2002-2004 #123813
LVW_ModifyLine

Simple to use. Allows you to set Bold, Color, and set the ToolTip of a line in a ListView by passing the ListView and the line Index. All other arguments are optional. If no other arguments are given then it sets all to defaults. I created this to assist me in coloring lines for inactive records in an app I wrote.

3_2004-2005 #138415
Enhanced ListView - Updated

A module with 24 functions for enhancing the ListView. Resize columns based on Column Caption, Contents, or ListView Size. FullRow Select, GridLines, CheckBoxes, Allow Repositioning of Columns, Track Selected, One-Click Activate, Two-Click Activate, SubItem Images, Check All Items, UnCheck All Items, Reverse Checked Items, Flat Column Headers, Enhanced Sort Columns I'm currently working on Column Header Font effects: Bold, Italic, Underline... I will update the mod when I'm finished. Let me know what you think about the code. Sorry, I left out some Constants and a Declare on the first release.

3_2004-2005 #139930
modEnhListView_Find

Finds items in a ListView over multiple SubItems. The .Find MS gave us for the ListView will only let us search the Tag, Text, or first SubItem in a. I had a list that hade several subitems and needed a search for it, so I wrote this up in a few min. I also wrote in options like MatchWholeWordOnly and CaseSensitive as optional variables. In addition of returning the index of the item found it selects and makes sure the item is visible to the user.

3_2004-2005 #140369
ListView SubImages

This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.

3_2004-2005 #142357
LVW_ModifyLine

Simple to use. Allows you to set Bold, Color, and set the ToolTip of a line in a ListView by passing the ListView and the line Index. All other arguments are optional. If no other arguments are given then it sets all to defaults. I created this to assist me in coloring lines for inactive records in an app I wrote.

4_2005-2006 #150106
Enhanced ListView - Updated

A module with 24 functions for enhancing the ListView. Resize columns based on Column Caption, Contents, or ListView Size. FullRow Select, GridLines, CheckBoxes, Allow Repositioning of Columns, Track Selected, One-Click Activate, Two-Click Activate, SubItem Images, Check All Items, UnCheck All Items, Reverse Checked Items, Flat Column Headers, Enhanced Sort Columns I'm currently working on Column Header Font effects: Bold, Italic, Underline... I will update the mod when I'm finished. Let me know what you think about the code. Sorry, I left out some Constants and a Declare on the first release.

4_2005-2006 #150107
ListView SubImages

This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.

4_2005-2006 #150108
modEnhListView_Find

Finds items in a ListView over multiple SubItems. The .Find MS gave us for the ListView will only let us search the Tag, Text, or first SubItem in a. I had a list that hade several subitems and needed a search for it, so I wrote this up in a few min. I also wrote in options like MatchWholeWordOnly and CaseSensitive as optional variables. In addition of returning the index of the item found it selects and makes sure the item is visible to the user.

4_2005-2006 #153735
LVW_ModifyLine

Simple to use. Allows you to set Bold, Color, and set the ToolTip of a line in a ListView by passing the ListView and the line Index. All other arguments are optional. If no other arguments are given then it sets all to defaults. I created this to assist me in coloring lines for inactive records in an app I wrote.

5_2007-2008 #172624
Enhanced ListView - Updated

A module with 24 functions for enhancing the ListView. Resize columns based on Column Caption, Contents, or ListView Size. FullRow Select, GridLines, CheckBoxes, Allow Repositioning of Columns, Track Selected, One-Click Activate, Two-Click Activate, SubItem Images, Check All Items, UnCheck All Items, Reverse Checked Items, Flat Column Headers, Enhanced Sort Columns I'm currently working on Column Header Font effects: Bold, Italic, Underline... I will update the mod when I'm finished. Let me know what you think about the code. Sorry, I left out some Constants and a Declare on the first release.

5_2007-2008 #172625
ListView SubImages

This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.

5_2007-2008 #172626
modEnhListView_Find

Finds items in a ListView over multiple SubItems. The .Find MS gave us for the ListView will only let us search the Tag, Text, or first SubItem in a. I had a list that hade several subitems and needed a search for it, so I wrote this up in a few min. I also wrote in options like MatchWholeWordOnly and CaseSensitive as optional variables. In addition of returning the index of the item found it selects and makes sure the item is visible to the user.

5_2007-2008 #176253
LVW_ModifyLine

Simple to use. Allows you to set Bold, Color, and set the ToolTip of a line in a ListView by passing the ListView and the line Index. All other arguments are optional. If no other arguments are given then it sets all to defaults. I created this to assist me in coloring lines for inactive records in an app I wrote.

Languages
Top Categories
Global Discovery