Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #59254
Simple Video Player Using DX9

Simple Audio Player, shows how to load up a DX9 initialized video into a controllable Picturebox. Also displays some other techniques for .Net like OpenFileDialog, ResizeEvents in .Net, and how to load up pictures at run time in .Net.

ASP_Volume3 #50443
A Very Simple COM Server and Client in MS VC++ 6.0 without using MFC,ATL or IDL.

A Very Simple COM Server and Client in MSVC++ 6.0 without using MFC,ATL or IDL. This very simple com server is something I had been looking for to help me understand the insides of the "black box" that is COM as presented in MFC and ATL. As a developer learning COM, I was unable to find an extremely simple, clear implementation of COM without having to also deal with ATL, MFC or the IDL (not that they are difficult to understand, but just additional overhead). I hope this will be useful to others who want to understand some of the insides not usually seen when using the AppWizards. The Server is implemented as an empty win32 simple dll project with no original files or text created by Visual Studio, other than the Stdafx.h and Stdafx.cpp files. The client was created as an empty simple win32 console application, including no generated code from Visual Studio. The Globally Unique Identifiers were created using Guidgen.exe included with Visual Studio. After downloading the code, unzip and open the file Pig.dsw in MS Visual C++. Both Pig and Pig Client should open. Compile Pig first, then register the dll using regsvr32.exe. (inside the directory containing Pig.dll, run regsvr32 using the command "regsvr32 Pig.dll"). After successful registration, compile and run PigClient. You should get a messagebox indicating the server was accessed successfully. Albert

ASP_Volume3 #52019
a 3D Temple (OpenGL Walkthrough of a foggy temple)

This example will show you how easy it is to draw objects using openGL. It draws a giant pyramid and you can walk around inside this foggy temple. Not much to it but it is really cool to learn from. If there are any probs email me.

ASP_Volume3 #45646
PHP Schedule

Generates a schedule in HTML using various options.

ASP_Volume3 #44569
AmtToWords

This function converts amount in words with supplied currency parameters. e.g. AmtToWords(12345.01, "GB POUND", "PENNY", "GB POUNDS", "PENNIES") will return GB POUNDS TWELVE THOUSAND THREE HUNDRED FORTY-FIVE and ONE PENNY ONLY

ASP_Volume3 #52067
ICQ-Pager v1.0

ICQ-Pager is a complete GUI-application which lets you send a message to the ICQ-Pager. The downloadable zip-file includes the complete project for MS Visual C++. The subfolder 'Release' contains the compiled and 'ready to run' exe-file. The sourcefiles are fully documentated, so this is a good start if you want to learn something about basic GUI- and winsock-coding. The code does not use the MFC, just standard WIN-API.

ASP_Volume3 #51546
Bricks

This is a game based on Game of BRICKS. Written in C++ ,this is very good if you a begginer to writing games.

ASP_Volume3 #49912
Client/Server side Validation class with RegEx (Update 4: 3/31/03)

Update (3/31/2003): Added IsNationalID to validate various types of ID's of various nationalities. Added IsEIN (which in turn calls IsNationalID). Corrected IsPhoneNumber for all three C#, VB.NET, and .js. Hopefully I won't need to correct it again and again anymore. Update (3/30/2003): Corrected an issue with the IsPhoneNumber() method and added IsPostalCode that calls IsZipCode, but is intended for non USA type postal codes. Also added as a javascript file for client-side validation. Update (3/29/2003): Corrected a C# IsNumber() issue with negative numbers; added IsBoolean and IsGender methods and optimized the IsCritiaAccepatble methed to make better use of RegEx's than previously. Update (3/27/03): Corrected major issues with the IsNumber() patterns and C# issues and added some features. Validate if the querystring values or Form object values in ASP.NET are of the expected *format* (Phone number, zip code, numeric, state, email address, etc.) using regular expression. Source code projects provided in both C# and VB.NET. Update for provides both client and server-side validation.

ASP_Volume3 #44571
CPerformance

This class encapsulate QueryPerfomanceXXX API functions to mesure small time intervals. You can use this class to mesure how much time your code take. This function can mesure time intervals near 0.1 ms , 10 times better then timeGetTime() API or GetTickCount() that have an error of 50ms. Example: Dim m_performance As CPerformance Dim i As integer Set m_performance = new CPerformance m_performance.StartCounter() 'Do something For i = 1 to 1000 next i m_performance.StopCounter() Debug.print m_performance.TimeElapsed() 'Time in ms (1/1000) s 'this is a float number 'ex: 1.54 ms

ASP_Volume3 #49647
Dynamic Domain Hosting

Shows how you can host multiple domains under one IP address by mapping domain names to sites within a database.

ASP_Volume3 #55548
_pureIRCd - An Win32 IRC Server

This is an standard IRCd that anyone with a client will be able to connect to. It is an ongoing project and you should expect updates every once in a while. This server follows the RFC articles 1459 and 2182 strictcly, so there should be no compatibility problems at all. At the moment the server is unable to form a network, but as mentioned earlier, this is an angoing project and will be available in later releases. This Server features all commands and stuff most other servers are capable of. One major thing is the self-coded Asynch Identd lookup and the Asynch DNS lookup that the server performs. The server is multithreaded by nature. So you can even learn how to use the sockets correctly.

ASP_Volume3 #44570
clsQuickSort

Generic sort class. Works with any in memory structure and will sort in any order. Does this by exposing two simple to code events: isLess and SwapItems.

ASP_Volume3 #44572
ConvertRoman

Takes a roman number and convert into decimal.

ASP_Volume3 #58361
Advanced Datagrid

Datagrid with sorting, paging, highlighting cols when mouseover, stylesheet, change fontcolor of dataitems when a if then function is true.

ASP_Volume3 #61958
Your Own Employment Bidding Site

Now you can have a site where your potential customers can post projects for you to accept. The best is no haggling when you control the site.

ASP_Volume3 #62247
Windows Run Replacement. ShellExecute Tutorial Please Rate!

Demonstrates how to use ShellExecute with variants. If you rate it i might upload the code for the more advanced version (it doesn't look as good but you can change what operation you wish to use on the path(and open the 'find' window)).

ASP_Volume3 #47749
Easy DirectX7 Sound Class (Play Multiple Sounds!)

I am making a game that needs the ability to play multiple sounds at one time. After asking around at many fourums, everyone said "you will need to use DirectX" So I downloaded the SDK, and found it kind of confusing, and i dont like to use multiple classes for one purpose, so i took the examples from the SDK and shrunk them down into one easy-to-use class. This class allows you to load up a WAVE, alter the panning, frequency and volume.. and finally play it. If you need to run 2 wavs at the same time, load up another class and bam, your ready to go. It basically takes 3 lines of code to play a sound in DirectX7 with this class! have fun!

ASP_Volume3 #59468
Get Embedded Resource

If you want to drop a text file, an XML file, an icon, or a bitmap, or any other file, into your project directory and have it embedded with your solution, this will make it much easier to retrieve these resources. For instance, if you drop a file called "MainMenu.xml" into a project subdirectory called "Resources" (or, "[project directory]\Resources\MainMenu.xml") and you've marked it as an Embedded Resource, you can retrieve it programmatically like so: XmlDocument mainMenu = (XmlDocument)App.GetEmbeddedResource("Resources/MainMenu.xml");

ASP_Volume3 #54296
XML-based Guestbook

A basic ASP.NET, XML-based Web Log/Guestbook that posts form data to an XML database and performs an XSL Transformation to display the log entries. Check out: http://www.davegarcia.com/docs/weblog.html

ASP_Volume3 #44562
Get IE4 History URLs history folder

This code will open a DAT file in the c:\windows\history folder and pull out all sites visited

Languages
Top Categories
Global Discovery