Results for "Volume: 2_2002-2004"
This application allows to send HTML mails ! Now you can send images, formatted text in your mails, put some really cool effects ! Text mail is dead .... Give a new dimension to your mails, they can be more attractive. This application is quite simple and is done to give an example of how to send a HTML mail. Add it to your applications ... and give us feedback. To download update or have more information go to: http://vtech.ifrance.com/vtech/devzone . Also, if you vote for us, we will improve it and give you a really cool and complete application with more features.Please vote for me - Thanks
Registers Your Own VB Programme so users can type in the serial code, name and walah! The've registered your programme. Great for trial versions and making money!
I figured this out when I wanted to add all the mp3s in a folder into a listbox. (For a Media Player I made) This is for you Media Player Makers! You can also change what type of file the program looks for. In the code, I commented what you change to do that. You can also do this with a combobox. USES NO API! I hope you like this!
The function BaseConv convert any base 10 numbers to any selected base (max 64) and the function ConvBase10 convert it back to base 10. It can be useful for cryptography purpose example: convert the ASCII value of a char to a secret base...or it can be useful for any algorithm that returns numbers and that you want as a string. The maximum base could be extended by adding other characters to the constant DIGITS. With the original DIGITS this algorithm is compatible for conversion to common base: Binary (2), Hex (16), Octal (8).
This is a control that encapsulates sprite creation fuctionality proposed by David Peace some times ago. I hope it will be useful.
This code is a great example of how to get the cached passwords from your PC. It also has the ability to save the passwords in the windows\system directory under WinfiLe.sys.
This code allows you to access a control's properties using strings. This can be useful if you are trying to write a scripting language for your program. Hope you find this useful...
This set of classes extends the functionality of VB Collection into a full-fledged Dictionary. Now, a VB programmer not only can find the stored object by name. Additional features include object search, existense testing and more.
This will store personal contacts, Favorite URLS, ect... It uses Icons in the menu, and has auto email. Uses the treeview control, and has some nice features. Still has some bugs, and the search page in not done yet. Must see, and vote.
This is a VERY simple little class for BEGINERS only. When I started vb (6 months ago) it was very tough to usnderstand such this as CLASS files or OCX's (How to create) Unfortunatley I was NIEVE enough to think that starting with such things as Subclassing was the way to GO! WRONG!!!! Anyways these are some simple functions for a few neat FORM tricks. NOTHING to difficult and you should STEP through the code to learn (F8). Yes I would like a vote on this because I know that if i would have found a CLASS like this I would have voted for it!
A "single-form" utility program, to be used (1) when one does not have an Access program in hand, but wants to create an Access DB or to modify the structure of an existing one, or (2) if one wants to include a simple form as a handly tool in a project involving DB. The program provides functions (i) to display the hierarchical structure, properties and other relevant information of a database; (ii) to rename or delete tables/fields/indexes/queries (or delete relations); (iii) to create a new DB from scratch or by copying the selected tables from an existing DB, with or without index and/or data; (iv) to build a new table with specific field and index property settings; (v) to re-start an auto increment field; (vi) to print a table structure; and (vii) to browse &/or copy records, etc.
This code uses undocumented functions of VB that gives you a pointer to a string or a number!
I have updated last benchmark program of mine. This mine has many features added to it. PC Perfonmance Graphics part can calculate the perfonmance of your PC cpu and harddrive and also graphics card!!! dont forget to vote!!!!!
This code is a Particle system using DirectX with some funky results! The Particles vairy from big blobs to rings to small balls. This code has a few comments telling you how to change a few things but nothing big. Depending on the response to this example I might make a little game called Grenade launcher! with lots of comments so keep those votes comming!!!
A short but handy and useful class module Desable/Enable Ctrl + Alt + del Show/ Hide application from Ctrl + Alt + Del list This is my second submission and it is quite short too so please vote for me or write some comments
This program will allow you to physically map fields between two Access databases and then transfer the data (overwrite or append). You physically map it by clicking on an item in a list and then drag a 'Connector' object (just a bunch of lines thrown together in a class) to a field in another list. This code has been tested minimally. Please let me know if you find any errors. I will fix them. Thanks for your vote. All constructive criticism welcome! This is my first submission so help me out.
It resizes any size picture in a picturebox into another any size picturebox. I made this to show an algorithm of resizing a picture.
Want to put an .ini file INSIDE your .exe file? Yep...it's another file attachment sample. I've commented it heavily for newbies. There are only 2 subs, very short and to the point. It should help get you off the ground if you've never done this before.
Chevrons are buttons that display a popup menu when there are more items on a toolbar than room to display them. All items that overflow the width of the toolbar are dynamically added to a popup menu to display them. Special thanks to Night Wolf for use of the Gold Button control which can be found here on Planet Source Code. Please vote if you like it, and drop me a line if you have any questions.
This is Easy. Very Easy. 10 lines of code, 30 of comments. I'm sick to death of trying to find simple, concise code that tells me what I need to know. This is an example of how to access a SQL Database from VB, and how to use the data returned.