Advertisement

Results for "Author: behrooz sangani"

6_2008-2009 #208585
BioDB: Classical Authors' Biography Database

This is a simple usage of database as long as VB and MS Access are concerned. But you can certainly use this on your literature class. Zip file includes a database containing more than 200 biographies of classical authors.

6_2008-2009 #208586
A New Cool Way To Load Browse For Folder Dialog(Updated)

Remember the old one page module to load Browse For Folder!? This code makes it in four or five lines :) Just a reference to shell32.dll class: dim SH as New Shell and that's all. In fact, shell32.dll supports many functions. I have included some of them such as tiling and cascading windows and running System Properties, getting folder details and.... Download the source code to see how and if you liked it please remember to leave comments and vote! I developed this yesterday on my XP. If you have any idea, I'll be glad to know. Update Note: I checked compatibility. This is supported in Win 98 etc.

6_2008-2009 #208587
Capture Active Window The Inventive Way (without API calls)

Capture snapshots of your active window, taskbar, desktop or even start menu itself WITHOUT API calls!!! No create bitmaps and palletes. Just capture and save by clicking on them. It practically captures anything active. See Screenshot taken by the program itself or download it (2.5 Kb). If you like it, please come back and give comments or vote...

6_2008-2009 #208588
Application LogTool DLL (updated to v1.2)

Simple, customizable and easy to use, LogTool logs application events and errors. As an option you can generate message boxes after logging and save yourself writing endless message boxes. Update Note: Added features: * Customizable Debug Window * Loads of Windows predefined messages....

6_2008-2009 #208589
Form gradient using three only lines of code

This is how to use gradient colors in a form. You do not need to do anything or write lines of code to add gradient to your forms. Just put the these three lines in Form_Load Sub Update Note: Thanks for comments, Form_Resize is a better sub if your form is not fixed size

6_2008-2009 #208590
MCI Callback Demo

First thing you get from this demo is how to auto repeat media files WITHOUT a timer. It also includes basic MCI functions to play almost all media formats from mp3 to qt (QuickTime). I searched everywhere I knew and couldn't find any example of MCI callback even in advanced MP3 players. so I decided that it worths working on.

6_2008-2009 #208591
Package & Deployment Setup Enhanced Version (Shareware Registration Feature Added!)

You probably pack your apps with VB Setup program. You do not have money to buy a fancy installer. You want to make money from your programming. I changed the VB default SETUP1.exe project and now the installer asks end users to provide a registration key. The end users have to provide their PC ID generated from their HD serial number to get a reg key so the setup will never run on two PCs with a certain reg key. The unzipped setup1.exe file is only 32 kb bigger than the original version! Included is a KeyGen project that generates registration keys for users and saves them in a database for future reference. You can track all registered users if they needed support and.... This is the first release of my changes to SETUP1 project. If you liked it please come back and leave comments or votes.

6_2008-2009 #208592
_IE Integration DLL

This source code and article shows how to add your program to IE Menu so that when somebody right clicks a link or selects a text in a web page he can choose to launch your program. See screenshot to get the idea. Zip file includes a complete article, demo, and also an installer/uninstaller

6_2008-2009 #208593
A Fast parent child method sample class

Parent Child items in a database table is a well-known issue. Hierarchy in just one table of the database without complicated relations between tables can be obtained by this method. This class simplifies loading this type of data. Fast loading of nodes by filtering recordset data and flexibility to load any database using ADODB has been considered here.

6_2008-2009 #208594
_Pure ASP method to prevent automatic form submissions

A pure ASP method to generate dynamic images, without any components and very fast indeed. This example prevents automatic form submission by robots. If your web site is being overwhelmed with spam, automatic registrations or automatic forum submissions etc. then this script can solve this problem by inserting pictures in your HTML form that only a human can recognize. Download to read full article...

7_2009-2012 #231102
Wave Drawing Pad v0.1

Paint pad that plays your drawings. Draw a picture and hear the sound of your colors! It plays a tone based on your mouse x and y position and the color you choose. See screenshot.... It's a fun program I plan to develop but first I need comments about it to see if it really worths working on.

7_2009-2012 #231103
BioDB: Classical Authors' Biography Database

This is a simple usage of database as long as VB and MS Access are concerned. But you can certainly use this on your literature class. Zip file includes a database containing more than 200 biographies of classical authors.

7_2009-2012 #231104
A New Cool Way To Load Browse For Folder Dialog(Updated)

Remember the old one page module to load Browse For Folder!? This code makes it in four or five lines :) Just a reference to shell32.dll class: dim SH as New Shell and that's all. In fact, shell32.dll supports many functions. I have included some of them such as tiling and cascading windows and running System Properties, getting folder details and.... Download the source code to see how and if you liked it please remember to leave comments and vote! I developed this yesterday on my XP. If you have any idea, I'll be glad to know. Update Note: I checked compatibility. This is supported in Win 98 etc.

7_2009-2012 #231105
Capture Active Window The Inventive Way (without API calls)

Capture snapshots of your active window, taskbar, desktop or even start menu itself WITHOUT API calls!!! No create bitmaps and palletes. Just capture and save by clicking on them. It practically captures anything active. See Screenshot taken by the program itself or download it (2.5 Kb). If you like it, please come back and give comments or vote...

7_2009-2012 #231106
Application LogTool DLL (updated to v1.2)

Simple, customizable and easy to use, LogTool logs application events and errors. As an option you can generate message boxes after logging and save yourself writing endless message boxes. Update Note: Added features: * Customizable Debug Window * Loads of Windows predefined messages....

7_2009-2012 #231107
Form gradient using three only lines of code

This is how to use gradient colors in a form. You do not need to do anything or write lines of code to add gradient to your forms. Just put the these three lines in Form_Load Sub Update Note: Thanks for comments, Form_Resize is a better sub if your form is not fixed size

7_2009-2012 #231108
MCI Callback Demo

First thing you get from this demo is how to auto repeat media files WITHOUT a timer. It also includes basic MCI functions to play almost all media formats from mp3 to qt (QuickTime). I searched everywhere I knew and couldn't find any example of MCI callback even in advanced MP3 players. so I decided that it worths working on.

7_2009-2012 #231109
Package & Deployment Setup Enhanced Version (Shareware Registration Feature Added!)

You probably pack your apps with VB Setup program. You do not have money to buy a fancy installer. You want to make money from your programming. I changed the VB default SETUP1.exe project and now the installer asks end users to provide a registration key. The end users have to provide their PC ID generated from their HD serial number to get a reg key so the setup will never run on two PCs with a certain reg key. The unzipped setup1.exe file is only 32 kb bigger than the original version! Included is a KeyGen project that generates registration keys for users and saves them in a database for future reference. You can track all registered users if they needed support and.... This is the first release of my changes to SETUP1 project. If you liked it please come back and leave comments or votes.

7_2009-2012 #231110
_IE Integration DLL

This source code and article shows how to add your program to IE Menu so that when somebody right clicks a link or selects a text in a web page he can choose to launch your program. See screenshot to get the idea. Zip file includes a complete article, demo, and also an installer/uninstaller

7_2009-2012 #231111
A Fast parent child method sample class

Parent Child items in a database table is a well-known issue. Hierarchy in just one table of the database without complicated relations between tables can be obtained by this method. This class simplifies loading this type of data. Fast loading of nodes by filtering recordset data and flexibility to load any database using ADODB has been considered here.

Languages
Top Categories
Global Discovery