Results for "Volume: 4_2005-2006"
This shows the power of conArray.It gets all it's Value from a querring a database and dynamically assign controll on the form,do the calculations and shows it in the form with Minimum of code.It also add a scroller if the display region is too big
This is the 2nd in the series of articles and shows you the significance and importance of the sendmessage api and also showing you how the password text from a password field is captured using the sendmessage api
super race game
Do you know shell32.dll (located in Windows\System\ folder) file has 106 ICONS? There are many files (EXE and DLL) has hidden Icons in your computer. DISCOVER hidden ICONS right now with this program. With this program you also find how to PRINT SCREEN of a SINGLE window (ALT + PrintScreen). I added sufficient comments with this project to help people understand source code properly. Please feel free to leave any comments or bug report. Please Don’t Forget to VOTE me. See the screen shot, which will tell you more!
This is a quick menu program, it stay in an icon on systray and when you right click in this icon, it open a menu that you personalize with your most used programs. And you can execute any program that the extension is recognise by windows. It comes with some cools functions, like: PopCheck - returns the number of new emails of each pop acct (you can put how many acct you want), Agenda - This is a simple schedule, it uses dbgrid to show. QuickPad - This is a quick form to do quick anotations. InfoHd - this show you the free/total disk space, drive type,... Configuração - Here you change the menu items, and set the program to auto start with windows or not. Alterar Ícone - This is to change the systray icon, it comes with +-35 cool icons. Sobre - About in portuguese :P Sair - Exit in portuguese :) Quick Note: This program is in version 4.3, im was working on for about 2 years and the program was done for about a year, and now i discovered planet-source-code and decide to post it. Sorry about my english.
A very basic program to interpret values of Four Band Resistors by selecting the Band Colours.
This little snippet will make the cursor animated. I.E a globe that is spinning.
Really easy code and simple way of using an embedded .html file in a .exe. The code for the .html is stored in multiple strings, which are loaded and combined, then saved to a temp folder. Then the webbrowser opens the temp file for viewing. When program unloads the temp file is deleted. Please vote if you like it! Thanks.
Allows Playing Of Avi, Mpeg, Mp3, Wav, And Midi Media Files. Also Allows ID3 Tagging, Drag Dropping Is Enabled, All Without The Use Of Any Ocx. Only Uses Two Api Calls: mciSendString And FloodFill. Fully Commented.
This code is a collection of functions and subs that has 1,445 lines and is 50.5 KB, please if you like it, vote and leave me some comments. but please, only constructive criticisim.
Load MDI Forms with out a border. Alt-F4 and Alt-Space will still work to view system menu's even though the system menu icon is not available. Also a MouseOut effect included on the MDIChild Form. Code compliments of 101 Tech Tips.
This little module is for use with the yahoo messenger client. It has some pretty good stuff in it. So download it and check it out. This was only a 20-30 min job at max, and there will be more versions of the module.
This code lets you add a new table to existing database in SQL Server programmatically. Useful when developing a database application for off-line users. Simply send an executable through e-mail, and let it run once.
This function takes tag delimited text and converts it for display in a richtext box. Great for email headers (from, to, subject lines). Someone Rank this Thing...Enjoy!!
Change windows default yellow color icon and set your own custom icon to any folder with this easy code.
This project demonstrates a number of important ADO Data Base - VB methods and utilities. 1. Paramount of these utilites, from my perspective, is how to get the totals from a database field as well as how to multiply the items in two DB Fields and then create another field to show the answer. In addition a running total is kept, showing the Sum of the multiplied fields. This is a feature that any inventory data base requires. 2. Make an ADO Connection without using the ADO Data Control. When a program uses the ADO Data Control(s) it hard connects the data base to a given directory ("C:\My Documents\MyDataBase.mdb"), or worse yet the directory that the program is design / built in; (C:\Program Files\Microsoft Visual Studio\VB98\MyDataBaseProgram\etc"). This connection causes havoc when the product is installed to a client's computer. Of course a work around for this is to make a DSN Connection, but this requires the inclusion of numerous files in your setup/install program. When the connection is made through the use of code as opposed to using the ADO Data Control the Database file is located / installed in the program's deployed directory and is easily connected to. 3. Deploy and show all of the data using the MS DataGrid Control. Program shows how to fill and set the Data Grid. This demo allows adding and deleting of records directly on the Data Grid (Although this method is not recommended due to lack of ease, the better method is to use the programs Text Boxes). 4. Program sets up a TextBox and recordset movement procedure that emulates the familiar data control methods, i.e., The user can move through the records - movement is apparent in both the Data Grid and the Text Boxes, and the Current Record and Number of Records are continously displayed and updated when records are added or deleted. 5. Program makes use of the MS Report Designer in lieu of Crystal Reports. I have used Crystal Reports in the past and had numerous problems. I now use the MS Data Report exclusively. If you have any questions/problems with this demo it will be in this area. Study the DataEnviornment and DataReport Designers Structure
Using system wide hooks in VB. Showing you how you can add menu's to other applications and react to their click button.With system wide hooks the limitations of modifying only those applications run in the same process ceases to exist. Do vote for me if u like the code
Allows hotkey activation of your application. - Drop the control on a form, set the key (and shift/alt etc) to look out for and whenever that key is pressed your application will get a "HotkeyPressed" event - to do with as you please. Version 2 allows multiple hotkey controls on one VB form.
This will actually lock a Winnt 4.0 workstation with 2 lines of code. Same ctrl-alt-dlt then Lock Workstation. There is not actually an API call to lock Winnt 4.0. Winlogon actually does it in code. I have found a way around it that works. It took me some time and quite a bit of research to come up with this. I've added some extra code to the project but it only takes 2 lines of code to lock it. I will be enhancing this project to automatically prompt the user for a User name and Password or it will lock the desktop at random times (like right after start up, or you will be able to set the times.) This will keep anyone off of your computer that you don't want on it and even an Admin. Please vote!! I've looked high and low and I know the code doen't exist anywhere else that's FREE. Comments welcomed!
Monitor all files in a directory & subdirectories for any change in size, attributes, date, access date, modified date, name, and more. Fixed some missed events from last version, and added a few more. Also, added the ability to check sub directories, and add search filters (*.exe, etc..) Also switched to a class based timer, and api file/directory calls instead of slow dir/fso calls. Special thanks to Dana Seaman for the suggestions and input on this update.