Results for "Volume: 2002VB"
Fully working and playable PacMan clone, with better AI and GamePlay. Made by using DirectX 7 (DirectDraw), feature include Level Editor. Note: Some of the graphic were taken from other sources. I take no credit for that as this is about this source code is all about the code, not the graphic. Should the respective owners require acknowledgement, please do not hesitate to contact me on [email protected], or ICQ #18495651 And also your comment and rating is greatly appreciated. Thanks.
Combine 2 Images. See Screenshot
This code provides an enhanced version of the Collection class provided by VB. Features include: - Search/Sort capabilities, including support for a callback interface in your classes which allows customisation of this feature; - Update an item in-place, as well as move it within the collection with a single method call; - Fully persistable. You can save the contents of the collection to a PropertyBag or direct to disk; - Implements the existing Collection interface so it can be used interchangeably with the standard VB Collection; - Provides a second collection based on Strings instead of Variants; - And loads more! UPDATE 23 Oct 2000 - Fixed minor bug in Add method (occured when using a Before or After Index that didn't exist)
Machine Code Picture box addressing: This show how to manipulate picture box images using direct machine code with CallWindowProc (see Ulli). This demonstration is a door to other image processing without using DirectX. Non-linear systems recent Alpha24 shows the DLL way.
Update---------------------------------------- This is an improved version of previos DLL. Now it handles child controls of the container control which is being undocked, plus I've fixed the problem with changing focus. Also I've included test project so you can see how it is suppose to work. Old --------------------------------------------- This class allows to undock any control on the form and drag it around. Furthermore, during Undocked state events will be still received at the same place. It is an emulation of the Microsofts abilities to undock panels (ex VB Properties and Toolbar)
This is a very simple Active X control to add to your program. I included the all of the files including the .ocx so you could see how easy it is. Please Vote!!!. It saves the trouble of having to declare all the API functions and constants. Just a simple time saver...
Over 50 people have viewed this and none voted. Come on. This lets you change the font color, backround color, font size, and font on your AOL profile. You put in your information such as Member Name, Location and then select your colors and font. It will generate your code. Please vote and leave comments, I worked hard.
The upgraded version of the existing Crypt It 2.0 . Have a kool about box. Now supports four encryption method. A must have
This code shows how to scroll with the mouse a large image that is contained in a small container.
This is an ADO DB tutorial for programmers who know nothing about ADO. It is a good template to following when making your own project. I hope that it helps.
Building Professional ActiveX Components (DLL) for Microsoft® Windows® Distributed interNet Applications Architecture (Windows DNA), in this example you maybe understand the use of DataAccess Components and Bussiness Logic Components, my components are compatible with almost every task and programming language: VC++, VB Frontend or ASP/Pearl), I buit this components for an ONLINE (WWW) CD Shop, like CDNow. Written for SQL Server 7.0 and 2000. If you can, write this in VC++ with 100% SQL without the ADO (Performance) Like I do for my work. Hoh Yeah... Long Live THE QUEEN OF HOLLAND. Enjoy. P.S: You NEED the GuiGen.DLL for the ID's, those are 38 long Unique Identifiers, I can't ADD that DLL because you need to pay for it... I'm sorry, but you may replace it with some other (less effective maybe).. Good Luck. Bedoelt voor de goeie Nederlandse mensen. :-)
Send an Email as anyone simply, with no need for an SMTP server. The brilliant user interface makes theis program a 100% must have. Please dont forget to vote!
This code will show you how to use the SetPixel API by drawing a 3d square that follows your mouse when it is over the picturebox that its setting the pixel on.
This will show you a simple way to make a game. This is entirely made using the BitBlt API and setpixel API for the back ground stars... check it out, kinda spiffy
Converts numbers from different units, eg metres to feet or degrees C to F. You can fully customize the code by editing/adding conversions and units. The code itself is split into a back-end activeX dll that does the conversions, and a front-end interface. You can just use the back-end in your own projects for simple conversion!
Play the Towers Of Hanoi game! Move the stack of discs from the left peg, to any of the other 2. You can only move one disc at a time and you cannot put larger discs on smaller ones. You've bound to have seen this game before! Give it a try - my lowest score is 65.
Allows two people to chat across the internet via the msagents. VERY COOL!!! PLEASE VOTE FOR THIS
none
It's a comsmetic item really. Why display numbers using a large font when you can have a 'Real'. LED display!!, it can be resized at runtime an was designed to be daisy chained together to form a display 'Bank'
Here is an INI File viewer using the Tree Node. Nice little screen shot of the proggie is available. Easy to learn how to use a tree node in your projects. Please leave me some comments on this. - I've updated this as a complete application. It's new name is IniEditor[TreeNode Style]. Uploaded 10/19/00.