Results for "Volume: 2002C"
This program broadcasts messages to other machines. The message is scrolled horizontally across a thin window at the bottom of the receivers machine. It can be configured as an NT Service or a standard exe. Shows how to implement and NT Service, UDP communications with Winsock, Registry manipulation, System Tray, scrolling text. IMPORTANT! Please read the README file included in the zip.
Lan Chat 32 is designed to chat with another computer directly. No sever needed! Client/Host in the same program. All you need is the Host computer IP, your IP is shown on the form. Upped by request, Full source and working pprogram included! (Again, this is not originally my code! I Just made it ALOT better than the original. Original submitted by Arthur Chaparyan)
Sorry last entry had no .BAS FILE, SORRY FOLKS... It demonstrates how to use the drag & drop methods. It also shows you how to dynamically add controls in run time and how to move controls around. The prog lets you create controls and have them snap to a grid.
Disables IE popup windows by using an VB Front-end browser and redirecting the popup window to a second invisible webbrowser control.
Various ports of the MD5 RSA Reference Implementation. This includes a VB Native Class, a C DLL (with VB wrapper), and a Java port. The MD5 algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. It is intended for digital signature applications, where a large file must be "compressed" in a secure manner before being encrypted with a private (secret) key under a public-key cryptosystem such as RSA. For more information about this algorithm, see the following: http://www.w3.org/PICS/DSig/RSA-MD5_1_0.html http://www.gl.umbc.edu/~mabzug1/cs/md5/md5.html
Sends an SMS message to a cell phone for free. It makes use of the ServerXMLHTTP object contained in msxml3.dll. Uses the free German Web service www.billiger-telefonieren.de. The cookie checks of the site are circumvented by doing the cookie handling explicitely. Therefore this code should work even server-side! Please note that the site still puts some requirement on the send message. For example messages with subjects like "test" are rejected. And: you can't send more than a certain number of messages to the the same number. For the most recent updates please visit my homepage.
This code is the equivalence of the bitwise complement C opertator (~), except this only works on strings. I got tired of not having this capability, so I wrote it =)
Quick and dirty code to get MouseWheel event information without any ocx, just a few constants and lines of code...
This program is a great example of how to code complicated functions in Microsoft Windows 95/98. With Morphex, you can: remove desktop icons, center forms, place forms OnTop, open Internet URLs, open/close the CD-Rom tray, disable the Key Buttons(Ctrl+Alt+Delete, Alt+Tab, and Windows Key), remove the start button, remove the taskbar, remove the taskbar icons, remove the taskbar clock, and remove the taskbar programs. This is a great program for cut-and-paste coding because all of the source code to the function is displayed while the function is in use. Everything is organized into a nice looking GUI with available clean-up option that resets your computer to its original state before the program started. This is the newest version of Morphex as of 1-28-2000. Check the site for more versions by going to search and using the keyword 'Morphex'.
This code can literally do anything you wish with an INI file. Here are a list of the 21 INI functions that I created. These took me a long time to make, so please let me know what you think. A program is included that explains everything completely...from how to use the functions...to an explanation of each variable. GetKeyVal(), AddToINI(), DeleteSection(), DeleteKey(), DeleteKeyValue(), TotalSections(), TotalKeys(), NumKeys()-"To count how many keys in 1 section"-RenameSection(), RenameKey(), GetKey(), GetKey2(), GetSection(), IsKey(), IsSection(), KeyExists(), KeyExists2(), SectionExists(), GetSectionIndex(), GetKeyIndex(), GetKeyIndex2().
A new FlexGrid whith editing ... very cool!
Disables the effect of Ctrl+Alt+Del and Alt-Tab. It can be used for security programs or just so the user cant exit your program or restart the computer from the keyboard.
That'S soo cool, you hva the internet time, sheelexcute, and regedit.. Also theres an ocx file wich shapes the form in SHAPES
well, i've been wanting to use the 'coolbar' component, but couldn't find an example to go by, so i spent an hour and beat it up and figured it out, so i thought i'd make my contribution to PSC in return for all i've learned from the code that others have posted here. the example i made is a mock of IE's URL(address) window with a combobox in the 1st band. in the 2nd band i added a simple mp3 player embedded in a toolbar. hope this helps out others that have been trying to figure the coolbar out....i'm prolly gonna regret this, but if you have any questions on it, email me...enjoy!
This is a module that you can add to your project to encrypt/decrypt using the CryptoAPI. This is the standard API used regardless of who provides the dll which actually does the encryption. Microsoft give you one such dll as standard with windows or NT, but the API ensures that you have the same interface to anyone elses, or even write your own. These different encryption dlls are called Cryptographic Service Providers (CSP's) and the standard Microsoft one is called "Microsoft Base Cryptographic Provider v1.0". To use a different CSP all you have to do is change a constant in this module. This module ensures that there are no carriage returns or line feeds in the encrypted value so that you can easily write it to an ini file for example. This version contains a fix to the original version.
Simply sorts a 1 dimensional array using a bubble sort algorythm.
VERY VERY Simple -- I got tired of downloading project files and having to manually take out the Retained=0 line from the project file to use in VB 5.0 -- This does that for you..simple code, simple process
Returns instant record count, structure of DBF files
The code is for a program to look up error numbers and find a more easy to understand description of that error. Very good for debuging
like the first coolbar example i posted, this one has professional web browser buttons in a toolbar embedded in the coolbar along with the 2nd row with the URL address window(combobox)