Results for "Author: anthony awx"
This projects shows how to convert an RTF box into a dynamic Syntax Colorizer (like the VB IDE colorizes what you type). It uses a text file to build its list of keywords (are you writing your own scripting language?), which you can easily modify by adding your own list of words/commands. Included is a small subset of the VB language syntax to show an example. Routines are very fast, and account for quotes, and comments. Routine also sets keywords to proper case ("print" to "Print" or "backcolor" to "BackColor". Hope this is helpful to some of you out there - I have commented it heavily to help you if you need to make modifications, or you can simply drop the "Colorizer" module into your own projects and use as is (simply pass your forms RTF box and the colors of your IDE you want).
This project shows how you can add an Intellisense List (like the one in VB where you type an object name, then a "DOT", and then a list pops up -- that's the Intellisense List). Designed to allow you to enter in YOUR SCRIPTING LANGUAGE COMMANDS AND OBJECTS quickly and easily (using an external text file). All efforts were made to make this act exactly as the one in VB does. Press TAB or ENTER to select an item in the list. Clicking TAB immediately automatically selects the first item in the list. You can begin typing the property name and the "closest match" will be highlighted as you type. Backspacing on your typed entry also does the same. Multiple "DOTS" (eg: me.text1.font.) works. Insertion of "DOT" characters in the middle of a string works. Location of intellisense box goes to where it can fit in view (bottom right, bottom left, top right, top left) depending on where your current cursor location is. This project Took me some time troubleshooting, so I hope some of you out there can use this. UPDATED ON AUGUST 9th! Fixed a few unhandled errors, added more comments to help you see what is happening, Wrapped Intellisense core functions into subs for easier include in your projcets, and added the ability for different styles of the Intellisense box (Office XP stlye, VB6 style, and a hybrid style) as many of you have requested.
This is an update to a previous submission, with many more features (thanks to your feedback). here goes: Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. Also, you can build custom lists by performing multiple searches, then manually adding/deleting entires. I also added some extra GUI features, such as: Time intensive tasks all use a progress bar with a Cancel function, inclusion of a translucent, detachable, dockable toolbar, html template reports (for easy modification), sortable listview with sizable columns that remember their size next time you do a search, interface configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the HTML output the way you choose. Also, you can PLAY the MP3 files right from within Disk Pro (simply right-click on a song and select PLAY. Disk Pro will prompt you for the CD). This is an update to last months post, with many added functions, and alot of bug fixes and interface enhancements. It should be a good start for a great indexing program.
**** UPDATED to include an on-board MP3 Player! Now you simply double-click on the song in the search window, and Disk Pro will prompt you to insert the proper CD, and then play the song! **** Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. I also added some extra GUI features, such as a translucent, detachable, dockable toolbar, html template reports, sortable listview, configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the output the way you choose. Again, with the update, you can now also PLAY the MP3 files right from within Disk Pro. It should be a good start for a great indexing program. If you like it, votes are always appreciated.
This is a usercontrol written in vb6 that enables you to create your own dynamic popup menus. For example, instead of creating hidden menu's in the menu editor, giving each one a name, or, creating an array of holders for dynamic entries, you can simply do this: UserChoice = popMenu.Popup("item1,item2,item3") A seemingly simply thing, but has been quite useful for my projects, so I thought I would pass it on. It started off as a class, but I turned it into a user control so it would be easier to use for beginners. Hope you find it useful -
Discussion of Installation of Vb6 Applications on Vista under the new default limited access standard user.
This projects shows how to convert an RTF box into a dynamic Syntax Colorizer (like the VB IDE colorizes what you type). It uses a text file to build its list of keywords (are you writing your own scripting language?), which you can easily modify by adding your own list of words/commands. Included is a small subset of the VB language syntax to show an example. Routines are very fast, and account for quotes, and comments. Routine also sets keywords to proper case ("print" to "Print" or "backcolor" to "BackColor". Hope this is helpful to some of you out there - I have commented it heavily to help you if you need to make modifications, or you can simply drop the "Colorizer" module into your own projects and use as is (simply pass your forms RTF box and the colors of your IDE you want).
This project shows how you can add an Intellisense List (like the one in VB where you type an object name, then a "DOT", and then a list pops up -- that's the Intellisense List). Designed to allow you to enter in YOUR SCRIPTING LANGUAGE COMMANDS AND OBJECTS quickly and easily (using an external text file). All efforts were made to make this act exactly as the one in VB does. Press TAB or ENTER to select an item in the list. Clicking TAB immediately automatically selects the first item in the list. You can begin typing the property name and the "closest match" will be highlighted as you type. Backspacing on your typed entry also does the same. Multiple "DOTS" (eg: me.text1.font.) works. Insertion of "DOT" characters in the middle of a string works. Location of intellisense box goes to where it can fit in view (bottom right, bottom left, top right, top left) depending on where your current cursor location is. This project Took me some time troubleshooting, so I hope some of you out there can use this. UPDATED ON AUGUST 9th! Fixed a few unhandled errors, added more comments to help you see what is happening, Wrapped Intellisense core functions into subs for easier include in your projcets, and added the ability for different styles of the Intellisense box (Office XP stlye, VB6 style, and a hybrid style) as many of you have requested.
This is an update to a previous submission, with many more features (thanks to your feedback). here goes: Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. Also, you can build custom lists by performing multiple searches, then manually adding/deleting entires. I also added some extra GUI features, such as: Time intensive tasks all use a progress bar with a Cancel function, inclusion of a translucent, detachable, dockable toolbar, html template reports (for easy modification), sortable listview with sizable columns that remember their size next time you do a search, interface configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the HTML output the way you choose. Also, you can PLAY the MP3 files right from within Disk Pro (simply right-click on a song and select PLAY. Disk Pro will prompt you for the CD). This is an update to last months post, with many added functions, and alot of bug fixes and interface enhancements. It should be a good start for a great indexing program.
**** UPDATED to include an on-board MP3 Player! Now you simply double-click on the song in the search window, and Disk Pro will prompt you to insert the proper CD, and then play the song! **** Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. I also added some extra GUI features, such as a translucent, detachable, dockable toolbar, html template reports, sortable listview, configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the output the way you choose. Again, with the update, you can now also PLAY the MP3 files right from within Disk Pro. It should be a good start for a great indexing program. If you like it, votes are always appreciated.
This is a usercontrol written in vb6 that enables you to create your own dynamic popup menus. For example, instead of creating hidden menu's in the menu editor, giving each one a name, or, creating an array of holders for dynamic entries, you can simply do this: UserChoice = popMenu.Popup("item1,item2,item3") A seemingly simply thing, but has been quite useful for my projects, so I thought I would pass it on. It started off as a class, but I turned it into a user control so it would be easier to use for beginners. Hope you find it useful -
Discussion of Installation of Vb6 Applications on Vista under the new default limited access standard user.
This projects shows how to convert an RTF box into a dynamic Syntax Colorizer (like the VB IDE colorizes what you type). It uses a text file to build its list of keywords (are you writing your own scripting language?), which you can easily modify by adding your own list of words/commands. Included is a small subset of the VB language syntax to show an example. Routines are very fast, and account for quotes, and comments. Routine also sets keywords to proper case ("print" to "Print" or "backcolor" to "BackColor". Hope this is helpful to some of you out there - I have commented it heavily to help you if you need to make modifications, or you can simply drop the "Colorizer" module into your own projects and use as is (simply pass your forms RTF box and the colors of your IDE you want).
This project shows how you can add an Intellisense List (like the one in VB where you type an object name, then a "DOT", and then a list pops up -- that's the Intellisense List). Designed to allow you to enter in YOUR SCRIPTING LANGUAGE COMMANDS AND OBJECTS quickly and easily (using an external text file). All efforts were made to make this act exactly as the one in VB does. Press TAB or ENTER to select an item in the list. Clicking TAB immediately automatically selects the first item in the list. You can begin typing the property name and the "closest match" will be highlighted as you type. Backspacing on your typed entry also does the same. Multiple "DOTS" (eg: me.text1.font.) works. Insertion of "DOT" characters in the middle of a string works. Location of intellisense box goes to where it can fit in view (bottom right, bottom left, top right, top left) depending on where your current cursor location is. This project Took me some time troubleshooting, so I hope some of you out there can use this. UPDATED ON AUGUST 9th! Fixed a few unhandled errors, added more comments to help you see what is happening, Wrapped Intellisense core functions into subs for easier include in your projcets, and added the ability for different styles of the Intellisense box (Office XP stlye, VB6 style, and a hybrid style) as many of you have requested.
This is an update to a previous submission, with many more features (thanks to your feedback). here goes: Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. Also, you can build custom lists by performing multiple searches, then manually adding/deleting entires. I also added some extra GUI features, such as: Time intensive tasks all use a progress bar with a Cancel function, inclusion of a translucent, detachable, dockable toolbar, html template reports (for easy modification), sortable listview with sizable columns that remember their size next time you do a search, interface configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the HTML output the way you choose. Also, you can PLAY the MP3 files right from within Disk Pro (simply right-click on a song and select PLAY. Disk Pro will prompt you for the CD). This is an update to last months post, with many added functions, and alot of bug fixes and interface enhancements. It should be a good start for a great indexing program.
**** UPDATED to include an on-board MP3 Player! Now you simply double-click on the song in the search window, and Disk Pro will prompt you to insert the proper CD, and then play the song! **** Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. I also added some extra GUI features, such as a translucent, detachable, dockable toolbar, html template reports, sortable listview, configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the output the way you choose. Again, with the update, you can now also PLAY the MP3 files right from within Disk Pro. It should be a good start for a great indexing program. If you like it, votes are always appreciated.
This is a usercontrol written in vb6 that enables you to create your own dynamic popup menus. For example, instead of creating hidden menu's in the menu editor, giving each one a name, or, creating an array of holders for dynamic entries, you can simply do this: UserChoice = popMenu.Popup("item1,item2,item3") A seemingly simply thing, but has been quite useful for my projects, so I thought I would pass it on. It started off as a class, but I turned it into a user control so it would be easier to use for beginners. Hope you find it useful -
Discussion of Installation of Vb6 Applications on Vista under the new default limited access standard user.
This projects shows how to convert an RTF box into a dynamic Syntax Colorizer (like the VB IDE colorizes what you type). It uses a text file to build its list of keywords (are you writing your own scripting language?), which you can easily modify by adding your own list of words/commands. Included is a small subset of the VB language syntax to show an example. Routines are very fast, and account for quotes, and comments. Routine also sets keywords to proper case ("print" to "Print" or "backcolor" to "BackColor". Hope this is helpful to some of you out there - I have commented it heavily to help you if you need to make modifications, or you can simply drop the "Colorizer" module into your own projects and use as is (simply pass your forms RTF box and the colors of your IDE you want).
This project shows how you can add an Intellisense List (like the one in VB where you type an object name, then a "DOT", and then a list pops up -- that's the Intellisense List). Designed to allow you to enter in YOUR SCRIPTING LANGUAGE COMMANDS AND OBJECTS quickly and easily (using an external text file). All efforts were made to make this act exactly as the one in VB does. Press TAB or ENTER to select an item in the list. Clicking TAB immediately automatically selects the first item in the list. You can begin typing the property name and the "closest match" will be highlighted as you type. Backspacing on your typed entry also does the same. Multiple "DOTS" (eg: me.text1.font.) works. Insertion of "DOT" characters in the middle of a string works. Location of intellisense box goes to where it can fit in view (bottom right, bottom left, top right, top left) depending on where your current cursor location is. This project Took me some time troubleshooting, so I hope some of you out there can use this. UPDATED ON AUGUST 9th! Fixed a few unhandled errors, added more comments to help you see what is happening, Wrapped Intellisense core functions into subs for easier include in your projcets, and added the ability for different styles of the Intellisense box (Office XP stlye, VB6 style, and a hybrid style) as many of you have requested.