Advertisement

Results for "Volume: 2002C"

2002C #11052
Is a certain form open?

Simple API call that tells whether or not a particular form is open. Useful for managing popup forms or a series of forms. Sample usage: If FormIsOpen("Color Picker") Then ' ....Do Something Here Else ' ...Do Something Else Here... End If

2002C #9425
Drag form without titlebar

Drag a form that has no titlebar! Add the routine listed below, and call it in the 'MouseDown' event of the form (or a control on the form): MoveWindow Me.Hwnd

2002C #13632
ACalc Update

Updated version with lots of improvements. Designed so the user can handle almost everything through the numeric keyboard and of course you can operate the calulator by using the mause also. User can even change the look, color and functionality of the calculator.

2002C #15412
Find faster a String in Combo or ListBox while typing (Using SendMessage API)

This code is useful to look at a string inside a ComboBox or ListBox, while you typing it

2002C #13586
__Anti Cracking Techniques__

This code allows you to protect your program via my latest anti-cracking techniques. It generates a user code based on information stored inside the users computer; this code is unique to that users computer. It then uses a triple-encrypted password as a serial number. Make sure you change the encryption codes to be unique for your company/program. PLEASE VOTE!

2002C #10743
Compressed File Viewer

Stripped code from Dana Seaman's FolderView project. I stripped the project so that the result was only the code that enumerated compressed files. With this code you can view the contents of compressed files (zip, cab, rar, and ace). Note that this code does not compress or uncompress files, it simply enumerates the contents of the compressed files. Also works with shared files over a network. Dana 's original code is at: http://www.planet-source-code.com/xq/ASP/txtCodeId.23292/lngWId.1/qx/vb/scripts/ShowCode.htm All of the code here is Dana's except for the minor stuff like the "Dump to Text File" subroutine and the browsing function. You will notice that there are alot of variables that have been commented out. Those are just the byproducts of the original and bigger project. They were not needed for the compressed file enumeration but i left them in the code. I want to personally thank Dana for such good work.

2002C #10663
PsuedoTypeahead for Combo/List box using text box

To allow a user to typeahead to a specific item in a list/combo box allowing a little more flexability.

2002C #13734
Autofill/Autotext

Automatically completes text entry according to a listbox contents. Autofill/Autotext uses one text control and one listbox control to simulate an autotext feature. Works fast thanks to SendMessage API (supports loooong lists w/o trouble). Supports Up and Down arrow keys as well as PgUp and PgDn. Enter key behaves like tab. Highly commented code.

2002C #8902
Capture IE Events

**UPDATED** Get events from all your IE instances through this one control.... Now has events for new insances started, automatically updates and exposes the browser collection.

2002C #9282
IE Events

**UPDATED** Get events from all your IE instances through this one control.... Now has events for new insances started, automatically updates and exposes the browser collection.

2002C #15468
System tray quick menu

Enables you to access your specified applications without going to the start menu or desktop. All done via the system tray

2002C #12815
Complete System Monitor Usercontrol

Having seen so many code snips that either only work with Windows9x or return incorrect values, I decided to write one that should work accross ALL version of Windows. I was able to find multiple pieces of code all over the place and assembled them into a neat little ActiveX control. This usercontrol can be be used visually, and optionally display the history of any if the following values; CPU Load %, Memory Load %, Free Pagefile %, Free Virtual Memory % and the HD Free space %. The control can also be hidden and used to manually retrieve the values below using the GetCurrentSystemLevels routine. This allows you to retrieve current system levels and isplay the information using your own layout/design; CPULoadPercent, MemoryLoadPercent, PhysicalMemoryTotal, PhysicalMemoryAvailable, PhysicalMemoryAvailablePercent, PageFileTotal, PageFileAvailable, PageFileAvailablePercent, VirtualMemoryTotal, VirtualMemoryAvailable, VirtualMemoryAvailablePercent, HDTotalBytes, HDTotalFreeBytes, HDAvailableFreeBytes, HDTotalBytesUsed, HDAvailablePercent The visual look of the control is fully customizable. All colors can be modified to fit the individual needs of developers.

2002C #14399
Easy CPU Load Monitor!

Gives the procssor usage in percentage % only works on Win95/98/ME/NT4

2002C #15243
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

2002C #15257
[*A Cool Paint, Draw Program [Super Line]*]

Draws nice images with help from the line(x1,y1)-(x2,y2)

2002C #15448
Euro Converter

Simple and easy euro converter with a good looking interface. Try it or see its preview before testing! Thanks if you decide to vote for it.

2002C #15461
Block Keyboard and Mouse

How Block(deactivate)and Unblock the Keyboard and Mouse with one line. Is Useful ?. Please vote.

2002C #14097
Adjust app priority

sets your app to be of "High" priority

2002C #15390
Receipt

This is a receipt program. Not very much but useful. I did this prohram for my dad. So he told me how we wanted it. Hope you like it. Please vote for me.

2002C #13197
Free-Quest (Time to play)

Free-Quest is a text-based RPG game with graphical interface. Single player oriented. Includes Quest-Maker to create your own Quests.

Languages
Top Categories
Global Discovery