Results for "Volume: 2_2002-2004"
A control that sets the topmost style for a form without code !. The control show's a Visual C++ style pin graphic. The object/control poll's the form for the actual state. Includes an object to allow custom implementation. (Without the need for 'subclassing' Spit & Curse). But be warned the topmost state does not allways work under the IDE, (it's a known problem (check the MS KB) but work's ok in the compiled EXE. If you have a problem's mail me. I'm happy to hear every comment & suggstion. P.S I'm working on a version that show's the graphic on the caption bar, I'll post it when I can.
A sample VB program that demonstrates how to find and select words in a Textbox. Very simple but quite useful! Please rate!
This sample VB app shows you how to add drop down lists to columns in a data grid. Other cool features include drag and drop from a Listbox to a cell in the grid, sort grid data by clicking the column header, and how to add a split to the grid in run-time mode. Please vote!
This program can change character's attributes, socket items, convert potions to gems, upgrade gems, enable movies, change character's title and has a kewl interface .. check it out!
A utility that pings a given range of IP addresses and presents the results in a sortable format,within a grid.
Here it is all you IRC Client programers. a complete file sending example. this includes a logon to irc, ident server, ctcp for sending a file, and the sending file that works. Please Post Post Your Feedback. Thanks. VOTE FOR ME.........................
This code and utility provides Wake On-Lan functionality. This code has been devleoped with the help of many people in particular Dave Robinson, Thanks Man! Well this code is my way of saying thanks to Planet Source Code and to all of the coders out there that share the wealth. This code really does work. Just remember: 1. You need a Wake On-Lan compliant Bios (and it must be enabled in BIOS) 2. You need a Wake On-Lan compliant network adapter 3. Wake On-Lan is a UDP broadcast. You cannot wake workstations on other IP subnets! This is a limitation of the technology not the application. I Have tested this utility on many types of hardware and it works. If you have a problem feel free to email me. [email protected] Thanks! Simon Manners Computer Sciences Corporation Perth, Western Australia
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.
Just a simple way to load a picture, nothing special, but sometimes people forget the basics
BRRIC by Robert Rayment: (Corrected for 2-color bmp & ico 14/01/03) This program deals with pairs of icons (16x16 & 32x32, 1 bpp to 8 bpp), small bitmaps (1 bpp to 24 bpp) and 32x32 cursors (4 bpp). A large number of palettes can be loaded. Many image manipulation controls are included eg drawing tools, blurr, rotate, text etc. All the controls include ToolTipText. My personal preference is to have as many controls on-screen rather than buried in menus. This is not to everybody's taste and the screen will look cluttered but is much quicker to use. Icons can be extracted from multiple icon files and the system icons from exe and dll files. Small 32x32 rectangles can be extracted from larger bitmaps. The use of a res file for bitmaps and binary data is demonstrated. Win98, Zip 170KB.
RR3D: Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.
This is probably one of the best learning toolz I have ever come accross, this is a must for AOL programmers, and even begginers that need to lear API, this taught me alot about API, all the credit gos to DOS, only vote if you like it, I dont really wanna take credit for this. (V)enace
Stealing anything..... Need to say more.....
* I Need Help On The Favorites System Anyone That Would Help E-Mail Me Please.. Web-Browser (Ie Front End) New Features In This Version Include Ability To Save Web-Documents Popup window Control (Instead Of Opening A New IE Window It Open Another Zyweb Window) And A New Web-radio Feature. Enhancements Include A Trimed Down Interface And I Have Imbeded The Flash Move (Flash Required For This Project) And A More Accurate Progressbar. Improvements Over The Previous Vershion Include A New Window Toolbar And Better Printing Management.
This very short program will display the ascii value of any character you type. This is very useful in programming games or any other program that you would like to have accept user input from the keyboard.
My third submission to Planet Source Code demonstrates how to use ADO and the Datagrid Control together. One neat feature of this app is the use of a horizontal scroll bar to move through records. I haven't thoroughly tested this app so don't be surprised if you find a couple bugs. If you're new to ADO or even a novice I'm sure you'll find something useful in this app. Please vote and give me some feedback!
Use an Outlook-Toolbar in your forms without using ActiveX.
If you're looking for a class module to fiddle with the Window's registry then this is the one! I use it all the time in my applications. Code includes many examples. Please let me know what you think!