Results for "Category: Miscellaneous"
This is a cool 3d-screensaver complete with password and ctrl-alt-del dissabeling.
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.
The excellent code by Anthony Dunleavy on Dynamically Colorizing a Rich Text Box (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=25915) inspired me to create my own using XML. I used a class module to monitor the Rich Text Box and allow for Starting Values, Ending Values, Colors and whether or not the Keyword can span words.
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.
Fun with Arrow Keys see how the arrow keys (Left,Right,Up,Down) works in VB. very small size . vote it if you like it !!!
Gives the Altitude and Azimuth angles of the sun at any time of the year, as well as giving the position in rectangular coordinates for use in positioning the sun in Lightwave. The program also creates a motion file that can be loaded into Lightwave to create animations involving the sun at a given location over a given period of time.
This will record the mouse X,Y positions, and play them back. The only problem with this is that it is limited to how long it can record, it doesn't record long, but that can be fixed if you want to mess with the code and fix it.
This code will show you how to use the play and speak functions. (Very EASY to use or make you own SEEQUENS)
This sample code shows all the necessary steps in creating, modifying, and accessing an XML document using a DOMDocument. Please rate this code to let me know how useful it was to you.
Analog clock: Only picbox and one line of code needed.No other controls. Cool example included.
This code will make a formatted list of all your installed fonts, so you´ll be able to preview all of them in a hurry. Note that you won´t see font per font, you´ll see ALL of them in a single formatted list. Also, if you double click a font, its character set will appear in a new window. You must see how it works. You'll learn also, how to load controls on a fly with code. Vote for this great code if you like it!!!
Tools for using vb to make cd menus Vdrive.vbs makes a virtual drive Vb6rtime.bat checks for installed run times BUT NOT VERSIONS use it with the cd Autorun ini
This code alows you to add a very simple progress bar to a form, you could also edit it to make it realy useful
Allows you to bind listboxes together with only one scrollbar per grouping of lists
(Update: Includes Example now and a spy program to help you find out what those window classes are!) Ok, among my other codz, this one is quite fun... If you've ever made a proggie (AOL/AIM) before, you've used a bas file for it...Well, those files, beleive it or not, contain the coding in this bas in one form or another to give them access to AOL/AIM's program. All you have to do is get a program's Window Class, then call cGetWindow (TheClass) and you know have control...It's more complicated than what's stated here...Thx for downloading and vote plz...
Ok, this source code is a compiler that compiles the D++ language into an execuatable. There are commands like input and output, deleting files, message boxes, playing wav sounds, etc. The output of it is based in its own console. I am in the process of developing winsck support and more of a visual program. The program now automaticly locate your system folder and your desktop. PageMac made this, i just revised it. Vote for me if you like this code! Version 2.0
This code lets you flip images vertical or horizontal and SAVE IT TO BITMAPS! PLEASE VOTE IF YOU LIKE IT!
This code will show some basics such as: * how to create your own subs to decrease the ammount of coding in your project * use the select case feature for manipulating arrays * how to manipulate common controls such as lines and shapes to create dynamic controls such as a "cool button" (without OCX) and creating a rounded frame Please rate this code and leave your comments
This is basically a program for sending E-mails, great code if you want to learn Winsock as it is fully commented. The emails show up as being from whatever you type in. Hope this is helpful. Any feedback as in comments, suggestions, deaththreats, marriage proposals will be greatly appreciated. Thanks...
Added some functions which allows you to get great effects for a titlebar, just take a look at the screen shot.