Results for "Volume: 2002C"
Shows the factors of a number, it can do 1 - 1000 in under 2 seconds on a 500mhz PC....
This program will simulate a chicken.(Not a very good program and not finished)This program can show you how to open a file and write to it.
Allows you to draw Formatted (diffrent fonts, sizes, colours) text to anything with a valad hDc - only tested against Screen Objects - Converts Font Object to LOGFONT struct IMPUTS: StdFontEx, Rect - Bottom Top Left Right, hDc, Text, Text Allignment Flags. Either provided as Paramaters of the .Draw procedure or as Properties of the cTextEx Object RETURNS: no Returns SIDE EFFECTS: no Knowen Side Effects Misc: you MUST pass a StdFontEx object as either a Paremter or a Property of the cTextEx object. cStdFontEx mirrors functonalaty provided by the StdFont object. i only added a Colour Property (it makes sence to do this) future revisions of this class will encorperate diffrent brush styles thus the reasoning for mirroring the vb font object
To quickly add, edit, remove and export records in a database for a fax blaster. This program illustrates 46-bit encryption, adodb database interactivity, wild card searches, grids, basic registry, user security, deleting records, multiple styles of finds, plus much more... I know that there are some bugs, but we use this internally, and do not have to trap everything. NOTE: USERNAME: Admin PASSWORD: Admin
Allows you to automatically generate column headers and load all the records from a table or SQL statement into a listview.
When naming a control, it is recomended that you start the name with a three-letter prefix that helps you identify what kind of control you are referencing. For example, a form should be called frm1 instead of Form1. Also I've included one piece of code that everyone should include in their projects.
This source can dynamically turn a normal form to a read only one and vice versa. Uses API functions. Also you can exclude a control from turning into a read-only one. Suggestions and thoughts always welcomed.
This code demonstrates how to convert a long value into a 32 bit binary value by using a function that is called recursively (it calls itself). A heavily commented demonstration application is included in the zip file that also includes techniques and coding methods that beginners may also find useful.
This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!
Connects to a remote Windows 2000/XP Terminal Server which runs on port 3389. Update ------- - Removed the full screen even at smaller resolutions - Added Bitmap Caching to speed up image display - Added compression to speed up data tranfers - Added Automatic Password entry Register the OCX before you run. To find some servers to test on try scanning 130.39.99.1 - 130.39.100.254 for port 3389
This control makes it very easy to add a horizontal split bar to your application. Eventually this control will include vertical splitbars as well. To use this control: 1. Place the control on a form. 2. Place controls above and below the splitbar control. This control needs at least one control above it and one control below it to function. The idea is that instead of using code to set the maximum and minimum scrolling positions controls are used instead. This makes it easy to visualize the range of motion for the control. Also, you can reposition the controls in response to form resize events, and the splitbar will use the new positions. Controls that are used only for setting splitbar ranges can be hidden at run time. In the future I will probaly change this so that the splitbar uses its current position for the maximum top or maximum bottom position if no controls are added to the top or bottom. 3. In the form load event add references to the controls to the splitbar using the AddControlTop and AddControlBottom events. i.e. splitbar1.AddControlTop Text1 splitbar1.AddControlBottom Text2 splitbar1.Update Calling splitbar.Update will align the bottom of all TopControls controls with the top of the splitbar and the tops of the BottomControls to the bottom of the splitbar. Known bugs. 1. Currently the splitbar control brings itself to the top when a user moves it. This was intended to make using the control easier, but it will hide any labels contained in the control. I think thats it, if you find more please let me know. Also, please send me any ideas you may have to make this control better.
THIS IS A FIX FOR MY LAST SUBMISSION * ALL FILES ARE INCLUDED! Look in the "RELATED" folder for the tab dock control. COMPILE THE TABDOCK CONTROL, then add it to the MDI form that is included. IF you have any more concerns...contact me on AIM: CAaronWright! This is a nice example of the TabDock control at work. I did not write the control, but I did fix alot of errors in it, so this control should run smoothly now. The example included, however, was written by me, and also works perfectly! The example will show you how to Dock and Undock four different forms all at one time, or individually via Menus. (See screenshot for more detail) This is pretty much like the VB environment, so have fun, and If you like it, please vote, thanks!
I had to create a report using Crystal Reports 8. I struggled to find anything on the net so I came up with this. I hope you guys find it useful. This code does several things wrt Crystal Reports. 1. It allows you to display a crystal report 2. To email a crystal report in .pdf format 3. Print the report 4. Update the database location on crystal reports at run time. (The database in crystal must be an ADO connection) Please vote for this and give me any comments.
This short and simple code handles the Beep API, whitch to use in Windows NT & 2K... As far as i know. In this case i have used the Beep API as a metronome. Perfect if you are playing a instrument! :)
Zimmunity is a global instant messaging or chat community which allows users to send messages or talk to a large group of other users without the use of usernames or password. This program kicks ass!! Its like a real-time message board!! It just needs to build up a good community of users. messenger, aol, icq, chat, message, talk, instant messenger, zimmunity!
Manage Internet Explorer cache with this awesome code module. Find cache entries, enumerate cache entries, DELETE cache entries, it's all in this module. Cachinator is just a front end to demonstrate some uses of it.
Keeping it simple, this is a wrapper routine that will return the Medium Access Control (MAC) address for the installed network card. A MAC Address is a unique 48-bit number assigned to the network interface card (NIC) by the manufacturer. MAC addresses (which are physical addresses) are used for mapping in TCP/IP network communication.
This state of the art 2D engine has loads of features including special lighting, and gamma correction. It has lots of extra helper libraries such as the brand new automatic logging capability for easy error pinpointing. The great error lookuo table allows you to look up any errors returned and get a description. With fast graphics blitting, and lots of special features, this engine will really help even the novice programmer to create blisteringly fast, smooth games. Remember to vote and give your feedback.
This code demonstrates how to place an icon into the system tray and then make text dynamically scroll across the icon in ticker tape fashion right in the system tray next to your clock.