Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #81135
Prevent error for missing images

With this code you control the error for missing image files. when ever an image file is missing from it's location, it is replace on the screen with another one you indicate, on the error control routine.

C_Volume2 #81136
Simple JDBC Phonebook

A Simple Phonebook with sql Statements and queries.

C_Volume2 #82160
a Binary Search Example

The program accepts the name of an input file from the command line. Then it reads strings from the input file into a dynamically allocated array of pointers to char. Prompts the user for a string to search for. After that it searches the array using binary search. If found, reports the row (counting from 1) in which the target was found. If not found, reports "Not Found" Asks the user if he/she would like to try again.

C_Volume2 #74130
Command line usage

The purpose of this code is to demonstrate how to use command line swiches with your programs, how to use them, how they work, and how to set them up. All extremely simple!

C_Volume2 #74131
Resizer OCX

An OCX that Resizes controls on a form that is resized. This OCX also has a property to change fontsizes. You can also (through a controls TAG) tell the OCX to NOT resize certain controls...

C_Volume2 #81137
Javascript Replace function

How to use the String.replace function

C_Volume2 #82161
Non-negative integer Multiplication of ANY LENGTH!!

Please rate me if it worked for you.It is an extremely efficient Non-Negative INTEGER MULTIPLICATION of ANY LENGTH!!I assure you it is very quick..Any CS student may need it.It is my first Submission.

C_Volume2 #74132
Sort Array

Takes a string array and sorts it alphabetically. This can be used to sort a listbox without the sorted property set to true. The code is heavily commented.

C_Volume2 #74133
Enumertate Windows NT Services

Populates a collection of installed Windows NT services, based upon type of service requested. Can be used to enumerate the services on a workstation or server. Requires Windows NT and administrator rights.

C_Volume2 #82162
The Command Box

Want to waste less time looking for your programs in the star menu then use this program just select the program and click execute, no more looking in all your star menu you can also add . exe .lnk and alot more extensions even mp3s so you can have your favorite song with just the touch of a button. there is only one requierement that you vote for me.Thank you more to come but please vote.

C_Volume2 #74134
Get Windows NT Server Time

Returns the time of day from a Windows NT workstation or server. Accounts for time zones. Requires Windows NT.

C_Volume2 #81165
Link VB and JAVA

Microsoft has rather finished support for java, its not like last time when we could interface vb with java easily, these days we have to do using some third party softwares that are not free or open source and are complicated to use notforgetting the system resources they use up. Due to this problem, i came up with a very simple yet effective way to connect them - using a database, a timer and a thread!! hope you can benefit from it...

C_Volume2 #81166
A Basic Calculator Using Swing - Part II

This is a very nice calculator. This code allows the user to enter multiple operations before hitting the =s button. A basic Calculator using Swing II example has a tutorial and the src is included. Updated 12/5/03.

C_Volume2 #82163
WindowStealth

This application is an alternative solution to the common boss-around-the-corner-quickly-alt-tab problem. Instead of fumbling the alt-tab key to hide you active application (and minimizing it to the taskbar) , by using the hotkey feature, you simply hit the PAUSE key which will completely hide the active window AND remove it from the taskbar, thus showing no evidence of its existance on the desktop. Another convineince is, you can also hide non-active applications without terminating it so that it doesn't clutter your taskbar, and then reveal the window back again anytime you choose.

C_Volume2 #74135
Export from VB to Word

Have you ever wanted to merge data from a database to Word when say one person has multiple records asscociated with them. Word doesn't allow this. For example, It allows one person record but what if you want to show multiple orders in the document for that person. Access allows you to do this with a subreport but not word. This code will allow you to create a new word document, add text to it, format the text, insert data from one or more databases into it, print it, save it, e-mail it using outlook, and/or then delete it if you want. Raised events allow you to know the current status of the class. The sample included shows you how to use it with the Northwind.mdb Perhaps if you want you can make it out of process activeX exe. Check it out. It really is a useful Tool if you need to work with word. Note: This does not use a DDE connection

C_Volume2 #81167
Swap 2 ints without using a 3rd variable

Swap two integers without using a 3rd variable!

C_Volume2 #82164
Win32 Dialog - Fullscreen

It is a Win32 Dialog without a resource script. The Dialog is made by scratch, and it was made so you can see a fullscreen 'black background' dialog on monitor. I Hope you like it.

C_Volume2 #82165
Pointers - C approach

This is my first manual. I wrote this because I felt like doing it. I think the main reason is that I am a coder. I am constantly searching, buying and downloading manuals, tutorials and stuff like this. So, I thought why not helping others. How good this material is... you'll be the judge of it. This is the first - so, I'll not be dissapointed of bad ratings.:) Thank you, Hardwired

C_Volume2 #74136
Simulate Ctrl Alt Delete

Have you ever worried about a trojan running on your machine and hiding itself from the Ctrl Alt Delete window. I have created a program that acts like the Ctrl ALT Delete BUT you can't hide an EXE process from it. The app includes: Listing all active process, shows the path to the EXE, is it responding, and closing the process properly. My version uses a class developed by CHONG LONG CHOO (who by the way has some excellent API apps at this site) to list the active processes and some code taken from http://www.thescarms.com to close down the process. Check it out. It's a cool tool.

C_Volume2 #74137
Send SMTP E-mail using winsock

Send E-mail without borrowing another programs interface...... Even send it in the background with one line of code.

Languages
Top Categories
Global Discovery