Advertisement

Results for "Volume: 2002ASP"

2002ASP #8011
samples of seven sort algorithms

Clear examples of: insertion, selection, shellsort, quicksort, mergesort, badsort Please let me know if anything wrong with it and please rate it.

2002ASP #833
Two Web Browsers Using mshtml.dll

Allows programmers to have a link (For Example)http://www.orionstudios.com Webbrowser1 open in new webbrowser,with out opening external window! You could use this to have an advertisement on your software, or anything you could think of!

2002ASP #8001
Max_Classes

Hi, this is my first submission 'cause my prgs are always personalyzed for my needs, so if you haven't my way of programming they couldn't suit for you. But this time i decide to do a class to make it easy working in VC++ and i think(i hope) you all can take advantage from it. When i have to try something i spend a lot of time managing forms and controls, so (i don't like MFC, the same prg i made with and withouth MFC had 1 MB of difference) i made this set of classes that do all the job for me. There is a class for 'every' control i need and a Dialog Class that manage for me a Dialog with Menu, Popup Menus, system tray management, flat controls, Open and save file, browse for folder, very easy and fast code to work with buttons, text boxes.... Try this and if you want use only for your tries or for what you want. I'd like to receive feedback from you all, and expecially from Jared Bruni, the first i 'saw' when i 'found' PSC(we had same hair).......Thank you for all your code for DX. These classes are a beta beta version, and it's not commented, but you can email me at max@kosmos.it and ask. .

2002ASP #7700
MasterX SDK 2.0 with NuclerMedia and MasterX SDK 2.1 with MasterGraphicEx

MasterX SDK, is a series of classes, which encapsulate DirectX. 2.0 contains file lumpin algorths, as well as NuclearMedia. Comes with a example game skeleton. Now contains masterX 2.1 with MasterGraphicEx class by Danny Anderson

2002ASP #8013
Double Linked List

This is a program which shows how Double Linked Lists work. Creating, adding, deleting, sorting and traversing the double linked lists are actions which can be performed.

2002ASP #8012
BasicCalculator

**New Version**I used the windows api MFC to utilize buttons, edit boxes, a menu and string functions to create a calculator.

2002ASP #7890
Variable length argument lists

After looking at functions like printf() and scanf() and their ability to accept any number of arguments I got curious to see how its done. This article explains how to create a function that will allow any number of parameters to be passed to it, and ho to accept those extra parameters.

2002ASP #8015
Factorial of any length

Finds the factorial of large numbers.

2002ASP #7701
ascii table in C

Will print out and load a html ascii table, written in C.

2002ASP #7702
Code Example - C++ Homework Assignment (3 sides of a triangle)

was a C++ homework assignment my class had to do. Simply inputs 3 integers, and says whether or not they would be a right triangle.

2002ASP #643
ChangePrinterOrient

NEW NOTE: FROM VB6 SP4 MICROSOFT HAVE ADDED A NEW PROPERTY TO THE DATAREPORT (orientation) WHICH HAS THE SAME EFFECT. SO MY CODE MAY NOT BE REQUIRED. Using VB6 DataReport writer I hit a problem where it didn't allow landscape reports unless the default printer was already set to landscape. I didn't want my users to change there printers so I wrote this function to change the printer orientation to Landscape or Portrait. Calling it before I opened my report.

2002ASP #590
Active Menu Help Control Version 1.00

Dear Brothers and Sisters, Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC. Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control. Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code. Private Sub MenuHelp1_MenuSelected(menuString As String) sbStatusBar.Panels(1).Text = menuString End Sub

2002ASP #7703
Code Example - mutable keyword

A example using the mutable keyword. Idea taken from the book "The C++ Programming Language" by Bjarne Stroustrup

2002ASP #8010
BMP show simple program

Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.

2002ASP #585
POP3 Mail Read

POP3 protocol client latest release. Usage and full source code.

2002ASP #7704
masterstring2 with tokenize class

contains masterstring2 with a new feature. A Tokenize class, which tokenizes a string, complety independent of string.h

2002ASP #840
A list of Api calls

A list a usefull api calls that i thought people might be able to use.

2002ASP #843
text object line info

The first function returns usefull information about text box objects. these include : [Line count] = 0 [Cursor Position] = 1 [Current Line Number] = 2 [Current Line Start] = 3 [Current Line End] = 4 [Current Line Length] = 5 [Current Line Cursor Position] = 6 [Line Start] = 7 [Line End] = 8 [Line Length] = 9 The next function returns the text of a given line of a text box object.

2002ASP #844
CopyFileAny

This code allows you to copy any file, including your application to another destination at runtime. Note: This code has only been tested on Windows 98 using Visual Basic 6.0

2002ASP #7705
Format C++ code into HTML

takes a C++ source file, and will format it so it can be viewed in a web page. (ex: replaces \t, and \r\n with apporpiate html tags.

Languages
Top Categories
Global Discovery