Results for "Volume: C_Volume2"
This program is a great example of how to code complicated functions in Microsoft Windows 95/98. With Morphex, you can: remove desktop icons, center forms, place forms OnTop, open Internet URLs, open/close the CD-Rom tray, disable the Key Buttons(Ctrl+Alt+Delete, Alt+Tab, and Windows Key), remove the start button, remove the taskbar, remove the taskbar icons, remove the taskbar clock, and remove the taskbar programs. This is a great program for cut-and-paste coding because all of the source code to the function is displayed while the function is in use. Everything is organized into a nice looking GUI with available clean-up option that resets your computer to its original state before the program started. This is the newest version of Morphex as of 1-28-2000. Check the site for more versions by going to search and using the keyword 'Morphex'.
This code can literally do anything you wish with an INI file. Here are a list of the 21 INI functions that I created. These took me a long time to make, so please let me know what you think. A program is included that explains everything completely...from how to use the functions...to an explanation of each variable. GetKeyVal(), AddToINI(), DeleteSection(), DeleteKey(), DeleteKeyValue(), TotalSections(), TotalKeys(), NumKeys()-"To count how many keys in 1 section"-RenameSection(), RenameKey(), GetKey(), GetKey2(), GetSection(), IsKey(), IsSection(), KeyExists(), KeyExists2(), SectionExists(), GetSectionIndex(), GetKeyIndex(), GetKeyIndex2().
This article is intended to cover the basics of working with a database through ADO without diving into MFC, .NET, or any other deep Microsoft framework.
A new FlexGrid whith editing ... very cool!
I needed a utility for my new game and Microsofts didn't work the way I wanted so I made my own. This one is better in many ways. First, you don't have to create a window or window procedure every time you make a new program, it does it for you! Second of all, it has fast set/get pixel for custom surfaces (ASM). It can also Auto Grab color keys so you don't have to worry about getting the right color key or not. A lot more... This is only version 1 and more updates will come. I uploaded this for hopes it will help someone. Enjoy it! -James-
Disables the effect of Ctrl+Alt+Del and Alt-Tab. It can be used for security programs or just so the user cant exit your program or restart the computer from the keyboard.
This tutorial is for mostly beginners that need to know how to manipulate char strings easily. I recently switched from vb, and it was very hard to get used to chars (from vb's String identifier). This will show you how copy, compare, and add strings together. This will help you have an almost "VB-Like" handle on strings. This is for all uses of strings (Win32 and Console). KEYWORDS: Compare COMPARE compare Add ADD add COPY copy Copy CHARS chars char CHAR Char VB vb STRINGS Strings strings STRING string String tutorial Tutorial TUTORIAL Combine Combining
I just started learning C++ and had to do some string parsing code for one of my classes. I couldn't figure out how to do it until later on, but I wrote these little functions to help those that learned in VB feel a little more at home in C++. At least when they deal with strings.
That'S soo cool, you hva the internet time, sheelexcute, and regedit.. Also theres an ocx file wich shapes the form in SHAPES
This tool translate a BMP file into a C Source File. Why this program ? Graphics files often are use to enjoy the users. Nices graphics files have are big. Memory consumed is not very important, but they require place on the disk and the user can delete one of them, or all of them, and the program can't run. To make them into a source file allow to have a DLL for them. The users will not delete DLLs. Sometimes we want to upload program with graphics files, they are too big, and the unload stops... Why don't I use JPEG file ? Because JPEG is bad, perhaps the worst format. If we have text and a maximum compression ratio, the final picture is very very bad. The best file format, I think, is the BMP format.
This shows you how to set up a simple 3D world using the OpenGL superset called Glut. This program also calculates the frames per second thanks to a nice class structure.
This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It's a very cool concept. Anyway, I couldn't find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.
well, i've been wanting to use the 'coolbar' component, but couldn't find an example to go by, so i spent an hour and beat it up and figured it out, so i thought i'd make my contribution to PSC in return for all i've learned from the code that others have posted here. the example i made is a mock of IE's URL(address) window with a combobox in the 1st band. in the 2nd band i added a simple mp3 player embedded in a toolbar. hope this helps out others that have been trying to figure the coolbar out....i'm prolly gonna regret this, but if you have any questions on it, email me...enjoy!
This is a module that you can add to your project to encrypt/decrypt using the CryptoAPI. This is the standard API used regardless of who provides the dll which actually does the encryption. Microsoft give you one such dll as standard with windows or NT, but the API ensures that you have the same interface to anyone elses, or even write your own. These different encryption dlls are called Cryptographic Service Providers (CSP's) and the standard Microsoft one is called "Microsoft Base Cryptographic Provider v1.0". To use a different CSP all you have to do is change a constant in this module. This module ensures that there are no carriage returns or line feeds in the encrypted value so that you can easily write it to an ini file for example. This version contains a fix to the original version.
It logs every keystroke the user types, independent of the application they are using.
Simply sorts a 1 dimensional array using a bubble sort algorythm.
The scientific calculator performs all scientific operations encountered in enginerring applications.
VERY VERY Simple -- I got tired of downloading project files and having to manually take out the Retained=0 line from the project file to use in VB 5.0 -- This does that for you..simple code, simple process
A complete GUI scientific calculator for engineering applications.
The code is for a program to look up error numbers and find a more easy to understand description of that error. Very good for debuging