Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #34915
NetZero v3.1.2

This is probably the first NetZero alteration made for v3.1.2 considering they only came out with it yesterday morning. It basically removes the NetZero banners, but also replaces the logon screen. I put a lot of work into the code and would appreciate votes and/or comments. I really don't want there to be arguments in the feedback section over how this effects NetZero, so for anybody who is going to post a reply please just let the comments be about the code. *Now with disconnect button *It now takes away the 40 hour time limmit!

ASP_Volume2 #34923
NextPad (**New Version**)

Hello And Welcome Too NextPad,, Thanks For Feautures : -------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. * Better Toolbar Now its A CoolBar * Better Launching of a New iNstance Because Now you can add command line parameters * NextPad Now Has An Option Too Remember Previous window Position And WindowState * You Can Now Set The Back Color ANd Forecolor Of the TextBoxes * Better Text File Manager -------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............

ASP_Volume2 #34950
Net Frank

To control a "friends" computer remotely. Instructions and FRANKINAL application included.

ASP_Volume2 #34959
A better way to code Keyboard info

A better way to code Keyboard info. After Seeing a virtual keyboard and the amount of code needed for it, I decided to post a better one with about 100 less lines of code in it. In fact only 48 lines including all basic commands

ASP_Volume2 #34961
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 :)

ASP_Volume2 #34977
Password Viewer(Shows the REAL text in a *textbox)

This amazing piece of code actually shows you the real password in those password boxes instead of the ***** you always see! This code uses the mouse as a "revealing glass"(Sorry, I couldn't find any icons of a magnifying glass to use for the cursor), so that when you move the mouse over a textbox, the password changes to REAL TEXT, and when you move it away, the password is shown as ***** again! This effect is easily edited out of the code, if desired. This program is not meant for stealing passwords, please do not use it for that purpose. I hold no responsibility for passwords stolen using this program. This program won't work with IE, but it will work with Netscape, because of the way it handles windows.

ASP_Volume2 #34978
FullScreen Apps

Make your Form(s) fullscreen without any Active X or even any Code! Very Useful, especially when making VB Games. Takes about 30 sec!

ASP_Volume2 #34981
Dial-up Networking

Dial-up Networking demo. Soon it will be updated with RasGetEntryProperties and RasSetEntryProperties API's. Some parts are not written by me...

ASP_Volume2 #34984
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)

ASP_Volume2 #34993
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.

ASP_Volume2 #34997
Simple 1d array bubble sort module

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

ASP_Volume2 #35001
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!

ASP_Volume2 #35004
Easily Play a WAV File

This source code will easily allow you to play a WAV file from within your Visual Basic application WITHOUT using an ActiveX Control. The two most amazing facts about this source code that amazed me were: • The value for the "flag." I had absolutely no idea what to do for the flag. But I took a good guess at it, and I got it! • It will actually play the WAV file from the Visual Basic environment (you don't need to compile it to hear the sound).

ASP_Volume2 #35010
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.

ASP_Volume2 #35014
Gravity / Force Controlled Ball (s)

I posted a first version, but this is better so CHECK IT OUT ! You can create balls that bounce arond the screen interacting with each other. They take into acccount gravity and force. Each ball has its own force and when it hits another force is passed through to it. The balls bounce as if it is in real life. You can increase and decrease both the force and the gravity. The code is done by Using INSTANCES OF A CLASS - so if you want to learn classes look at this it will help This is really cool so check it out !

ASP_Volume2 #35026
Calender v 6.12.27

Calender, (Great code for Newbies). It shows the following. 1: How to read & write from the registry & .ini files. 2: How to make Date & Time the way you want. 3: How to create Tray Icons with right click Menus. 4: Shutdown & Reboot Windows. 5: Creates a Log & Saves it. 6: Allows you to Delete your log files. 7: Lists nearly all of the DTPicker control properties. 8: It will automatically load into your Icon Tray. 9: You can even have it startup when windows starts. (Added into Registry, Not Startup). 10: Included is a Basic Help File (.chm). Make sure you Register .ocx file. Thats it, I'm not sure if this will work on Windows NT. Try it out yourself. A few bugs have been reported and fixed. .zip has been updated on. Sat 04 Mar 2000. (.chm file will shows if i have missed any files.) Please leave comments. I want to find out how to fix any bugs in it. BJ

ASP_Volume2 #35028
AOL Password logger

This code goes one step further than the password viewer that I submitted... this code actually logs an AOL password to a file! Here's how you do it: You run the code. You get someone to sign on(Guest support will be coming soon, but is not yet supported), and once they click connect, their password will be logged to the file pw.txt in the directory that the program is in. NOTE: This will not work if the user has a stored password, he must type in his password for this to work.

ASP_Volume2 #35029
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.

ASP_Volume2 #35038
Create a new directory without API - One line only

This code will make a new directory without any API, i've searched for some codes here, but didnt find any short code for creating a directory. So, here it is, only one line of code ! No Api & only for begginers. I think Advanced people know this ! you can check it anyhow. Enjoy :) ICQ # : 7293201 E-mail : [email protected]

ASP_Volume2 #35041
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)

Languages
Top Categories
Global Discovery