Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #171225
SubCL

SubCL allows you to subclass windows while using breakpoints, Pause and Stop button in VB6 IDE. It's easy to use and safe (i hope). I combined Paul Caton's WinSubHook2 and Karl E. Peterson's HookXP (though it wasn't very easy to write ASM procedure:-)To use this code in your project you need to include only 1 file - csubcl.cls.More info in a screeshot and source code.

4_2005-2006 #167147
Address Book

UPDATED code to show ADO connection to MS Access with SEARCH, ADD, EDIT, DELETE to and from the database. Two type of reports can be created 1. Excel, 2. Text file. This program is meant as a tutorial with maticulous coding comments. PLEASE VOTE

4_2005-2006 #172120
Picasa ListBox - Google Picasa ListBox Style

Picasa ListBox. Custom ListBox like Google Picasa ListBox Control. It's support almost all google listbox function. You can custom each header, item. It's support separator style for item too :D. See the screenshots. Hope you like it :D Please vote :D

4_2005-2006 #167343
Remote Desktop

Just Another Remote Desktop Like VNC with Winsock Control, No Other OCX Required. Control Server Via Viewer Control Mouse and Keyboard Dual Monitor Support Your Vote Will Be Great :D

4_2005-2006 #169991
Water Billing System

It was design to handle complicated computation and relational, hope you find it usefull in your learning, i use SQL SERVER 2000 For the database which can be use in LAN / StandAlone, hope you enjoy this.. pls give a vote on this one =)

4_2005-2006 #171953
Random Attractor ART (v4.1)

Random Attractor ART. (v4.1 News: Custom Contrast)

4_2005-2006 #171682
FuingurePrintAnalysis

It is a project developed at our organization for comparing two persons fingure prints are identical or not. can be used in security systems, it had got capability to inert new records to the project, can be upgraded with new human interface device attachments for caputuring the images for getteing the images for live comparision

4_2005-2006 #172121
Quickly Thumbnails Generator - Resize while loading or complete - Must see :)

Demo generate image thumbnails. Improve loading speed & smoothing scroll. GDI Resize. You can resize, select, scroll while program loading image :). Average speed : 100 pics (1920x1200px)/3.7second with thumbnail size 170px. Hope you like it :)

4_2005-2006 #171840
Five ways to display UTF-8 without unicode controls + all 150 UTF-8 character code tables

Five ways of displaying UTF-8 characters without unicode controls. (35Kb Zip) All 150 UTF-8 character code tables with enum, the name and character code range. Open/Save files as UTF-8 or ANSI. Copy and paste unicode text. Storing UTF-8 without resource file/property page, 50+ different languages stored in the form. Functions to easily store your own UTF-8 texts. I'm into an ActiveX control that can quickly translate text, so this feature will hopefully be redundant soon:-)

4_2005-2006 #171901
BANG BANG Shooting on your Desktop

This Application reverse your screen desktop and you can shoot on it as you can see in the picture below , so Guys have fun and enjoy it To go out of this program and not to remain blocked with the full screen just type ESC escape . So Enjoy it and don't forget to rate it :)

4_2005-2006 #164857
ConvertIT Audio/Video Converter UPDATE

This is an update and correction for txtCodeId=70578 original program. It wasn't converting most of the supported video formats so I fixed it. It uses ffmpeg.exe which is renamed to avformat.dll and placed in the app.path. I've supported the most recent build of ffmpeg.exe and I've placed it on my server: http://www.moosenose.com/avformat.zip. You may also download the original and compile it yourself: www.ffmpeg.org. I've also added conversion to Animated GIFs of various resolutions. The program will stay top most and can open the saved directory and play the saved, converted video. I've removed the dependency to the Common Dialog Control which makes the program portable for all versions of Windows which already have the VB 6 Runtimes. Other than that, the program is unchanged. Kindly give any positive feedback to the original author.

4_2005-2006 #168757
Callers Add-in [FINAL 2.24 - Sept 12, 2011]

UPDATE 2.21: fixed fatal typo bug introduced in v2.2 ... UPDATE 2.22: fixed 'exclude addin designer' introduced in v1.9 ... UPDATE 2.23: fixed 'underscore' incorrect behavior introduced in v1.8 (Initialize matched Class_Initialize) - thanks heaps to Kenneth Ives (kenaso) for your feedback ... UPDATE 2.24: fixed yet another bug - discovered the VBE Find function searches up to but not including the specified last line. Now correctly handles API declares with line continuation ... DETAILS: I borrowed code from Kamilche, Ulli and Darryl Hasieber to create this quite simple VB add-in that adds something I've sometimes needed as projects get too large and complex ... It adds a couple of entries to VB's code pane context menu so that when you right-click within a procedure (or on a declare) and select 'Callers' you get a popup menu listing all other routines in the project that call this code member ... It displays which routines reference any particular code member in the project, and allows you to select one to go to it - and a second entry called 'Callee' to go back if you wish ... FEATURES: Callee's include all procedures, API declares, Enums and Types, module level constants and variables, Implemented classes and Raised Events. Also identifies parent Type or Enum when right- clicking on one of their members. Finds public Enums of classes without being qualified by class name. Also adds a 'Clear' menu item to the Immediate Window ... This will probably be the last update as it seems to work fairly well now. However, bug reports or suggestions for improvement may see some further updates ... Just compile the project to automatically add the add-in to VB and get two new menu items 'Callers' and 'Callee' on the code context menu ... If you have compiled a previous version compile again with no VB IDE's open by selecting 'Make' on the Caller.vbp's context menu ... 16 kb zip.

4_2005-2006 #172124
MenuBar

Simple Menu Bar (Kinda like Deskmenu 96!) but configurable thru text files. Works in Win 98, thru Win 7 I wrote this program just for me. I wanted something to replace Deskmenu 96!, and I wanted NO ICONS!! No Icons means program runs quicker, saves memory, and saves resources. Don't have to wait to retrieve the icon for every item.. A no frills, very fast, silly simple to understand program. MenuBar doesn't have to be installed. Just copy to a directory and run. I did add the Drag & Drop feature to make life a little easier. Start Drag & Drop mode, then drag MOST icons onto the menu button and click on save. Coding was written so beginners could easily understand. -Webfuzz

4_2005-2006 #170905
Interprocess Communication via Semaphores

New version 1.1 + Added IsSemaphore function to quickly test for the existence of a semaphore + Added HandleSecurity feature which prevents the closing of the semaphore handle via CloseHandle + Added caching of ValidateDLL result to improve speed + Started Adding QueryHandleCount function; if anyone can fix it please let me know - Fixed logic error in getting the semaphore global state if we opened an existing semaphore on initialize call --- Ah, semaphores, the staple of any good operating system. I searched for a VB6 example implementing the semaphore functions and came up mostly empty-handed. This class attempts to fill that missing gap in the world of VB6 examples. In developing this class, I initially thought it would be simple to create a global semaphore that all users would have access to. After all, the documentation states that: "The semaphore name can have a "Global\" or "Local\" prefix to explicitly create the object in the global or session name space." Little did I know that I would have to delve into the depths of Windows security functions in order to actually provide *true* Global semaphore functionality. After many failed attempts, approaches and cryptic error messages (The revision level is unknown. WTF?), I believe that the infamous ACL dragon has, for our intentions at least, been slayed. I took the advice of one Anne Gunn and implemented some additional security for our global semaphore, so rogue applications can't steal our lunch money completely. The majority of the trial and error took place in finding the proper way to call and declare the security APIs. I thought I was 98% done, so I tested on XP to see if it worked there, as I figured if I could get it to work on Windows 7-64 bit, surely it would work in the UAC-less environment of XP. Well, it worked fine in the IDE, but spit out an invalid memory access error when compiled. I had gotten a similar error while testing in Windows 7 and tracked it down to using the actual struct when calling CreateSemaphore rather than the pointer. So I had to go back through each call and test to see which one needed the actual struct instead of the pointer. Turns out it was SetSecurityDescriptorDacl that needed to accept an actual SECURITY_DESCRIPTOR rather than a pointer to one. After the 2nd such discovery, I went back and used the actual structs whenever possible as a precaution. The class was lightly tested on Windows 2000, XP, Vista and Windows 7. If you come across any issues or have any improvements or suggestions please let me know. Credits: http://undocumented.ntinternals.net/ for information on the undocumented NtQuerySemaphore API function and the (also undocumented) SEMAPHORE_QUERY_STATE permission constant. Anne Gunn for her excellent, thorough and well written article and accompanying code on creating a not-quite-null dacl, and explaining the benefits of doing so. http://www.codeguru.com/cpp/w-p/win32/tutorials/article.php/c4545 Matts_User_Name of the SysInternals forums for the QueryName function. http://forum.sysinternals.com/handle-name-help-ntqueryObject_topic14435_page2.html IrfanAhmad on the MSDN forums for his thread on how to share a semaphore: http://social.msdn.microsoft.com/Forums/en/windowssdk/thread/335db156-b1f7-45e2-b3d1-f0e79e386744

4_2005-2006 #169727
Skype Flooder

With this little code you can send multitudes of smiley in chat window of Skype, to change and adapt with your favorite chat, you just change the file AloneSmiley.mp3 by shortening of the smiley of your favorite chat. You can use it for Yahoo, Windows Live, Paltalk, Camfrog, Beylux ...

4_2005-2006 #172125
School Program(Recoded)

School Program.. Can manage your student grade.

4_2005-2006 #160340
Blaster: Space Shooter Game

BLASTER is a pure VB 2D space shooter originally by HLMODER ( http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=72921&lngWId=1 ) I was so impressed by how fast and smooth it ran I decided to take up the project to see what I could with it. I have made changes to virtually all the code, added many new features and changed some of the graphics. There are several thing I still want to add such as more levels and bosses but the big one is to add sound.

4_2005-2006 #171694
AutoSizer

AutoSizer is an ActiveX control that adds intelligent form resizing to your applications without any code. AutoSizer provides simple proportional resizing just by adding it to your form. Unlike other resizing controls, AutoSizer additionally provides intelligent Resizing. You can individually adjust the size, position and font of each control on your form. Not case-sensitive.

4_2005-2006 #169888
Special Christmas Gift 2010

*** Christmas Flipping Book *** FlipPage with music and transparent background. Upgrade version of FlipPage [http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=72803&lngWId=1]

4_2005-2006 #172123
Registry Tree View

Application that load keys data from registry and put it into Tree View, something like in system registry editor. Values manipulation is not available, but it's easy to add... (Made it five years ago, and now decided to upload and share it.)

Languages
Top Categories
Global Discovery