Results for "Volume: 7_2009-2012"
Sunero ActiveZoomer is an application, which is similar to the Windows 2000 zoom application… It has the following features… + It shows a zoomed image of the screen, using the mouse position. + Completely Flicker – Free + Uses API + Zooms according to the size of the window + Stays on Top i.e. above all the windows (including the start menu) + Specify area to be zoomed All this and more in this incredible app! PLEASE VOTE !!! :o)
Similar to Winzip (without the compression tho) it complies many files into one file. double clicking on the basket icon (check screenshot) minimises and maximises the App (which is always on top) - You drag files to the basket or listview and it adds them to the list. You can then compile the list...A nice bonus, is that you can drag files from anywhere in explorer, add them to the list, and then drag them out of the list to copy it elsewhere. Please remember that this is a very early version of what this app will be able to do. I'm already half-way through a compression algorithm - and when i'm finished that, and other features, i'll submit - ver. 2. It also has some basic file association attached, to open the files with the app. I would really apprectiate comments and criticisms (and of course votes), to see if i'm on the right track. So please take the time? Any probs (i'm sure there will be) - [email protected] >:) tnx everyone... P.S - Thanx to whoever wrote/submitted the assosiation Mod which i used...
This code will allow you to encrypt text. It uses the method used by ICQ to encrypt its packet. Actually this is part of an ICQ client that I am making. This code is the core to ICQ.
Play a WAV file and see the GRAPHIC wave pattern as it plays! Sort of like the Windows Sound Recorder. This program is small so you can easily understand it, and can use your own customizing talents to make it more special.
This program encrypt or decrypt a text, with a key and a checksum checker. Very good program
this simpel program will shut down windows WITHOUT the use of any API in just 1 line of code....please vote for my code thanks -jason
Lets you edit, look at, and much more with cgi scripts. Numbers the lines on the right, highlights the code and even as you type, uses ZER0 OCX's and much much more. Also shows you how to do a lot of stuff involving a text editor or script editor. Saves all your settings and uses intuitive non-ocx interfaces throughout. As well as using common dialog's with api, unlimited undo , complex string manipulation, and much more. (Updated October 16: Fixed a GUI bug and redid the color module yet again...Still some bugs in it that are really annoying..Also fixed a bug with the undo/redo staying enabled when you closed a mdiform..Thanks to drevil for pointing that out to me.)
Okie this is for all you AOL people. This is a module i have been putting together for a while now. When i was writing it i didnt write it with intention of giving it out, so its not commented. Begginers will not understand this code, but will be able to use it. Advanced people should be able to understand it, but i dont suggest messing with it because you can mess something up. I tested each function/sub and tried to make it as good as possible. Tell me what you think of it and dont forget to vote.
Keep track of your contacts! Dial their phone number(s)! Write them an E-Mail or visit their website with the click of a button. Please vote!
This code makes it possible to use function pointers (no, not OBJPtr) basic funciton pointers, in VB. It uses two API calls. Basically, it uses a window callback as the entry point for your new function, redirecting the window call to the function supplied. A little out of the norm, but a handy thing to have when callbacks to non-objects is needed. If you are attempting to call objects back, I recommend either the undocumented ObjPtr() or CallByName (when you know the name of the object function to call)
This is a short snippit to use Intel assembler to do an insert sort.
This is an example of how to use treeview control and nodes. If you have never used treeview before this is perfect for you. The treeview control is very powerful control if you know how to use it right. This code shows how to do some of the basic things with it as well as how to call popupmenues and few programming techniques. The code is well commented so it will be easy to understand.
I haven't seen this on PSC using the filesystem object or a collection. very neat and fast since you don't need to go through it twice to redim an array. the only slow down with this code is the print statement.
Displays a list of available printers installed on the computer, and lets you select one to use.
This class module automatically fills the text of a combo box, using an API call to look up the text from its list.
this code is an example for anyone interested in making a dictionary or any sort of internet file, it goes to dictionary.msn.com and takes the definitions and returns them to the program, a great program!
A reporting control to ease printing of reports. The control will also enabled preview of reports, save to file and printing to the printer. With this control, user have control on the printing format (code level) as to using the a third party ReportWriter
Wanna know how to connect a client and a server via winsock without the other person having to know your IP???
Print in columns to a printer or adapt this code to print to a form. First character alignes in a column for each row. No "Space(##)" and no grid. The project I am working on needed to be able to print an unforseen number of single words enterd by the user, whether 5, 25 or 100 and it should be neat and consistant. This code is a cut down version of my sub to show the principle and can be easily adapted. My thanks go to Harvest R for a tutorial(80647232000.zip) I downloaded in Aug/00 which I highly recomend. I hope this code can be used as a learning aid.
The code makes a program that will let the user type in information, and the computer will say it back.