Advertisement

Results for "Author: ruturaaj"

ASP_Volume3 #57936
Advanced EnumWindows

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.

ASP_Volume3 #57937
DeleteFileEx Function

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)

ASP_Volume3 #57938
Create Virtual Drive (no subst.exe ... using API)

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.

ASP_Volume3 #57939
Rutu's Project Dependency Collection Tool (very useful Update: 23rd Feb 2006)

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. ======================================================

4_2005-2006 #163233
Advanced EnumWindows

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.

4_2005-2006 #163234
DeleteFileEx Function

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)

4_2005-2006 #163235
Create Virtual Drive (no subst.exe ... using API)

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.

4_2005-2006 #163236
Rutu's Project Dependency Collection Tool (very useful Update: 23rd Feb 2006)

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. ======================================================

5_2007-2008 #185751
Advanced EnumWindows

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.

5_2007-2008 #185752
DeleteFileEx Function

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)

5_2007-2008 #185753
Create Virtual Drive (no subst.exe ... using API)

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.

5_2007-2008 #185754
Rutu's Project Dependency Collection Tool (very useful Update: 23rd Feb 2006)

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. ======================================================

6_2008-2009 #208269
Advanced EnumWindows

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.

6_2008-2009 #208270
DeleteFileEx Function

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)

6_2008-2009 #208271
Create Virtual Drive (no subst.exe ... using API)

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.

6_2008-2009 #208272
Rutu's Project Dependency Collection Tool (very useful Update: 23rd Feb 2006)

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. ======================================================

7_2009-2012 #230787
Advanced EnumWindows

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.

7_2009-2012 #230788
DeleteFileEx Function

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)

7_2009-2012 #230789
Create Virtual Drive (no subst.exe ... using API)

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.

7_2009-2012 #230790
Rutu's Project Dependency Collection Tool (very useful Update: 23rd Feb 2006)

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. ======================================================

Languages
Top Categories
Global Discovery