Results for "Volume: 2002VB"
This code demonstrates how to create a prompt driven program, similar to a dos console.
This Module Saves you trouble of doing anything apart from connecting. its a sort of server/client thing, but VERY simple to use! For example. if i wanted to send a file, i would type "Sendfile Winsock, Filename" and in the recievedata part of the server/client winsock, i type "ReceiveData Winsock". ITS that easy! I have included a demo project that connects to your own pc. vote for me!!! fixed a problem 22/9/01
The code is very easy to make your own systemwide hotkeys with API Call!
I've seen many submissions of portscanners that use one winsock, but hardly any that use 50+. This code uses anything upto 200 simultaneous sockets / controls, to make it fast and accureate.. and it's fully commented.
Similar to BinFileEdit1, but for readers who have a fast machine which can afford a synchronized display of both hex and character highlights with each move in Edit Mode. As with BinFileEdit1, this code includes Hex Edit functions. View/edit binary and text files, with both hex and character search facilities fully functional, and you can print any displayed page (each page upto 512 bytes, showing byte positions, hex and characters). - Note: This version is for a faster machine, if you have a slower one, you may use BinFileEdit1 instead.
This translates english to...well ebonics. I just did it for fun cause I was bored, but it can translate like whole documents 'n stuff. Read at the screen shot.
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)
Want to add the system tray to your application? (NOT add app to system tray!) just like the windows explorer bar does? Here's how to do this. This Code is base on other codes. It may give some problems if both the explorer-tray and this app tray are running. Try running this app as shell (Sometimes you need to load systray.exe first) Or run for instance winamp when the application is loaded.
Allow family and friends to be blocked from your computer, includes lots of features and was given a 98% rating and a 97% rating from other sites. Soon if this code picks up I hope to bring out Version 3.0 with a few more features. Voting for this code will make my day. Please make a comment and be true full about it.
Text to Speech, You will need a copy of the newer version of XVoice.dll or the older version 4.0, Or even VText.dll, but if you use Vtext.dll you may have to change a bit of code. Please vote for my code.
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 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.