Results for "Category: Miscellaneous"
Gathers hardware, software, bios, etc information from your computer, or any computer on your network. Automatically gets the names of all computers on your network. Retrieves hardware information including processor, BIOS, windows version, build, service pack level. Shows all hardware in your computer's records and marks those that the computer is currently using. Good example of using the registry, resource files, hex to decimal conversion, api calls, etc. Does not require anything to be installed on another computer. Please vote, i've worked hard on this code, and let me know if you find any problems. Thanks!
This projects shows how to convert an RTF box into a dynamic Syntax Colorizer (like the VB IDE colorizes what you type). It uses a text file to build its list of keywords (are you writing your own scripting language?), which you can easily modify by adding your own list of words/commands. Included is a small subset of the VB language syntax to show an example. Routines are very fast, and account for quotes, and comments. Routine also sets keywords to proper case ("print" to "Print" or "backcolor" to "BackColor". Hope this is helpful to some of you out there - I have commented it heavily to help you if you need to make modifications, or you can simply drop the "Colorizer" module into your own projects and use as is (simply pass your forms RTF box and the colors of your IDE you want).
This project shows how you can add an Intellisense List (like the one in VB where you type an object name, then a "DOT", and then a list pops up -- that's the Intellisense List). Designed to allow you to enter in YOUR SCRIPTING LANGUAGE COMMANDS AND OBJECTS quickly and easily (using an external text file). All efforts were made to make this act exactly as the one in VB does. Press TAB or ENTER to select an item in the list. Clicking TAB immediately automatically selects the first item in the list. You can begin typing the property name and the "closest match" will be highlighted as you type. Backspacing on your typed entry also does the same. Multiple "DOTS" (eg: me.text1.font.) works. Insertion of "DOT" characters in the middle of a string works. Location of intellisense box goes to where it can fit in view (bottom right, bottom left, top right, top left) depending on where your current cursor location is. This project Took me some time troubleshooting, so I hope some of you out there can use this. UPDATED ON AUGUST 9th! Fixed a few unhandled errors, added more comments to help you see what is happening, Wrapped Intellisense core functions into subs for easier include in your projcets, and added the ability for different styles of the Intellisense box (Office XP stlye, VB6 style, and a hybrid style) as many of you have requested.
Discussion of Installation of Vb6 Applications on Vista under the new default limited access standard user.
This will teach you things about: Variables, Operators, Conditional Statements, and Combo/List Boxes It will show you how to make a small game in VB. If you like it or it helps you, then vote for it!
This will register Aol Instant Messanger(AIM) screennames super fast without going to the web page. Just update your e-mail address every two screennames you make.
It is a class that implement copy, paste, cut, insert, clear cells, clear all,... and coming soon undo, redo, and autocomplete...Just Try it, Sorry by my english ***Vote for me***
*UPDATES* 'For Windows 98, does not seem to work for win2000 or NT, sorry* Simple PC Login. Disables CTRL+ALT+DELETE! Add this to your windows starup or whatever. The password is set under the "getid$" section of the ok button. BE SURE TO SET THIS YOURSELF! DEFAULT IS "testprogram". !!!!!!!!----->DO NOT RUN THIS UNLESS YOU KNOW THE PASSWORD
This fades the start bar so it is semitransparent. Only works in Windows 2000+ - Don't know why I made this - Please post comments and rate this!
I have seen many ways to do this using that evil ocx (not open source); but this is pure vb!!!! I origionaly posted this on VBForums and decided that I should post it on PSC so here it is. ONLY works on 98 and ME. Please vote and leave feedback.
Portable Executable Ripper is a incomplete application, which tries to rip out all the information from a PE file including all its resources. If the comments are good may be we will complete the app.
Need a userlist with graphics for user levels and status (ie. away, online, offline, etc...). Need that list to sort according to user levels? Here's an example of how you might do that.
It is simple. Some optimizations on how to optimize your visual basic code. Testing results, optimization methods, optimize compilig, optimize for speed or for size and much much more.
Did you ever sad that vbscript is simply not enough for your needs. Here it is how to extend it.
The article deals with how to develop your thinking of building logically an application, refers to some programming techniques.More to come soon.
with this program you can Unlook secret Smiles on AIM 5.0 or higher and on AOl 8.0 or higher there are excatly 1648 additional smiles. In order for you to view these icons in your istant message you and your freind both hve to be running AIM 5.0 or higher or AOL 8.0 or higher please vot for my submission i worked hard on it
Symantec's Live Update updates the virus definition files once a week. This is risky if a user is connected to and using internet all the time. Symantec also releases updates in a daily manner but they can only be downloaded and installed manually (Check Symantec's web site - www.symantec.com - for more information). This is not a practical solution. This application solves the update problem and automatically updates the virus definitions by checking for and downloading the updates each day.
I have put so much time into creating this book. This book is for free. This book is good for those who already know the basics of C++. I will be working on adding to it in the coming months. The code examples I have used in the book are only partial and will not compile. If you need the compilable version, no problem I will write them for you if you ask. If you need me to add something you would like to know about, just let me know.
If you already know the basics of C++, here is where to begin...
The differences between C++ and Java