Results for "Volume: 2_2002-2004"
BAT-Man A well-featured DOS Batch File that lets you add code from over 40 built-in commands as well as your own commands. The cream of the utility is the Message box wizard that allows your batch file to show custom boxes with you message.Quickly create Batch file at the press of a few keys ( or clicks of a few mouses :) if you like.The code is written In unoptimised form so as to help the beginners to understand VB concepts like Popup-menus,Listbox control and most of all - the working of DOS commands.Try it.& vote : )))
A VB class to enumerate all machines in your network. There are filters for 'take it' and 'leave it' and you can select the type of machines (e.g. Unix only, print servers only, all windows machines, ...) Its a spin-off from my daily work - nothing special, but plain, sometimes usefull und extendable ;) - If you like OOP, its for you. ___ LiTe
ASM callback procedures, compiler switches to expose only the functionality required, nice examples and more. Be sure to register the type library to run the project.
This code does some useful things. First ,it replaces the default textbox context menu(the menu which pops up when u right click the textbox or press context menu key on the keyboard) with menu of ur choice. Secondly it shows how u can create ur own Edit Menu. Thirdly it shows how u can restrict user from pasting into textbox(it may be desired in some cases). Users can't paste into textbox by any means.I found some codes on the site where u could replace the textbox default popup menu but all failed when user pressed context menu key/application key on keyboard(the key immediate to Right Windows Key). I hope u find it of some use ;-).
The Internet Explorer Toolbar Integrator & Editor allows a user to integrate any program into the internet explorer tools menu & the tool bar with custom icons. Each time it integrates a new tool bar item it generates a uneek UUID number so that it wont interfere with any other software. Now has a full blown toolbar tools editor & better icon handling. It literally can extract the main icon out of all program files, irregardless what their index is & implement them.
explains SaveSetting and GetSetting
If u wanna use your own Collection You Can Try This With Many Functions.. And For The Beginners Nerly All Usuable Statements and functions about arrays..
API-ListView usercontrol with most commom features (no dependencies -> thanks to Paul Caton for his great self-subclassing usercontrol template [CodeId=54117]). __________________________________________________ Notice: 1) Column, item and imagelist-icon indexing is zero-based. 2) Sorting: user should create a 'private' array for storing current column sort order (Ascending/Descending: 1/-1) -> Switch between sort order. 3) Items/SubItems do not allow custom font appearance (Bold, Color, etc). -> This needs custom-draw routines. 4) All properties are 'run-time properties'. __________________________________________________ Update 09/07: Added basic custom-draw support (for [Details] mode). Now, you can easily create a highlight effect (row and/or column). Enable RaiseSubItemPrePaint() and respond to OnSubItemPrePaint() event. __________________________________________________ Update 09/08: Custom-draw fix. Crash when XP theme enabled (Thanks to Dana Seaman). __________________________________________________ Update 12/09: Second and last fix for XP. __________________________________________________ Compatibility: in principle, all systems. // 33Kb zip.
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.
...it is untidy and unsorted, it grows until you can't find anything, it does not remove broken links, and last but not least the window is way to samll to display long pathes. So what we need is a little helper to tidy up and sort VB's Recent Projects List. And wouldn't it be nice if you could launch VB with an open project inside it right from the beginning? Well, try this one - download is only 14 kB.
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!
This is a third party review on where to find Free Obsolete Versions Of VB, Basic & Other Compilers.
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.