Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #94596
Morphex Programming Tools 3.0a

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'.

Java_Volume1 #94597
INI Expert - Manipulate INIFiles like never before

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().

Java_Volume1 #101023
ADO programming in C++

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.

Java_Volume1 #94598
Editing - FlexGrid!!

A new FlexGrid whith editing ... very cool!

Java_Volume1 #101024
DDUtility (DirectDraw Utility) Use this instead of Microsofts DDUtil. (UPDATE)

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-

Java_Volume1 #94599
Disable the effect of Ctrl+Alt+Del and Alt+Tab

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.

Java_Volume1 #101025
_A Beginner's STRCMP, STRCAT, and STRCPY tutorial (VB-LIKE String Manipulation)

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

Java_Volume1 #101026
VB String Functions (left, right, isntr, mid) very easy code...

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.

Java_Volume1 #94600
TwinBeatSE

That'S soo cool, you hva the internet time, sheelexcute, and regedit.. Also theres an ocx file wich shapes the form in SHAPES

Java_Volume1 #101027
Bmp To C

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.

Java_Volume1 #101028
OpenGL FPS Custom Class

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.

Java_Volume1 #101029
Create a DLL / Load a DLL into an application at run-time

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.

Java_Volume1 #94601
coolbar component

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!

Java_Volume1 #94602
Encryption/Decryption using CryptoAPI

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.

Java_Volume1 #101030
A Keylogger

It logs every keystroke the user types, independent of the application they are using.

Java_Volume1 #94603
Simple 1d array bubble sort module

Simply sorts a 1 dimensional array using a bubble sort algorythm.

Java_Volume1 #101031
A5*Calculator

The scientific calculator performs all scientific operations encountered in enginerring applications.

Java_Volume1 #94604
VB Fixer

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

Java_Volume1 #101032
^A5*Calculator

A complete GUI scientific calculator for engineering applications.

Java_Volume1 #94605
Error Dictionary

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

Languages
Top Categories
Global Discovery