Advertisement

Results for "Author: neil etherington"

2002ASP #970
aRename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.

2002ASP #971
An mp3 Player

This mp3 player is a little different to the mp3 players i`ve seen on this site because it uses no media controls to play the files. It only uses the MCI commands. Operations, 1.Play 2.Pause 3.Stop 4.Previous 5.Next 6.Mute 7.Random Select 8.Clear FileList 9.Volume Control 10.Slow Play 11.Normal Play 12.Fast Play and a nice progress indicator. It also contains an Explorer Tree that i wrote to browse for Files. INFO REQUIRED. can someone show me what information i need to add to a C++ dll for me to access it from VB. eg. I`ve wrote a C++ dll with a simple function in it, but when i try and access it from VB it tells me that it can`t find an entry point, i think it said. Just recieved an e.mail stating that if the Computer name is numeric my Explorer Tree causes a run time error, thanks for the feedback jason. The Explorer Tree in this App uses the same Explorer Tree that i uploaded about a month ago. Thought Microsoft fixed TreeView in new service pack but abviously not. I`ll fix it ltr.

2002ASP #972
File Search (UPDATE)

I recieved an e.mail from Randy Porosky asking if can update the Application so it would search for multiple Files and list the Search Name only, well, it now searches for multiple Files and adds the search name to a seperate listbox. You would expect the search to take double the time when adding another File to the SearchList, but with a litte recursive programming it only adds approx 0.6 seconds to the search time. So again, this Application will search for multiple Files on multiple Drives, Folders etc, VERY FAST, eg. On my system it took 3.5sec to search 1079 Folders for 1 File, because of the recursive programming it took 4.1sec to search 1079 Folders for 2 Files.

2002ASP #973
Explorer v1.3

This is the third update to my ExplorerTree, whats new, 1. Icons are displayed in each FileList, this does it a different way than usual. If you have 2000 + files in a Folder, listing all the Files, icons and information associated with those Files takes ages, the File information isn`t the problem, it`s the icon information that takes ages even using API. this version of ExplorerTree only displays the icons as they are displayed in the FileList. Once all the icons have been displayed the gathering of icon information stops (loop stops). Much better than waiting for all the File icon information to display in the FileList.

2002ASP #974
Database Generator

This program will generate the VBCode to generate a Microsoft Access Database. All you have to do is complete the necessary Controls and all the VBCode will be generated. I`ve include a Demo and HowTo. Although i haven`t included all Parameters etc, it will generate Advanced Database Code which you can append later, if you wish. It`s idvisable that you understand how to program basic Databases so you know what Data is entered into the specific Controls.

2002ASP #975
Application Menu

SORRY ABOUT MISSING .DLL. Copy Dll to Windows System. This Application can be used for a Bookmark for a Web browser or a Shell application for a File manager. Add the categories eg (Utilities, Graphics etc). Then add the Applications to the Categories. (Name and Fullpath of Application). If the File cannot be found a msgbox will let the User know. Dbl_Click on an Application and it will be executed. Everything is saved to a single File and reloaded into the Treeview when Loaded. This .dll is part of a Advanced File Manager that i`m writing. thats why it contains quite a few functions.

2002C #9574
aRename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.

2002C #9575
An mp3 Player

This mp3 player is a little different to the mp3 players i`ve seen on this site because it uses no media controls to play the files. It only uses the MCI commands. Operations, 1.Play 2.Pause 3.Stop 4.Previous 5.Next 6.Mute 7.Random Select 8.Clear FileList 9.Volume Control 10.Slow Play 11.Normal Play 12.Fast Play and a nice progress indicator. It also contains an Explorer Tree that i wrote to browse for Files. INFO REQUIRED. can someone show me what information i need to add to a C++ dll for me to access it from VB. eg. I`ve wrote a C++ dll with a simple function in it, but when i try and access it from VB it tells me that it can`t find an entry point, i think it said. Just recieved an e.mail stating that if the Computer name is numeric my Explorer Tree causes a run time error, thanks for the feedback jason. The Explorer Tree in this App uses the same Explorer Tree that i uploaded about a month ago. Thought Microsoft fixed TreeView in new service pack but abviously not. I`ll fix it ltr.

2002C #9576
File Search (UPDATE)

I recieved an e.mail from Randy Porosky asking if can update the Application so it would search for multiple Files and list the Search Name only, well, it now searches for multiple Files and adds the search name to a seperate listbox. You would expect the search to take double the time when adding another File to the SearchList, but with a litte recursive programming it only adds approx 0.6 seconds to the search time. So again, this Application will search for multiple Files on multiple Drives, Folders etc, VERY FAST, eg. On my system it took 3.5sec to search 1079 Folders for 1 File, because of the recursive programming it took 4.1sec to search 1079 Folders for 2 Files.

2002C #9577
Explorer v1.3

This is the third update to my ExplorerTree, whats new, 1. Icons are displayed in each FileList, this does it a different way than usual. If you have 2000 + files in a Folder, listing all the Files, icons and information associated with those Files takes ages, the File information isn`t the problem, it`s the icon information that takes ages even using API. this version of ExplorerTree only displays the icons as they are displayed in the FileList. Once all the icons have been displayed the gathering of icon information stops (loop stops). Much better than waiting for all the File icon information to display in the FileList.

2002C #9578
Database Generator

This program will generate the VBCode to generate a Microsoft Access Database. All you have to do is complete the necessary Controls and all the VBCode will be generated. I`ve include a Demo and HowTo. Although i haven`t included all Parameters etc, it will generate Advanced Database Code which you can append later, if you wish. It`s idvisable that you understand how to program basic Databases so you know what Data is entered into the specific Controls.

2002C #9579
Application Menu

SORRY ABOUT MISSING .DLL. Copy Dll to Windows System. This Application can be used for a Bookmark for a Web browser or a Shell application for a File manager. Add the categories eg (Utilities, Graphics etc). Then add the Applications to the Categories. (Name and Fullpath of Application). If the File cannot be found a msgbox will let the User know. Dbl_Click on an Application and it will be executed. Everything is saved to a single File and reloaded into the Treeview when Loaded. This .dll is part of a Advanced File Manager that i`m writing. thats why it contains quite a few functions.

2002VB #18178
aRename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.

2002VB #18179
An mp3 Player

This mp3 player is a little different to the mp3 players i`ve seen on this site because it uses no media controls to play the files. It only uses the MCI commands. Operations, 1.Play 2.Pause 3.Stop 4.Previous 5.Next 6.Mute 7.Random Select 8.Clear FileList 9.Volume Control 10.Slow Play 11.Normal Play 12.Fast Play and a nice progress indicator. It also contains an Explorer Tree that i wrote to browse for Files. INFO REQUIRED. can someone show me what information i need to add to a C++ dll for me to access it from VB. eg. I`ve wrote a C++ dll with a simple function in it, but when i try and access it from VB it tells me that it can`t find an entry point, i think it said. Just recieved an e.mail stating that if the Computer name is numeric my Explorer Tree causes a run time error, thanks for the feedback jason. The Explorer Tree in this App uses the same Explorer Tree that i uploaded about a month ago. Thought Microsoft fixed TreeView in new service pack but abviously not. I`ll fix it ltr.

2002VB #18180
File Search (UPDATE)

I recieved an e.mail from Randy Porosky asking if can update the Application so it would search for multiple Files and list the Search Name only, well, it now searches for multiple Files and adds the search name to a seperate listbox. You would expect the search to take double the time when adding another File to the SearchList, but with a litte recursive programming it only adds approx 0.6 seconds to the search time. So again, this Application will search for multiple Files on multiple Drives, Folders etc, VERY FAST, eg. On my system it took 3.5sec to search 1079 Folders for 1 File, because of the recursive programming it took 4.1sec to search 1079 Folders for 2 Files.

2002VB #18181
Explorer v1.3

This is the third update to my ExplorerTree, whats new, 1. Icons are displayed in each FileList, this does it a different way than usual. If you have 2000 + files in a Folder, listing all the Files, icons and information associated with those Files takes ages, the File information isn`t the problem, it`s the icon information that takes ages even using API. this version of ExplorerTree only displays the icons as they are displayed in the FileList. Once all the icons have been displayed the gathering of icon information stops (loop stops). Much better than waiting for all the File icon information to display in the FileList.

2002VB #18182
Database Generator

This program will generate the VBCode to generate a Microsoft Access Database. All you have to do is complete the necessary Controls and all the VBCode will be generated. I`ve include a Demo and HowTo. Although i haven`t included all Parameters etc, it will generate Advanced Database Code which you can append later, if you wish. It`s idvisable that you understand how to program basic Databases so you know what Data is entered into the specific Controls.

2002VB #18183
Application Menu

SORRY ABOUT MISSING .DLL. Copy Dll to Windows System. This Application can be used for a Bookmark for a Web browser or a Shell application for a File manager. Add the categories eg (Utilities, Graphics etc). Then add the Applications to the Categories. (Name and Fullpath of Application). If the File cannot be found a msgbox will let the User know. Dbl_Click on an Application and it will be executed. Everything is saved to a single File and reloaded into the Treeview when Loaded. This .dll is part of a Advanced File Manager that i`m writing. thats why it contains quite a few functions.

1_2002 #104932
aRename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.

1_2002 #104933
An mp3 Player

This mp3 player is a little different to the mp3 players i`ve seen on this site because it uses no media controls to play the files. It only uses the MCI commands. Operations, 1.Play 2.Pause 3.Stop 4.Previous 5.Next 6.Mute 7.Random Select 8.Clear FileList 9.Volume Control 10.Slow Play 11.Normal Play 12.Fast Play and a nice progress indicator. It also contains an Explorer Tree that i wrote to browse for Files. INFO REQUIRED. can someone show me what information i need to add to a C++ dll for me to access it from VB. eg. I`ve wrote a C++ dll with a simple function in it, but when i try and access it from VB it tells me that it can`t find an entry point, i think it said. Just recieved an e.mail stating that if the Computer name is numeric my Explorer Tree causes a run time error, thanks for the feedback jason. The Explorer Tree in this App uses the same Explorer Tree that i uploaded about a month ago. Thought Microsoft fixed TreeView in new service pack but abviously not. I`ll fix it ltr.

Languages
Top Categories
Global Discovery