Results for "Author: ruturaaj"
This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many EnumWindows demos on PSC , but no where near to this one ! It allows you to filter the EnumWindows result based on 8 different filtering options ! Easy to Understand and complete functionality encapsulated in .mod file , hence easy to incorporate into your existing projects. I found this vry useful in many of my on going projects ... hope you feel it useful for your projects as well. PLEASE VOTE IF YOU LIKE IT OR EVEN YOU DON'T LIKE as you can always vote "Poor" if you don't like the code ! ... BUT PLEASE PLEASE VOTE ... Constructive criticism is welcome ... please leave comments ... those will help me to improve my programming skills. I thank AllAPI.net team for developing a great API reference without which it was hardly possible for me to learn stuff like this on my own and then write a Test Application.
This function can do following things ... [1] Show default system confirmation Prompt to move File to Recycle Bin [2] Move directly the selected File to Recycle Bin without any Prompt [3] Show default system confirmation Prompt to remove File forever. [4] Delete File forever without any prompt. (Same lile Kill function)
You might have seen few tools/codes on PSC creating Virtual Drives using subst.exe (found under windows directory) ... but this adds a dependancy over external executable file. Have you seen any code on PSC which will mount a Virtual Drive without using subst.exe ??? I haven't. Even though subst.exe is the simplest way to do it, but still, if you are like me who don't really like to Shell external executable to perform certain task, then here is the solution for you. I found that I can create Virtual Drives with API ... and I have tried to demonstrate the same technique in this Visual Basic program. It's made as easy as possible, so that you can use it in your projects without any problem. This method helped me a lot in my FTP project ... hope that you will also find it useful. If so, then please come back and vote.
I developed this project for own purpose and I thought this will prove equally helpful to you all as well, hence posting it on PSC. Upon selection of Visual Basic 6.0 Project File (*.vbp); this tool will scan the Project and list out all the OCXs, DLLs, TLBs which you have referenced from your Project and it will copy all Project dependency files to one single folder on one button click! There are few options provided to make it more useful and handy. Please read the included ReadMe.txt file for further details. ====================================================== ## Update 12th Feb 2006. Right-click Popup menu for Dependency List, press Esc key to close Splash screen, Open dependency file's folder from application interface. Please see Update_Log.pdf file for complete list of updated features. ====================================================== Update 23rd Feb 2006. This is a very useful update. Two new features added. [1] Now you can access Properties dialog for Dependency File listed in List of Dependency Files. [2] Shell menu integration for VBP files. ======================================================
This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many EnumWindows demos on PSC , but no where near to this one ! It allows you to filter the EnumWindows result based on 8 different filtering options ! Easy to Understand and complete functionality encapsulated in .mod file , hence easy to incorporate into your existing projects. I found this vry useful in many of my on going projects ... hope you feel it useful for your projects as well. PLEASE VOTE IF YOU LIKE IT OR EVEN YOU DON'T LIKE as you can always vote "Poor" if you don't like the code ! ... BUT PLEASE PLEASE VOTE ... Constructive criticism is welcome ... please leave comments ... those will help me to improve my programming skills. I thank AllAPI.net team for developing a great API reference without which it was hardly possible for me to learn stuff like this on my own and then write a Test Application.
This function can do following things ... [1] Show default system confirmation Prompt to move File to Recycle Bin [2] Move directly the selected File to Recycle Bin without any Prompt [3] Show default system confirmation Prompt to remove File forever. [4] Delete File forever without any prompt. (Same lile Kill function)
You might have seen few tools/codes on PSC creating Virtual Drives using subst.exe (found under windows directory) ... but this adds a dependancy over external executable file. Have you seen any code on PSC which will mount a Virtual Drive without using subst.exe ??? I haven't. Even though subst.exe is the simplest way to do it, but still, if you are like me who don't really like to Shell external executable to perform certain task, then here is the solution for you. I found that I can create Virtual Drives with API ... and I have tried to demonstrate the same technique in this Visual Basic program. It's made as easy as possible, so that you can use it in your projects without any problem. This method helped me a lot in my FTP project ... hope that you will also find it useful. If so, then please come back and vote.
I developed this project for own purpose and I thought this will prove equally helpful to you all as well, hence posting it on PSC. Upon selection of Visual Basic 6.0 Project File (*.vbp); this tool will scan the Project and list out all the OCXs, DLLs, TLBs which you have referenced from your Project and it will copy all Project dependency files to one single folder on one button click! There are few options provided to make it more useful and handy. Please read the included ReadMe.txt file for further details. ====================================================== ## Update 12th Feb 2006. Right-click Popup menu for Dependency List, press Esc key to close Splash screen, Open dependency file's folder from application interface. Please see Update_Log.pdf file for complete list of updated features. ====================================================== Update 23rd Feb 2006. This is a very useful update. Two new features added. [1] Now you can access Properties dialog for Dependency File listed in List of Dependency Files. [2] Shell menu integration for VBP files. ======================================================
This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many EnumWindows demos on PSC , but no where near to this one ! It allows you to filter the EnumWindows result based on 8 different filtering options ! Easy to Understand and complete functionality encapsulated in .mod file , hence easy to incorporate into your existing projects. I found this vry useful in many of my on going projects ... hope you feel it useful for your projects as well. PLEASE VOTE IF YOU LIKE IT OR EVEN YOU DON'T LIKE as you can always vote "Poor" if you don't like the code ! ... BUT PLEASE PLEASE VOTE ... Constructive criticism is welcome ... please leave comments ... those will help me to improve my programming skills. I thank AllAPI.net team for developing a great API reference without which it was hardly possible for me to learn stuff like this on my own and then write a Test Application.
This function can do following things ... [1] Show default system confirmation Prompt to move File to Recycle Bin [2] Move directly the selected File to Recycle Bin without any Prompt [3] Show default system confirmation Prompt to remove File forever. [4] Delete File forever without any prompt. (Same lile Kill function)
You might have seen few tools/codes on PSC creating Virtual Drives using subst.exe (found under windows directory) ... but this adds a dependancy over external executable file. Have you seen any code on PSC which will mount a Virtual Drive without using subst.exe ??? I haven't. Even though subst.exe is the simplest way to do it, but still, if you are like me who don't really like to Shell external executable to perform certain task, then here is the solution for you. I found that I can create Virtual Drives with API ... and I have tried to demonstrate the same technique in this Visual Basic program. It's made as easy as possible, so that you can use it in your projects without any problem. This method helped me a lot in my FTP project ... hope that you will also find it useful. If so, then please come back and vote.
I developed this project for own purpose and I thought this will prove equally helpful to you all as well, hence posting it on PSC. Upon selection of Visual Basic 6.0 Project File (*.vbp); this tool will scan the Project and list out all the OCXs, DLLs, TLBs which you have referenced from your Project and it will copy all Project dependency files to one single folder on one button click! There are few options provided to make it more useful and handy. Please read the included ReadMe.txt file for further details. ====================================================== ## Update 12th Feb 2006. Right-click Popup menu for Dependency List, press Esc key to close Splash screen, Open dependency file's folder from application interface. Please see Update_Log.pdf file for complete list of updated features. ====================================================== Update 23rd Feb 2006. This is a very useful update. Two new features added. [1] Now you can access Properties dialog for Dependency File listed in List of Dependency Files. [2] Shell menu integration for VBP files. ======================================================
This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many EnumWindows demos on PSC , but no where near to this one ! It allows you to filter the EnumWindows result based on 8 different filtering options ! Easy to Understand and complete functionality encapsulated in .mod file , hence easy to incorporate into your existing projects. I found this vry useful in many of my on going projects ... hope you feel it useful for your projects as well. PLEASE VOTE IF YOU LIKE IT OR EVEN YOU DON'T LIKE as you can always vote "Poor" if you don't like the code ! ... BUT PLEASE PLEASE VOTE ... Constructive criticism is welcome ... please leave comments ... those will help me to improve my programming skills. I thank AllAPI.net team for developing a great API reference without which it was hardly possible for me to learn stuff like this on my own and then write a Test Application.
This function can do following things ... [1] Show default system confirmation Prompt to move File to Recycle Bin [2] Move directly the selected File to Recycle Bin without any Prompt [3] Show default system confirmation Prompt to remove File forever. [4] Delete File forever without any prompt. (Same lile Kill function)
You might have seen few tools/codes on PSC creating Virtual Drives using subst.exe (found under windows directory) ... but this adds a dependancy over external executable file. Have you seen any code on PSC which will mount a Virtual Drive without using subst.exe ??? I haven't. Even though subst.exe is the simplest way to do it, but still, if you are like me who don't really like to Shell external executable to perform certain task, then here is the solution for you. I found that I can create Virtual Drives with API ... and I have tried to demonstrate the same technique in this Visual Basic program. It's made as easy as possible, so that you can use it in your projects without any problem. This method helped me a lot in my FTP project ... hope that you will also find it useful. If so, then please come back and vote.
I developed this project for own purpose and I thought this will prove equally helpful to you all as well, hence posting it on PSC. Upon selection of Visual Basic 6.0 Project File (*.vbp); this tool will scan the Project and list out all the OCXs, DLLs, TLBs which you have referenced from your Project and it will copy all Project dependency files to one single folder on one button click! There are few options provided to make it more useful and handy. Please read the included ReadMe.txt file for further details. ====================================================== ## Update 12th Feb 2006. Right-click Popup menu for Dependency List, press Esc key to close Splash screen, Open dependency file's folder from application interface. Please see Update_Log.pdf file for complete list of updated features. ====================================================== Update 23rd Feb 2006. This is a very useful update. Two new features added. [1] Now you can access Properties dialog for Dependency File listed in List of Dependency Files. [2] Shell menu integration for VBP files. ======================================================
This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many EnumWindows demos on PSC , but no where near to this one ! It allows you to filter the EnumWindows result based on 8 different filtering options ! Easy to Understand and complete functionality encapsulated in .mod file , hence easy to incorporate into your existing projects. I found this vry useful in many of my on going projects ... hope you feel it useful for your projects as well. PLEASE VOTE IF YOU LIKE IT OR EVEN YOU DON'T LIKE as you can always vote "Poor" if you don't like the code ! ... BUT PLEASE PLEASE VOTE ... Constructive criticism is welcome ... please leave comments ... those will help me to improve my programming skills. I thank AllAPI.net team for developing a great API reference without which it was hardly possible for me to learn stuff like this on my own and then write a Test Application.
This function can do following things ... [1] Show default system confirmation Prompt to move File to Recycle Bin [2] Move directly the selected File to Recycle Bin without any Prompt [3] Show default system confirmation Prompt to remove File forever. [4] Delete File forever without any prompt. (Same lile Kill function)
You might have seen few tools/codes on PSC creating Virtual Drives using subst.exe (found under windows directory) ... but this adds a dependancy over external executable file. Have you seen any code on PSC which will mount a Virtual Drive without using subst.exe ??? I haven't. Even though subst.exe is the simplest way to do it, but still, if you are like me who don't really like to Shell external executable to perform certain task, then here is the solution for you. I found that I can create Virtual Drives with API ... and I have tried to demonstrate the same technique in this Visual Basic program. It's made as easy as possible, so that you can use it in your projects without any problem. This method helped me a lot in my FTP project ... hope that you will also find it useful. If so, then please come back and vote.
I developed this project for own purpose and I thought this will prove equally helpful to you all as well, hence posting it on PSC. Upon selection of Visual Basic 6.0 Project File (*.vbp); this tool will scan the Project and list out all the OCXs, DLLs, TLBs which you have referenced from your Project and it will copy all Project dependency files to one single folder on one button click! There are few options provided to make it more useful and handy. Please read the included ReadMe.txt file for further details. ====================================================== ## Update 12th Feb 2006. Right-click Popup menu for Dependency List, press Esc key to close Splash screen, Open dependency file's folder from application interface. Please see Update_Log.pdf file for complete list of updated features. ====================================================== Update 23rd Feb 2006. This is a very useful update. Two new features added. [1] Now you can access Properties dialog for Dependency File listed in List of Dependency Files. [2] Shell menu integration for VBP files. ======================================================