Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #27586
__Hide/Show Taskbar__

this shows examples of hiding the Taskbar!

ASP_Volume2 #27590
__Detect If A File Already Exists__

This Module Shows How to Detect If A File Already Exists! Please Comment And Vote!!!!!!

ASP_Volume2 #27602
Caller I.D.

This is everything you could ask for in a caller id program. This will monitor your incoming calls and display them if you have caller id and if your modem supports caller id. You can select a picture for the person calling. This will also speak if desired when a person calls and save all your calls. You will need the text-to-speech engine which you can get from http://www.microsoft.com/msagent/downloads/user.asp#tts. I've seen things way worse than this cost alot of money, so take advantage of this source. This is just a beta version. Most things have been tested. Please send any of your feedback or information to improve this source to [email protected] or pm me on AIM: kescalade1

ASP_Volume2 #27612
File Exists on Remote FTP server

Use this program when you want to check if a file exists on the remote FTP server. I wanted an application similar to this very badly, but, coudln't find one anywhere. So, I decided to write this. This is an extremely simple program without any API, OCX,DLL etc. I assume you can use FTP from the command prompt. If you like the program, please vote.

ASP_Volume2 #27623
VB+ASM - How to break into the Visual Studio debugger.

The included cDebug.cls class allows the user to break their application (or the VB IDE if run from there, not recommended) into the Visual Studio debugger. Make the sample project, run the executable, click the 'Break into debugger' button, a dialog will be displayed, click the Cancel button to enter the Visual Studio debugger, dismiss the message box and then press F10 twice to step thru the software interupt and the return statements and you'll be back in the VB calling routine. Provided you haven't run the program from the IDE, you should now see the Visual Basic statements interspersed with their implementing assembler codes. To ensure that you can view the VB source with your own programs.... make sure that the following options are set on the Project/Project Properties/Compile dialog... Compile to Native Code, Create Symbolic Debug Info. Also, before running the application to be debugged, be certain that the source code files on disk are up to date by selecting File/Save Project. I should stress that this submission is a shameless VB+ASM promotion, as the same trick can be achieved with an API call, as is demonstrated in the sample.

ASP_Volume2 #27627
A Simple Currency Converter!

This is a simple currency convert that converts 10 different currencies to US dollar amounts. All currency rates were taken as of 10/4/2003

ASP_Volume2 #27638
a --> Disable Ctrl+Alt+Del in WinXP with ONE LINE OF CODE! WORKS IN MULTIPLE LANGAUGES!<--

Super-simple way to disable Ctrl+Al+Del (but not Alt+Tab) in Windows XP and probably NT/2K as well. Anyone can do it, and it works in any language that lets you launch another app! How cool is that?

ASP_Volume2 #27639
Elastic Collision

Do you like math and physics? If "Yes", then here is the program that you're looking for, but if "No", then you still have a chance to like this program if you like graphics or games programming. This program is an application for the elastic collision between two objects. In elastic collision, the total momentum is always conserved, and after collision, the final velocities get distributed based on the masses and initial velocities of the two objects. This program is a good example of how to use math to move objects, detect collisions, draw graphs, and change objects sizes and positions. In this program, I made sure that all buttons get disabled during the movement except the Stop button, and I used the idea of global variables to exit the loop of action. One last thing, I think this program is kind of fun, especailly if you try different masses with different initial velocities. The graph also shows some intersting patterns of movements. I hope you'll learn something out of it... Good luck ...

ASP_Volume2 #27646
Artificial Intelligence ( The smart circle )

I called this program the Smart Circle because it's really a smart circle. Why? I tell you why. Imagine that you are lost in a desert, and you're looking for a way out. How are you going to find the pathway? You'll look around you (in circles)until you see the pathway. If you don't see anything, you may go to a higher place( assume there is a high place in the dessert) so that you can see further ( bigger circle ). The higher you go up, the further you can see. When you see the pathway, you'll move immediately in that direction until you reach the pathway. I'm sure you would like to move in straight line in that pathway, but how about if it's not straight, what are you going to do? You'll look right and left until you see the right direction in the path and go on. Isn't it crazy if you go back and forth in the same path so you don't move from your first point? I guess it is. So you have to move in one direction along the path. If you do all of that, I consider you a normal person, that's exactly what our Red Smart Circle is doing in this program. It uses the Sine and Cosine functions to find it's way. I made many comments in the code, so I hope it'll be easy for you to understand ... Good luck .

ASP_Volume2 #27678
MicroSearch

This is a tool I built to allow you to enter almost any U.S. telephone number, and it will find the person(s) Name (First/Last), Address, City/Zip, etc.. This only works if they're listed in the phone book! But it's still a nifty tool to keep around.

ASP_Volume2 #27679
YCht Protocol for Yahoo!

This is an example I created, how to use 'ycht' to login a Yahoo! chat room, and how to do a lot of cool things while logged in.

ASP_Volume2 #27698
A VB Screen Saver (Matrix, Star Field, and Patterns)

This is A Screen Saver program, A Little project I made when I was bored. It is a real .SCR file, that can be installed as your default screen saver!!

ASP_Volume2 #27699
IAT Viewer(DLL injector)

This sample code shows you how to view any processes IAT table and get all importants, also shows you how to injector a dll so you can do API HIJACKING AND VISUAL BASIC

ASP_Volume2 #27708
WMI Process Viewer

Allows user to view all current win32 processes running on the system in a treeview with parent child relationships and click on a process to get extensive information on that process

ASP_Volume2 #27716
Class Control Resizer

Class that will resize controls on your form.

ASP_Volume2 #27720
OCR a screen capture - proof of concept code

This code will convert text in an image to editable text. The code must know the font used, so It will only work on screen captures - not on scanned images. I intend to add a screen capture function in the near future, so you can grab any text from any window. Right now this is just proof-of-concept code, and it has a few flaws.. :-) It doesn't work with Italic fonts or 'handwriting' fonts. I also need to find a way to get the routine find the vertical start of the text. Please comment on the general idea.

ASP_Volume2 #27722
BasicBoy - A Game boy Color emulator

BasicBoy is A gameboy emulator coded in Visual Basic (+Api+dx).Currently it Suports GameBoy(85%) /GameBoy Color(75%) There are some bugs with the timing(help needed) It can run at 200-320% on my old pc (p3 600mhz,Gf4200,WinXP pro) No Sound support (Will Be added) Beta Testers are Needed... Sound help is needed too... Please Vote and post Speed/Bugs

ASP_Volume2 #27729
TCP/UDP Connections Viewer

This program will show current connections for both TCP and UDP. Also Incorperated is a DNS class that will allow you to use a cache database to save time when resovling muliple IP's. its allows you to Import and Export lists aswell. Please comment and vote

ASP_Volume2 #27731
Advanced Programmatic Zipfile functionality

This is an substantially updated version of my Basic Winzip Functionality Post. It's a complete wrapper around Infozip's open source compression (www.info-zip.org) I've seen several of these, but none as easy to use as this one. See the screenshot for the host of options available when zipping or unzipping files. Everything you need is included in the zip, just make sure to look at the readme file. Also, for those of you using vbAccelerator's cZip and cUnzip, you've got to check this out as an upgrade.

ASP_Volume2 #27735
How to test for a zero-length string

This code is irrefutable proof that LenB(String) is 50% to 90% faster than testing for String = "". Most of you I'm sure already know this, but to my surprise someone tried to correct me saying that the latter was the correct way. So for all those who can benefit from this code, give it a try. Only 2.5 KB download.

Languages
Top Categories
Global Discovery