Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #118140
API MP3 & CD PLAYER(UPDATED)

Its A big d/l (~370kb) but its worth it. This is just about a fully functional MP3 & CD player. It has a nice GUI and toon of options. Some of those options are: play,pause,stop,resume,repeat,random,playlist,save list,load list,and lots more. I will be updating ASAP to add some stuff like mp3 to wav wave to mp3 and possably a cd ripper. PS you can save and load winamp playlist. Now has save settings, and skinnable and much more!

2_2002-2004 #118141
Set System clock automatically from Internet

This is a simple little app to show you how to get the current time (GMT) from the Internet and automatically set your PC clock.

2_2002-2004 #118142
WinHandler

WinHandler lets you manipulate the existing windows on your system. You can resize, move, change style and text, kill, copy, paste, undo etc. All by using Win32 API calls. It is a good demonstration (in my opinion) of Enumeration functions, SendMessage() and SetWindowPos()

2_2002-2004 #118143
System Tray OCX Control

This control (source in the zip) is for adding your program to the windows system tray. It will handle the right and left mouse clicks, tooltips and icons. Real easy to use. Not messy. Just compile or use the ocx that included in the zip Updated for Image changing in tray Vote if you like it

2_2002-2004 #118144
Powerful & Flexible Application Logger & Error Handler

This class, written by James Boyd, is a logger/error handler that does many things: 1.) Displays errors to users when they occur 2.) Records the activities of the application as various subroutines get executed 3.) When a run-time error happens, it can fire off an e-mail to the developer, replete with routine name, error description, and even a dump of the app's execution stack at that point 4.) It can also maintain a text file which has the application's execution stack history There are two ways of using this error handling/logging class: 1.) Use it just for error trapping 2.) Use it also for logging the execution path of an application. Since it captures the exact occurrence of a logged activity down to the THOUSANDTH of a second, it can be extremely useful for performing performance/efficiency analysis on subroutines.

2_2002-2004 #118145
Food Wars

This is a clone of Dope Wars, it has many good features and is quite addictive. to download a version that you cannot now cheat in go to my website www.xarsoft.cjb.net

2_2002-2004 #118146
Spell check

Makes sure office is installed and makes use of its spell checker. Very easy to implement.

2_2002-2004 #118147
Context Menu (Un)Register OCX and DLL

I'm still new to creating ActiveX DLL. After downloading some DLL plugin samples from Planet-Source-Code i found that some of the codes need to register the DLL manually (that is typing "c:\windows\system\regsvr32.exe DLLFILENAME" in MS-DOS prompt) or an extra EXE is created for that purpose. Why not add an "Register DLL" option into context menu (the menu which pops up when you right click on any dll files with your mouse on right panel of Windows Explorer)?

2_2002-2004 #118148
DrawEdge Example

This example shows how to use the DrawEdge API. I wrote this because I've seen a lot of people using line controls to produce this effect. DrawEdge is faster and easier to use.

2_2002-2004 #118419
SECURE encryption algorithms

This is a collection of SECURE encryption algorithms (BLOWFISH, TWOFISH, SKIPJACK, TEA, GOST, RC4 and DES). This post contains highly optimized code, if a similar post already exist here on PSC this one is at least a couple of 1000x faster!! This is not like everybody else's "unbreakable" code, these are standardized encryption algorithms where the only possible way to crack it is by brute-force. DES is probably the least secure one (it took 22 hours for a supercomputer + 100,000 computers to crack it (distributed.net)). And that's the least secure one. ;)

2_2002-2004 #118420
Alpha24

Alpha24 is an assembler library providing highspeed alphatranslucency operations, for example lighting, shading and overlaying of images to VB developers. It's about as easy to use as VB PaintPicture, and comes with a fully documented sample application. It doesn't need any additional libraries like DirectX and will even run under NT. Get it now, its for free! Alpha24 will work with VB picture objects, GDI bitmaps or DirectX surfaces. It will run on any Pentium PC (the drawback of this is that it's not optimized for MMX), under 95, 98, 00 or even NT. The actual libary is about 16kB in size. Assembler sourcecode is provided and fully documented. I've tried to write it as much "VB-style" as possible, sparing many of the more advanced optimizations so that everyone can study it. IMPORTANT: Alpha24 will only run under 24-bit color mode!

2_2002-2004 #118421
Get Regional Settings

Get the regional setting of your machine (tested in NT Workstation)

2_2002-2004 #118422
Agent Microsoft full application

Time Agent use microsoft agent, it can read anything what you write it say time each hour, and remind your meeting. Very beatiful screen with bubble button and bubble form (see screenshot)

2_2002-2004 #118423
A++ Translucent Forms (See ScreenShot)

This code will show you how to make your VB forms translucent, (or semi-transparent, like glass). The code also utilizes a skin. See the screen shot. If there are any questions, you can post them here or E-Mail me at [email protected].

2_2002-2004 #118424
Stop Form Resizing

Subclass you form to stop users from resizing below a certain limit! If you hate the generic two-liners "If Me.Height

2_2002-2004 #118425
Desktop Name Flasher

Flashes a name across the desktop.

2_2002-2004 #118426
Pac-Man Millenium - Pacman clone, with fully working gameplay, AI and DirectX. *Editted*

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.

2_2002-2004 #118427
Combine 2 Graphics! Great for adding TEXTURES to images. See ScreenShot

Combine 2 Images. See Screenshot

2_2002-2004 #118428
Enhanced Collection

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)

2_2002-2004 #118429
Docking and UnDocking of toolbar and other controls

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)

Languages
Top Categories
Global Discovery