Results for "Volume: 5_2007-2008"
FIRE GDIplus - a must-see for all who like Cecri's fire effect! Based on his code, I used GDIplus to display it ***MUCH*** faster at double width. This is done by using GdipBitmapLockBits to enable direct memory access. No more CPU-hog! But be sure to COMPILE IT to see how fast it works!! Includes API-Timer, display of CPU-load with ProgressBar within StatusBar. This is my first post. I've put a lot of work on this. Please download and tellme what you think - comments, sugestions and of course, votes are welcome.
Well i made this tutorial a long time ago back when i had www.elite-crackers.com! well anyways this tutorial will show u how to sniff packets for yahoo and code them so u can use them in ur Visual Basic Projects! well please vote cause i would like to win something from here atleast once Lol!!
About a year ago, I submitted a code library, which was pretty basic. My first submission, etc. One of the comments I received was the wish for an automatic code addition function. I have finally found the time to make that addition. This version of my code library has a much different interface, supports attachments as well as snippets, and also includes AUTOMATIC ADDITION OF SNIPPETS on your hard drive. The program searches for .BAS files on the specified drive, then looks in each .BAS file it finds for Functions and Subs, which are added to the back-end Access database. Further, snippets can be added singly, by clicking the 'Add Snip From File' button on the Add New form (frmAddNew). Be forewarned - this code is not yet complete; I've yet to work the GUI, and commenting is sparse. And no, I am not an expert programmer. This is just a hobby for me!
Do you want to change the style of your boring command buttons? try this cuztomizable button, drawn by code, baloon tooltips, 10 Visual Styles( winXP, Office XP, Mac OSX and more!), customizable caption and icon align and more! See screenshot. Also Includes a very creative way to show a about box Without add a extra form (using some api calls). The button is a single file control, without more dependences than VB Itself. uses Paul Caton Self subclasser: ' http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=54117&lngWId=1 Feedback Is highly apreciated. I'm working on the MacOSX style, since I need a faster way to draw It. Please coment. also, votes are wellcome. I've made a page for the control: http://www.geocities.com/isbutton3/ Update Includes lot of fixes and Checkbox behavior and Value property. If you want a Multy style ComboBox try SComboBox ( http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=56157 ) Regards and Have fun
To demonstrate the use of the cards.dll shipped with windows. Only tested on Windows XP.
An easy to learn DLL Tutorial for beginners. Learn DLL in 5 Minutes NO JOKE!!! Please vote.
The Alpha-Blend-Image graphics engine allows you to draw pictures to the screen with variable transparency (see screenshot), and if done correctly, can reduce aliasing so much that it isn't visible. It also prevents graphical glitches, such as flickering, by using a buffer. The engine works particularly well for 2D games, such as the one I am working on now (screenshots included in zip file).
VPS is a Plugin system; You write ActiveX plugins and VPS will execute them by a few standard functions you must have in your project. Currently it has 2 plugins in it; A MUD server which isn't finished and a Backup system which is reasonably finished (delete the ini to get the config screen when starting VPS) All source is included for each plugin and VPS itself, VPS is a console based application and you should use CAP to make it able to run inside a cmd.exe instead of it's own console window.
AllAPI parses the wonderful site www.allapi.net collecting every API call from it, storing every detail about each API and lists it allowing you to view details, save, copy and paste code, print (eventually), and more. It also links you to examples of the API (must be connected to internet). This is perfect for any programmer! Never navigate your way through API websites again. Click the "Update" menu item to parse the website and update your API calls. MUST SEE!! Some code was not written by myself, just snippets of code I have collected over the years and for this I am sorry I cannot give the proper credit to their original authors. Please Vote! Thank you.
This is a quiz administration programme. It was created with the military in mind (Navy) so to login you use an official number and a password.There are two groups of users, the administrators and the students. An adminstrator would have access to the questions database (being able to modify it or add new questions), he can also set the conditions for taking the test like number of questions type of questions and duration of test. Only an administrator can register or modify or delete other users. He also has access to all test scores and can prune the database. The questions are stored according to subjects and could be in form of True/False, Multiple Choice or Short Answer type. Each question can be associated with a picture. A student can either take a test of check his scores. All users can change there password anytime. Even though the application was written to suit the military it can easily be modified. Please leave you comments and views, as I am sure I still have a great deal to learn. I have indeed learnt alot from this great site and most of this code can be traced to this site. I am really gratefull to all members of PSC.
Demonstrate the use VB/ ADO to connect to a mySQL server/database / table. Show the records in MSHFlegrid. You can also user sql statement to customize recordset
This program is nothing but my wish to imitate the spy movies where the bad guy was tracked down by fbi. You can go across the world in few seconds.. Feedbacks are welcomed
Hi Fellow Programmers. This is a small example I made to view Basic HTML text. I was board so I desided to make it Only took 30 min to make. Anyway supports Bold, Italic, Underline, Images, Text Colors, Text Sizes, Hoz Lines you can have a picture background or a color background Also Added a Refresh to go to a different page. Anyway Got fed up after a while and desided to stop working on it hope you find it of some use.
The proper way to find out whether your code is running in the IDE or was compiled
Make a standard command button very flat ;-)
Knotons Installmaker It consist of three parts KInstaller (makes the setup packages) KSetup (Installs the setup packages) KUninstall (Uninstall what has been installed) The main reason I have built this installmaker is because I was in need of an setup for easy distribution of a major update at work. didnt feel like spend a lot of $ on a professional one. I also built it because it was great fun and to see if I was able to :-) As far as I can tell it works well for the purpose it was built. It has great potential to be extended, feel free to do so and please share any extensions. Credits Goes to a lot of people, to many for me to remember. I gained the knowledge howto build it from various places and programmers. www.planet-source-code.com www.allapi.net and more..... Thank you all, open source is the best source for knowledge :-) How it works First you must compile all three parts into the same directory. You choose File/New in Kinstaller and gives your project the same name as the application you are building a setup for. That name is later being used at various places, for example the descriptive name in the add or remove programs applet... You add Files by choosing Action/Add files You change Destination by choose the destination in the Environ Path Variables combo, it then adds to the textbox there you can add any trailing folders manually. after that check all files that should have that destination and click Action/Change destination. Repeat until all files have the correct destination. You add Links (shortcuts) by choosing the link in the Links combo and it then adds it to the textbox there you manually could enter any trailing folders. After that check all files that should have that link and click Action/Set link Note that environ paths and links are casesensitive, DO NOT CHANGE IT. You can mark files as shared by checking them and click Action/Mark files as shared. This means your files wont be deleted during uninstall. You can specify if the one installing must be admin by checking the checkbox User must be admin You can specify if the one installing are allowed to choose his installationpath by checking the checkbox Allow user to choose %InstallationPath% You can also delete files, links, undo shared files.. Finally you are set to make the setup for your application Click Action/Create cabinet The cabinet will be made and Ksetup will be copied along with it with the name of your application the cabinet and the renamed Ksetup file is the ones you distribute. system directories for installation %System32% = Windows directory/System32 %InstallationPath% = Program files\ name of your application, or userspecified if allowed %CommonProgramFiles% = Program files\Common Files %ProgramFiles% = Program files %WinDir% = Windows directory Special folders directories for links/shortcuts %Programs% = Start\Programs (for current user) %AllUsersPrograms% = Start\Programs (for all users) %AllUsersStartUp% = Start\Programs\Startup (For all users) %AllUsersDesktop% = Desktop (For all users) %Desktop% = Desktop (For current user) %SendTo% = Shell\SendTo (For current user) %StartUp% = Start\Programs\Startup (for current user) %QuickLaunch% = Puts a quicklaunch link next to the startbutton Note that you only can add trailing folders to Programs/AllusersPrograms. Hope you will enjoy it. Let me know what you think, Feedback is what makes me a better programmer.
Hi everyone. Monsters Duel is based on the Yu-Gi-Oh card game. It is a single player oriented game were you have to defeat your opponents in order to get more cards. It also includes a deck builder were you can freely rearrange your deck as your wich. I hope you get as much fun as I did creating this game so if you like it please vote for it. If you have any questions, commentaries or suggetions I'm all ears.
solitaire 13 card game. if you dont know how to play there are instructions in the zip. doesnt use any card ocx
Circular collision detection using movement vectors. Does not have actual game rules but you use a cue ball to hit others and they react upon collisions including chain reactions. There are probably better ways of doing this, but I initially made this with something else in mind that did not turn out...
This code demonstrated the following: Generating a Bezier Curve Generating a BSPLine / Nurbs curve Comparison with both curves Affine 2D transformations (such as rotation, translation, scaling). Affine 3D transformation Fractal Coastline generator 3D transformation Demo