Results for "Author: nelly"
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.
*FOR THE TWO DOWNLOADS I GOT BEFORE I SAW THE KEYDOWN ERROR, WHOOPS JUST CHANGED IT BEFORE UPLOADING* I`ve seen a number of HTML Editors posted on this site, but i`ve never seen one that selects the correct colour. It`s easy enough to select the correct colour as your typing the text, but what if you go back on yourself and start putting tags in etc. Thats where all the others have failed. Their not able to select the correct colour. This project only includes a RichTextBox which will format the text as it`s been written. I`ve tried to make it act similar to Microsoft Frontpage. It`s not a finished project so if you find any HTML text thats not formatting correctly, please let me know. I`ve also included a Menu item (Open Document) which when used will Format any HTML document loaded into the RichTextBox. Any comments much appreciated. Last Note, (This was created using VB6 with service pack 4). So don`t blame me if it dosen`t work on lesser versions.) If you use this project on any of your projects i`d like to see them. Thanks.
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.
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.
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.
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.
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.
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.
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.
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.
*FOR THE TWO DOWNLOADS I GOT BEFORE I SAW THE KEYDOWN ERROR, WHOOPS JUST CHANGED IT BEFORE UPLOADING* I`ve seen a number of HTML Editors posted on this site, but i`ve never seen one that selects the correct colour. It`s easy enough to select the correct colour as your typing the text, but what if you go back on yourself and start putting tags in etc. Thats where all the others have failed. Their not able to select the correct colour. This project only includes a RichTextBox which will format the text as it`s been written. I`ve tried to make it act similar to Microsoft Frontpage. It`s not a finished project so if you find any HTML text thats not formatting correctly, please let me know. I`ve also included a Menu item (Open Document) which when used will Format any HTML document loaded into the RichTextBox. Any comments much appreciated. Last Note, (This was created using VB6 with service pack 4). So don`t blame me if it dosen`t work on lesser versions.) If you use this project on any of your projects i`d like to see them. Thanks.
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.
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.
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.
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.
*FOR THE TWO DOWNLOADS I GOT BEFORE I SAW THE KEYDOWN ERROR, WHOOPS JUST CHANGED IT BEFORE UPLOADING* I`ve seen a number of HTML Editors posted on this site, but i`ve never seen one that selects the correct colour. It`s easy enough to select the correct colour as your typing the text, but what if you go back on yourself and start putting tags in etc. Thats where all the others have failed. Their not able to select the correct colour. This project only includes a RichTextBox which will format the text as it`s been written. I`ve tried to make it act similar to Microsoft Frontpage. It`s not a finished project so if you find any HTML text thats not formatting correctly, please let me know. I`ve also included a Menu item (Open Document) which when used will Format any HTML document loaded into the RichTextBox. Any comments much appreciated. Last Note, (This was created using VB6 with service pack 4). So don`t blame me if it dosen`t work on lesser versions.) If you use this project on any of your projects i`d like to see them. Thanks.
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.
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.
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.
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.