Advertisement

Results for "Volume: 2002C"

2002C #10914
Very cool screensaver!!!

Pattern screensaver using lines and circles!

2002C #11120
Advanced HTML Editor ***Update ***

Well, Casper HTML was one of mine first big application, which at the time had many not-quite working functions, but since then I have recoded the whole thing from scrach and now it looks and works almost fine. There is two or three things that needs to be fixed and I'll fix them in the next release. Some of the functions are: Real time TAG editing, Insert TAG function, syntax coloring, initial pop-up (needs fix), Java and HTML snippets library, real time view, special characters, txt files conversion, recent files and more ... Hope you'll like it.

2002C #10582
Client - Server APP

ITS AWESOME! This little program comes with a Client and a Server. The PC with the client can control some Windows Functions to the one that has the Server installed on it. A must have!!

2002C #9712
Collision Detection

This is an example in how to proove if there is a collision between object A and object B. There are already some codes like this here, but all i've seen so far, did not work very well, so here is my solution...

2002C #11744
sEARCH IN SUBDIRECTORIES UPDATED !!!!!MUST SEE

The update of my code now lets you search in drives and now the seacrh is more perfect WITHOUT API'S!!! Is perfect to a mp3 player to catch the files in one specific folder that contains subdirectories and PLEASE VOTE FOR THIS JOB IF YOU LIKE IT!!!

2002C #11540
Cool harmless Remote Admin (Harmless Trojan)

This is a example for using web browser to control the trojan. You can use this program for: listen to keyboard (and mail it to your mail box) open/Close CD-ROM turn on / off monitor minimize windows shut down the computer (only for win9X) you can reconfigure it's settings like : email address - web server port ... to test it 1) run vbtro.exe 2)in browser type http://127.0.0.1:30041/ if you have any problems , don't hesitate to contact me by my e-mail (Pooya@icic.gov.ir ) Each e-mail will be read and help me to make the next version would better. Hope you'll like it.

2002C #12133
Aa Tutorial on Saving: How to do it!

This code will teach a user how to save their data and also how to retrieve it. Very easy to understand if you read the ' comments. :) Enjoy!

2002C #9391
AD&D Character Generator

((UPDATED!!!)) I commented the code and added a "Generate Character Stats" button on the Add Character form... I still need to add some rules for the generation. This is a new program I am just beginning to work on. I would like ideas on what to add. It is far from finished, but like I said, I would like some ideas. It uses an Access2000 database (included) and I have included an executable.

2002C #9733
An old card-trick

"ctrix" is an old card-trick using VBCARDS.OCX (included). It has a good shuffle routine you can cut/paste into your own card apps. Not an original idea, but I thought it would be fun to see if I could create it myself. Have Fun!

2002C #11226
FINALLY! A Way To Freely Rotate Text.

Rotate Text to any Angle!!! EASY!!

2002C #11901
Particles

Ever wandered who sparks fly from your mouse in games like Nox? Now you can do it too.

2002C #8713
Add Error Handling

This is the complete code for a VB IDE addin that will add error handling to your procedure. Requires that you have a routine called "HandleError" in a public module accessible to all routines. Sample HandleError routine follows: Public Sub HandleError(ByVal CurrentModule As String, ByVal CurrentProcedure As String, _ ByVal ErrNum As Long, ByVal ErrDescription As String) On Error GoTo Err_Init MsgBox CurrentModule & " " & CurrentProcedure & ": " & ErrNum & " - " & ErrDescription Exit Sub Err_Init: MsgBox CurrentModule & " HandleError: " & Err.Number & " - " & Err.Description End Sub The best VB code handles errors in every routine - this makes the program very robust. However, there's no easy way to determine WHICH routine failed once you're inside of your global error handler 'HandleError'. Therefore, you must pass the routine name to the global error. This can be very tedious! :-O This addin adds an 'On Error Goto Err_Init' to the beginning of the routine, and an 'exit function', 'exit sub', or 'exit property' statement plus the error handling code at the bottom. To add error handling to a routine, place the cursor anywhere in the routine code, and choose 'Add Error Handling' from the 'Add-Ins' menu. The code this routine adds, looks like this: Exit (sub, function, or property here) Err_Init: HandleError CurrentModule, "(your routine name here)", Err.Number, Err.Description Note that it will automatically determine which sort of 'exit' statement is necessary, and what the name of the current procedure is, and pass the procedure name to the error handler.

2002C #11551
Cheating the Printer

Why mess around with the printer object if you don't have to? In my example, I print the contents of a richtextbox control to the printer with only a couple of lines of code. PERFECTLY formatted. Readily applies to just about any control or string, though.

2002C #11865
FindWindowWild

Find window using full or part of it's caption. Allow wild characters (*,?,[]). For example, using this string :"*Mi??OSoFt In[s-u]ernet*" you can find Microsoft Internet Explorer window.

2002C #11866
First(!) pure API(!) Find/Replace dialog

Since Bruce McKinney stop his attempts to implement standard Find/Replace dialog into VB apps, all VB programmers use their own dialogs based on modelless windows. Few samples in the Net may work with NT/2000, but crash with w95/98. Here is working code for implementing these dialogs w95/98/2000/NT. Support dialog's keys (Tab, Enter, HotKeys). Include functions for finding/replace text in text controls (TextBox and RTB). Not wide tested yet on all platforms. Plz send comments.

2002C #12305
activebar

creates containers for objects

2002C #11679
virtual start page emulator

this is a virtual start page emulator using the winsock and inet control, not webbrowser control. the emulator shows the status of the emulator and winsock. i really don't know if it works or not but it's a example. this also shows you how you can use .http files from ie_explore to work with winsock. atleast give me some credit.

2002C #12212
Mp3 Hollow Egg

Heard of the Cuckoo Egg? It is a mp3 file of music with random sounds inserted in the mp3 file. It is done for musicians who wish to fight a battle with napster from within. Making a cuckoo egg can be slow and this program makes a Hollow Egg, which is kind of like the Cuckoo Egg except it makes a totally blank mp3 file that has the size, bitrate, and length of a real mp3.

2002C #11085
Logical String Encryption

This will logically encrypt a string by deviating its ASC() value. Works perfectly. Its just a VERY Short Algoritm the String gets passed through Charachter by Character. To decrypt just redo the encryption. just like a double negative.

2002C #11319
A MUST HAVE CONTROL FOR ALL VB PROGRAMMERS: Degree of Rotation Control.

When placed on a form, this Control will take whatever its .Value is and show you what angle of rotation you've entered. GREAT FOR Graphic / Multimedia / Game Application Development

Languages
Top Categories
Global Discovery