Results for "Volume: 2002C"
It´s an ocx that takes plain text and outputs MSCOMM compatable code for direct sending to a ground SMSC.
Laser 3D 2 includes all the features of the popular Laser 3D Effect, as well as three new transitions: Wierd draw, Weird Draw Slow, and Printer Scan. The code was translated, and FULLY COMMENTED (every line!). You must see this to believe it!
Automatically rescales a form to keep the layout identical at any size. For those of you out there who lock your forms to a certain size because rescaling is such a pain, give this a try...you will love it! NOTE: Although this code works as is, it is JUST AN EXAMPLE. You should be able to take the same logic and apply it to all of your forms, but please note that this example does not handle every type of control. For special controls (dbGrid, etc.) you will have to write a little code yourself to make it work.
This will let you merge any type of file(s) into one big file. This will work with Almost all audio files (.mp3, .wav) and almost all Video files (.Avi, .Mpeg). Just think, merging all your favorite mp3s into one big file so you don't have to keep making playlists on your audio player and just think if you have a split up DiVX movie and want to put all of the parts together, this will do it. This will also merge .VOB files ripped from your DVD! This program includes the following:1.) Ability to merge a list of files top to bottom all together into one file.2.)Lets you have the option of just generating a Batch file to merge your files. This way if you wanted to you could include the batch file with your split up files so a user can merge them together again.3.) Option menu to manipulate the File Listbox4.)Ability to add a file either by Drag and Droping a file(s) into the File Listbox or by pressing the Add File CommandButton or Menu.5.) Ability to add all the files from a selected folder and/or it's sub-directory's files.So check it out and please vote for my code.-Mike Canejo
You may have seen The Internet Explorer 4.0 Power Toys ZoomIn And ZoomOut Add-on's. this Tutorial will learn you how they where made and how they where added as menu Items. The ZoomIn.htm And ZoomOut.Htm is in the zip And it's translated from javascript to vbscript. All code is well Commented. I wrote this so that peaple out there can write some Good Addons
This code converts ANSI (from servers) to RTF with simple and understandable code. If you improve this code please send the new one to me :) Although this code is quite fast and efficient. Thanks goes out to vcv!
Setting System wide Shell hook. Sample application search for all shell event and write them into log. When new window created, activated, destroyed, language locale change, task manager activated - you'll receive notification.
To make patching a target at runtime possible/more easy in VBA. Why? Because many people only have VBA at their disposal. Let's give power to VBA-coders! code your own patch-engine in VBA to make permanent patches. Updated: 28-06-2000. Help me by evaluating this dll or just use it! Ver 2.1.
This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.
Ever wonder how to create your own custom list of parameters for one of your functions? You know, like the MsgBox options list with items like vbQuestion, vbExclamation, etc? This article shows you how. It is easier than you might think.
This code is an update to the Icon to Text converter submitted by Ben Jones. I have posted this with his permission. Please visit his website at: http://www.codearchive.com/~dreamvb If you like it, please vote. Anyway, This update adds the following abilities: Ability to convert any image insertable into a picturebox. I.E. JPG, GIF, BMP, WMF, ICO. Large picture support. Will support text files with widths up to 22 inches without word wrapping, larger with word wrapping. Character support for up to 223 colors Full-color text display using richtextbox control. (Now saves to rtf, but you can comment out that option) Color legend to show mappings (Uses dynamic control loading) Requires RichTextbox control for rtf previewing, Windows common controls 6.0 for progressbar. Produces RTF text picture with color legend. My girlfriend uses this for cross-stitch patterns. However, Color is limited to 223 colors(character set 33-255) However, I've had great success in converting jpgs to 256 color bitmaps prior to converting to text. Basically, I have changed Ben's conversion logic to an array of colors with indexes equal to ascii character codes.
Splits a string into an array. If you send a " " it will split all the words into each array position.
This is a multi connection chat using winsock. It supports multi-user, coloured chat windows, private messages, and will even display all the tasks running on another clients PC (but you'll have to look in the code for the command =). Each client displays the entry and exit of other clients, as well as maintaining a listbox of current users. Also included is a mIRC like entry box where you can use the up and down arrows to access recent commands. Please leave any suggestions. This is my first post here and a work in progress. Any suggestions will be appreciated.
If you have never heard of, or used the Python Scripting Language you may want to now. This example shows how to call Python Scripts from Visual Basic using COM. This is a simple example but will get you started. Python is a cross platform scripting language with an easy to use syntax (similar to VB). Its completely object oriented and used by some very powerful companies. ie NASA, Google, Infoseek, etc. To get this example running please read the instructions.txt fine included in the zip.
Quita los caracteres "*" PASSWORD, funciona en varias aplicaciones w95/nt , algunas en las cuales el control cambia el "Class Name" Hay programas que hacen practicamente lo mismo, este codigo sin embargo permite seguir escribiendo sin los caracteres PASSWORD almenos hasta que cierren la aplicaciòn
Yawn I hear you say, Not another Flag waver that distorts a picture in a sine wave pattern.... But wait! How would you like code that does that, which is Fast (under 1 Millisecond!!!), Small (7 Lines!!!) and robust (loads of options), Well you've come to the right place come and check it out. I'm sure you'll be impressed. P.S. Don't forget to vote :)
Class for adding tooltips for any control with hwnd property. You can chose back and fore color for tooltips, style (standard or ballon), center it. Allow to add tooltips to every item in controls with items (listbox, listview, treeview). You can set delay and visible time of tooltip and its maximum width.
this code will let you send emails to anyone,anonymously so noone can find out that you sent it..for more info connecto irc.venomx.com and join channel #system33
A Telnet Server MULTI-Client! Many features ready! Easy to change/add your commands/help etc! User access verification and more! Adduser/Deluser from telnet commands, who, userlist and many other features. Great Telnet Environment! A must for every Telnet Server Programmer/Developer.
This is an upgrade of my EnumerationX program that enumerates the parent windows and child windows inside them. You can minimize,maximize, or restore, close, hide , show any parent window by right clicking on its handle. You can see the text written on any child window, also the text behind ******* password fields. It can spy and fetch the 'menus' of any application and captures there menus in a tree view, when you click there menu items inside EnumerationX actual menus of the application gets accessed. See the readme file inside it before spying on menus.