Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #190807
Picture Works

A partial picture editing tool.this is a great tool for multimeda programmers and also for those who want to add plugins support to their applications . the best method (as far as i know) for implementing plugins. you can add more functionality to your application without even recompiling your code. now all the plugins are already included in the package. just check them out and also do vote for it......

5_2007-2008 #191229
A reversi (othello) game with AI

This is a program that uses alpha beta search to play reversi, at its highest level it searches 6 moves during the game plus playing the last 12 moves perfectly, so it plays at a really good level and it is hard to beat for most people, the game also includes a setup mode that lets you setup any position to play, and you can ask the computer to make a move suggstion for you, the code is well commented, so please vote or comment if you liked the code.

5_2007-2008 #183713
A ScriptMagic DLL

UPDATED 8/16 A turnkey ActiveX DLL that allows you to REALLY embed VBA style scripting into your application. With built-in code editor and events. Must see to appreciate. You can use early OR late binding and still process realtime events. A lot of code came from this site for some of the support objects. PSC has been such a great help to me for many years, but I've never submitted anything before. VBScript is a powerful tool, but why embed it into your application UNLESS there is a way to really control it AFTER you deploy your application. With this, you could either let users create their own code OR create customer-specific validation/processing/complete subsystems POST deployment. Enjoy and please give me feedback (positive or negative) all welcomed. Open the Group Project in the TestHarness folder and run.

5_2007-2008 #191474
Site History

Ever wonder how yahoo.com look like before. Back to 1996, 1997, 1998, 1999.. look what your favaurite site look like! Be a detective on your own! Every comment is welcome!

5_2007-2008 #191475
Picture Combine

This program show how to combine two picture into one picture using alpha blend. This is actually an update version of my last time project. It is now support Window 98 or later. You can also combine and let it fade. Easy to understand with well explanation! Any vote or comment is welcome!

5_2007-2008 #191525
[ Transparent Analog Clock ]

Nice Transparent Analog Clock.

5_2007-2008 #192067
Word Programming Stuff for Beginners

Its cool stuff enables to beginners for initiating MSWORD Programming... with VisualBasic.. It is extracted from "MSWord2000 VisualBasic Programming", MicrosoftPress...

5_2007-2008 #191776
Simple Hex Encode / Decode

Two functions: One to turn an ASCII string into a HEX string, and one to turn a HEX string into an ASCII string.

5_2007-2008 #191777
Get Windows, System, User and Temp Directories

Functions to get the Windows Directory, System Directory, Temp Directory, and User Directory.

5_2007-2008 #189097
InBArr and InBArrRev - searching strings from a byte array

This code seeks from the end of a byte array trying to find a matching text. Why? Well, handling byte arrays is much faster than handling strings. So, if you needed to parse data real fast and a lot, it would be benefical to do it using a byte array instead of a string. My starting point to this was rather simple: do the search faster than InStr and InStrRev. Beating the latter was easy: InStrRev isn't of the fastest build-in functions in VB. With InStr I had to taste half of a defeat: it just is superb when it can search in BinaryCompare. But, what if we wanted to do TextCompare? Well, there InBArr and InBArrRev beat real badly both InStr and InStrRev! Anyways, I hope somebody finds this submission helpful. I'm sorry I didn't comment the code as well as I could/should have, but I hope it doesn't matter as the code should be rather flawless on what it does :) Comments and votes welcome, as always!

5_2007-2008 #190082
[popup menu made simple]

Popmenu for beginners, shows great example of how to implement a popup menu into your program, from this example you should be able to add popup menus to which ever control you wish, hope this provides use to sombody.

5_2007-2008 #191775
List a File's Dependencies

Get a list of a files dependencies. For example, calling ListDependencies "C:\WINDOWS\SYSTEM32\MSVBVM60.DLL", results in "KERNEL32.dll USER32.dll GDI32.dll ADVAPI32.dll ole32.dll OLEAUT32.dll".

5_2007-2008 #186178
Frame 'flickering' in Windows XP Goodbye!

This function change the CommandButton style to a BS_GROUPBOX to transform it like a Frame control! This solve many problems (bad drawning controls, flickering, etc.).

5_2007-2008 #178381
Ultralite Splitter

This is a very small piece of code that produces a farely effective pane splitter. It is also a useful demonstracion of the SetCapture, ReleaseCapture events, and capturing mouse movement beyond the edge of an object.

5_2007-2008 #191943
A Proper Msn Messenger Bot!

Hello, This Msn Bot Example Runs On The Msn Protocol 9 And Allows Users To Interact And Play With It. It Is Run On Commands, Such as If a user types !menu, The Bot Will Respond As What you coded him to respond. Fairly Straight Forward, Easy To Learn, And Will Have Users Playing With Him In No Time. The Other Users Dont Need No Special Software At All, They Only Have To Add The Bot To Their Msn Messenger List, And They Can Talk To It. To Make Your Bot, Edit The " Bot.bas " Module And Type In Your Bots Email And Password. I Have Gone Over the code and checked for bugs and found none. If you have any questions Or problems with the bot, feel free to write your questions in the comments section, and i will try and get back to you A.S.A.P, And Dont forget to rate and comment this code, as i have spent hours of hard work bringing this great project to you.

5_2007-2008 #191554
NTM MP3 Player 1.0 BETA *Update 3*

*Updated* .. Fix: I fixed the bug that caused the program to crash when you removed the last song from the playlist with mnuRemove. .. Fix: I fixed one minor bug that disabled cmdSave and cmdClear even if it was songs in the playlist. .. *Updated* .. *Updated 2* I added lots of stuff, i´ve refine the designe some, not much. I have fixed som bugs, and I´ve added i Play Fast Forward/Backward kind athing =) I hope u like it and please leave comments *Updated 2* .. This small mp3 player has support for Save and Load Playlist, Drag and Drop, Computer Uptime etc etc.This mp3 player was made to take no place at all, u can minimize it to the system tray and still do everything. Please leave a comment if u downloaded the code and are happy about it and realy if yuor not, I want to know

5_2007-2008 #191774
Simple VB Add-In Toolbar Example

Example VB Add-In toolbar, with one button which when pressed displays the project name. ~40 lines of code. Intended to provide a simple framework on which you can build your own Add-In toolbar. Includes prjAddinList (demonstrates how to add the add-in to the vb add-in list).

5_2007-2008 #178677
Process And Ports

List all process and TCPIP used / open ports with a killing process and list dependencies files for process. Right click on a process to kill or list dependencies... This is a LUPRIX's code evolution / modification. Thanks to LUPRIX and SNYTAX for the dependencies file's code.

5_2007-2008 #174395
DM Self Extractor / Creator

hello all, This is a project I made about 3 hours ago. that is a self extractor and Creator. Yer I know it done in VB and requires Runtimes. but if you just want to install small files like screen savers and you know your users have runtimes it should be ok. anyway please read the information in the creator file. I also commented 98% of all the code. Hope you like it. Hope you like the code please vote.

5_2007-2008 #183712
Allow User To Resize Controls The Simple Way

UPDATED To allow the user to resize a control at run-time with the mouse. All API, short code, just set it and forget it. Useful for picture boxes, report designers, etc. No high overhead.

Languages
Top Categories
Global Discovery