Advertisement

Results for "Category: Miscellaneous"

2002ASP #1567
Extract Icons

Extract and save Icons from dlls, ans exe files. I used an example found on AllApi.net

2002ASP #1573
The Use of Transparent GIF in your projects.

When you have imported a selfmade bitmap into you project (for example with a grey background) it looks great when the backcolor from the form is also grey. But when you change the form color with windows settings the formcolor changes but not the back ground of your picture. Follow the steps below how to get ridoff this problem. 1: First Download the zip that comes with this explaning text. 2: Unzip it. When you are done start the programm. 3: Open Paint en select for a backgroundcolor the cyan color. 4: Draw your picture (dont use the background color) 5: select your picture and copy it to the clipboard. 6: Go to the Microsoft Animated Gif Editor and press the paste button. You will see that your picture is imported in the first frame. 7: Select the Image Tab 8: Klick on the transparantcy Checkbox and then on the littele colorbox below 9: Select the same background color you have used in paint (the cyan color)and press the OK button 10: Press the savebutton and save your picture 11: now open visual basic and start a Basic Program. 12: Put an Image control on your form. 13: Now select the Picture propperty and search for your safed gif you have made in the steps before. 14: When you have opend your picture you will see that the ugly cyan backgroundcolor has become transparent and the is has become the color from the active form.

2002ASP #1574
A1 code 4 your prog 2 go into the start menu @ run

This short code enables you to make your application insert itself into the user's Startup menu, if it's not already there, so that it will run every time they start up their computer. Now works with WinNT and Win2000

2002ASP #1582
To play RTTTL (nokia ring tone) tunes

If you have a nokia mobile phone and looked at ring tones you will have come across RTTTL, the text format for the tunes. This is a stand alone module with one public function PlayRTTTL. You give it a tune as a string in RTTTL format and it plays it using beeps. Note that this only works on NT as the Beep function is different on windows. If you are wondering what it could be used for, here is an example, at work we have written a phone book system for staff extension numbers and when you click on an entry you see details about the person and a picture. I wanted to let staff also give themselves a theme song that would play when you clicked on them. Since there are hundreds of RTTTL tunes available on the internet I decided to use that format as it is easily edited by users and saved to the database, and users can add new ones whenever they like. The code could have been written better, but I wanted to keep it in a self contained single module that you could plug and play into any project. This has nothing to do with Nokia mobile phones, it just uses the same format for the tunes. If you have not seen them, this is an example of the format: Simpsons:d=4,o=5,b=160:c.6,e6,f#6,8a6,g.6,e6,c6,8a,8f#, 8f#,8f#,2g,8p,8p,8f#,8f#,8f#,8g,a#.,8c6,8c6,8c6,c6 The Simpsons are probably copyrighted so don't use that one at home kids :)

2002ASP #1594
Lan Chat 32 v2.0 w/Source & Working Prog

Here is the Updated version of my ooriginal submission Lan Chat 32 *Complete* With updates such as Compact View, IP list, Better GUI, Listen on Load, and others. I am currently working on adding Bold, Italic and Underlined text as well as being able to send colors and a multiple connection interface. (Removed last submission, upped the wrong zip file)

2002ASP #1595
Lan Chat Program *Full Source & Prog*

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)

2002ASP #1599
Simple 1d array bubble sort module

Simply sorts a 1 dimensional array using a bubble sort algorythm.

2002ASP #1613
MD5 Message Digest Algorithms

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

2002ASP #1622
Disable the effect of Ctrl+Alt+Del and Alt+Tab

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.

2002ASP #1643
Joystick - Mouse - Thing

This Here chunk 'o code makes it so you can use a joystick instead 'o a mouse. up/down right/left do just that, and button 1 is leftclick , button 2 is rightclick. I couldn't get middleclick to work. Please tell me what you think!

2002ASP #1649
Add User Initials to a block of selected text

If you have to add your username or initals tag to each change you make in code, this lets you select a block of text and add it to the end of each line.

2002ASP #1659
Dedect keypress

This code finds if any key pressed. This will be helpfull for example you're programming a screensaver. But you can not get keypresses through forms because of some components which does not support this keypress event. So you must use some API's to do this.

2002ASP #1703
my little window spy

Hi this is a little bit of code I was playing with that will give you the window text and hangle and also the class name under the mouse cursor. anyway I hope you find some use for it. I have also commented it as much as i chould.

2002ASP #1726
Back Color

Creates a gradient effect on a form

2002ASP #1737
^ Font Properties ^

This little coding lets the user see how many fonts they have and what they can do with it..this is kind of old..but i was bored.

2002ASP #1738
Ctrl+Alt+Del & Alt+Tab Method (Enable/Disable)

This coding will let you ENABLE and DISABLE the Ctrl + Alt + Del Method and also the Alt + Tab Method. Have Fun. Please Vote for Me.

2002ASP #1739
AOL C-Chat (c-com) **ZIPPED UP WITH EVERYTHING**

This is a c-chat or c-com FOR aol ( America Online ) , whatever you call it..all you have to do is, type in the chat wahtever you want, and then it does it, like here is an example, .newmail ; this would open the new mail you have gotten for aol, THIS WILL HELP YOU!!! THIS IS THE FORM, .BAS, CHATSCAN ALL ZIPPED UP!!!!!!

2002ASP #1742
Visual Net Send

This allows a user to send an instant message to other users on a network. It includes storable "mailing list" capabilties, customizable message "macro" buttons, and an optional customizable message header.

2002ASP #1757
C Hex to VB Hex Convertor * Updated and Fixed*

* Thanks to Paul Mather I improved my lame skills in strings, now the function is MUCH shorter I have created a function that converts C Hex values (Example: 0x0001) to VB Hex values (Example: &H1) with no APIs , just one usefull function. And one things is fixed, in the updated version I put a removing of the all zeros in the hex, now fixed... :-)

2002ASP #1764
HTML Help and VB

This tutorial will learn you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help". This tutorial is fully illustrated, (17 images), everything done nicely step by step. VB6 is REQUIRED. This will not work with older versions.

Languages
Top Categories
Global Discovery