Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #180555
ClipboardChangedControl

Drop the control on your form and then when your app is running the "ClipboardChanged" event will trigger whenever the clipboard contenst change, system wide.

5_2007-2008 #189323
BaseConv ..Again

[Base Converter] Converts any base to any base. Updated - no bugs & smaller code. Had to post it again cos changing my email seems to have created a new author and deleted my old account, anyway... enjoy.

5_2007-2008 #185481
Windows XP/2000 Popup Balloons (now commented!)

This control adds an icon to your systray and has built in function to display a popup balloon and receiving clicks from it. It also includes a control for displaying popup balloons on textboxes and comboboxes. All with pure API. Inputs: TrayIcon.InfoTip - Sets tooltip for your systray icon (eg. TrayIcon.InfoTip = App.Title) TrayIcon.TrayIcon - Sets icon for your systray icon (eg. TrayIcon.TrayIcon = Me.Icon (WITHOUT SET)) TrayIcon.InTray - Sets wheter the icon in the systray should be visible or not (eg. TrayIcon.InTray = True) TrayIcon.PopupBalloon - Displays a balloon for the systray icon (eg. TrayIcon.PopupBalloon("My message", "My title", bsIconInformation)) TextBalloon.ShowBalloon - Shows a balloon for a textbox (eg. TextBalloon.ShowBalloon(Text1.hWnd, "My message", "My title", bsIconInformation)) TextBalloon.ShowComboBoxBalloon - Shows a balloon pointing at a combobox (eg. TextBalloon.ShowComboBoxBalloon(Combo1.hWnd, "My message", "My title", bsIconCritical)) Returns: Returns events for TrayIcon as events on trayicon clicks and balloon clicks. Side Effects: All parameters must be set in code and not Property Viewer, for the TextBalloon control to work you need a manifest to give xp-style to your app.

5_2007-2008 #176187
Calculos estadisticos | Simple Estadistic compute

Calculos estadisticos simples

5_2007-2008 #184429
New version of my matrix screensaver

Matrix screensaver with a few bells and whistles. I hope you like it. I'm going to have to do the next one in directX. Any helpful suggestions are greatly received! ...as are comments and votes. :))

5_2007-2008 #176809
SEARCH FILES USING RECURSION

SEARCH FILES FAST USING RECURSION, SEE IT BY YOURSELF!!!

5_2007-2008 #187902
File & Folder Search

A program to search files and folders like the one supplied with Windows. My Windows searcher keeps failing after a few weeks so I put this one together. I used as much API as I could.

5_2007-2008 #183267
OpenGL Viewer for 3D Models

This program reads, loads and views Wavefront .Obj files in OpenGL environment. To use OpenGL in the program I used the ‘glxCtl’ ActiveX control. This ActiveX control is a library to support higher level routines for OpenGL, handles the setup of OpenGL window and fires various events…. To run this program you need to download two files the ActiveX file ‘glxCtl.ocx v 1.4’ and VBOpenGL type library v 1.2 (VBOpenGL.tlb). You can download ‘glxCtl.ocx v1.4’ from http://home.pacific.net.hk/~edx/bin/glxctl14.zip And the file ‘VBOpenGL.tlb’ from http://home.pacific.net.hk/~edx/bin/vbogl12.zip ( The ActiveX was made by Edx for more information please check his website http://home.pacific.net.hk/~edx/) After you download these files, put them in the ‘System32’ folder under Windows Folder. To use these files in Visual Basic you will need to register them. Registering ‘VBOpenGL.tlb Run visual basic and click on References in the Project Menu, in the Reference window browse for ‘VBOpenGL.tlb’ file and double click it. Registering ‘glxCtl.ocx’ Again in the Project Menu, click on Components, in the Components-Controls window browse for ‘glxCtl.ocx’ and double click it. Now the files are registered and you can run the program, I have included two .obj files (soccerball.obj and table.obj) to demonstrate the program. The class file I developed for reading the .obj files is very efficient and fast. You can draw any model in any CAD environment, and then you should convert the file to .obj file format by using any converter software (e.g. Right Hemisphere’s Deep Exloration Software). To rotate the model on the screen use the arrow keys, PageUP and PageDOWN. Keys ‘Z’ and ‘X’ zooms in and out. I hope the program will be useful. I would appreciate your votes :))

5_2007-2008 #188616
INI Files Made Easy! *Updated 11/6/03*

This is a powerful class file that does just about anything you need to do with an ini file. Very easy to use!! Can save/load arrays and collections. Also includes A function to pretty up an ini file... *Updated 11/6/03* A subtle bugfix in collection saving has been fixed, and more comments added about WriteSection() and its benefits, this class has now been time tested and is very robust, it is a permanent addition in my code folder...

5_2007-2008 #187098
DeskNote

ever wanted to store notes on your desktop? well this does just that! no more faffing around with notepad trying to find where u put that .txt file or whateva, with a few clicks here and there you can have a system up where ur notes load up on startup ready and waiting!! includes some 3rd party coding (which i thank you guys!!) and does the job well

5_2007-2008 #190300
One liner code

One line code to display: 1 Display Control panel 2 View the display settings 3 Display Mouse settings 4 Display the Keyboard settings 5 Display Modem settings 6 Display Printer settings 7 Display time/date settings Reposted from : "Stringer" ([email protected])

5_2007-2008 #189346
uSc_ListView_Xtended_Sort.

[v 1.1] You can use this class to sort ListView columns that contains numbers, dates and time. uSc_ListView_Xtended_Sort is not very fast, but it's powerful and easy to use and customize. Update: Now it shows sort icon on right

5_2007-2008 #188725
Http Keylogger (First on PSC)

This is a http keylogger meaning a web server (hosts website and a keylogger) together it takes everything you type and puts in a log file and hosts the log on the net you can test by typing in 127.0.0.1 or Localhost or your ip in the address bar of your Internet Explorer PLEASE VOTE THX!

5_2007-2008 #187584
Single Line About Box

This is very simple, easy, fastest way to make your About from which gives a really profession look to your application. Just a Single line of code, no over heads. If you like, vote plz. Thanks.

5_2007-2008 #180608
Abware's PUMA - General purpose advanced scripting editor

***UPDATE 07.09.2003*** fixed bug in loading script objects reference from the file scriptObjects.dat ***UPDATE 17.06.2003 **** Fixed few bugs in the debugger mechanism, improved GUI, user control more generic and independent, Added new feature - LINKED DOCUMENTS: User can attach a script files to the tree view nodes and the application will synchronize the database to this files. Added vertical resize for the debug window. ******** GENERAL SCRIPTING EDITOR - This is a generic application to show, colorize, execute and even DEBUG !!! VB scripts and SQL scripts (DEBUG is only for vb scripts). You can write all kind of scripts and save them in the built in Knowledge base mechanism. You can DEBUG Vb scripts by pressing F5 and then F8 to step row by row like in visual studio!!! You can also Execute SQL scripts if u have ORACLE CLIENT installed. The editor contains VB like INTELISENSE mechanism to help u type your code. You can attach external objects to the editor simply by updating text files telling their names. these objects will show automatically in the intelisense mechanism. The editor is highly flexible and independent, you can plug it in any of your apps because its simply a user control (actualy 2 user controls and one class). The keywords coloring process depends on an internal database so you can update it to have your own keywords colored. the source code has lots of remarks but don't try to understand all of it - its to hard even for me (especialy the debugger mechanism and the RTF coloring). I also embedded some built in objects to help you type powerfull scripts and understand how this concept works the objects are:1) xml - for managing xml buffers 2) reg - to get registry values 3) seq - to do some nice tricks with the editor like running scripts from another another scripts and 4) system - for doing general stuff like writing to the debug window, sleep, doevents etc. I use this scripting debugger every day especialy to run ORACLE SQLs and for storing my private knowledge base. Its a great all purpose tool that can expand to do anything you can imagine - simply add an external object to the editor and you have all its functionality ready to be excuted from your scripts. Enjoy ! ADI BARDA ISRAEL

5_2007-2008 #183380
Plugin Interface

Now UPDATED whit an example There are 2 maps in the zipfile, in the map host you'll find a project and if you compile it, it will become the dll that your program has to use to let the plugins work. The second map is named "Plugin" and there is an example of how your plugin can be made EVRY FILE that is in the project of the map of "plugin" is necesarly to let it work like it must except form1, you can change that and ofcourse can you add your own things. An other important thing is that the projectname and the name of the dll (plugindll) is the same. PLEASE GIVE ME A GOOD RATE FOR THE CODE. I've done a lot of research to acomplish this (al code is selfwritten, except if there is standing some reference to another coder in the module)

5_2007-2008 #189446
Audio, Video, MP3 Player

This player opens video & music files, has play list, repeat song/list etc... Smile and Vote :)

5_2007-2008 #185130
Print Form Code Generator

Updated: Metric Grid Scale and Landscape capable. If you hate writing VB code to create printed forms, give this a try. Print Form Code Generator lets you create forms by dropping text boxes, pictures and line on a form and generate the VB print code to paste in your program. This is the first version and it can only get better. Feedback is welcome. To move lines, click to move a point shift + click to move the line ctrl + click to move point left and right only alt + click to move point up and down only shift+ctrl+click moves other point's top position to clicked point's top position shift+alt+click moves other point's left position to clicked point's left position New Version: Select paper size, and line ghosts gone!!

5_2007-2008 #187267
Login Using Inet

This is just another way of doing a user system for your program... How it works is whenever u wana add a new user you edit users.txt on your web server and then your program has that user in it... You could probably put a function to sign up in your program, and make it so it uses the ftp server of your web host to edit the users.txt and add the username... I havnt figured out how to make it so every user has his/her own password, but if you know e-mail me, [email protected].

5_2007-2008 #190305
Detect File Infection w/ Fingerprinting

Detect infection to any files on your computer with this complete program! This is my first attempt at an anti spyware/adware/trojan protector like Ad-Aware. Of course right now its no where close - it currently only fingerprints files, but with newer versions will come more advanced protection. Alteration Security allows any number of files to be monitered. Once a file is chosen it immediatly creates a backup of that file, so if an infection occurs, it offers you the option of restoring the file to its last settings. Good files to protect our files such as autoexec.bat, the hosts file, system.ini, win.ini etc... You can have it run on startup, and choose to scan the files every ___ minutes. (5 by default). I hope you enjoy it - votes and feedback appreciated!

Languages
Top Categories
Global Discovery