Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #68218
textboxBorderOCX -updated

This is an update to my previous submission. It does not use shapes this time.I hope I got enough of the right properties to make this useful and flexible. Have fun and Howdy from Texas

C_Volume2 #68219
cls_TextAnalysis(updated)

a class that performs basic text analysis using the Split command. Count characters, words, punctuation and layout characters. Thanks to merlin who found a bug in the basic countChar routine (answered 1 if there was no text in serch string) and 'Word counter *Excellent' who inspired me to attempt it. ----------------------------Thanks to Min Thant Sin for finding two bugs. Fixed the bug for blank text. Corrected the word count to give correct count. Also extended the class by adding the ability to set acceptable punctuation to allow hyphanated or underscore connected words to be counted as one. Included a bas module that contains the same concepts but designed to be used without the full class being impelmented, just take the bits you want, this bas module uses Paramaters rather than Properties to operate. (NOTE the bas file is not used by the demo).

C_Volume2 #68220
DirectX Rotation Game (Part 1 of 2)

NOTE: You need to download DirectX Rotation Game (Part 2 of 2) CodeID is 51889. Remember to put all the graphic files in the folder under app dir. This is the game, as far as I know, originally created by Diapraxas team. You can visit their website at http://www.diapraxas.net/rotation for more information. I downloaded their game, played it, and thought I'd try to create this game. It took me a week to implement the game. So comments and suggestions would be greatly appreciated. For any reason, if the background display is very bad, e-mail me. I've only included Background.jpg because *.bmp version is 3.00 MB and I couldn't upload it. See the screenshot for what the game looks like. Also remember to download Rotation Game Level Editor to create custom levels (CodeID is 51890).

C_Volume2 #68221
_ Automatically Create Manifest File _

Automatically changes controls to XP themed style in XP based OS.

C_Volume2 #68222
_Winsock Tutorial_

Very thorough MSWinsock tutorial. Includes connecting to servers, extracting HTML source from a page, get server from a URL, connecting to a site through proxies and retreiving source, get cookie from connection. Please show your support and vote/leave comments.

C_Volume2 #68223
Antivirus 2004 (3.0)

CC Antivir 2004 - A complete working Anti Virus program This is number three of my AntiVir prog. I got a lot of response to my last two submissions, many suggestions and tips. Some of them are now realised: 1) ZIP File scanning 2) There's again the possibility to scan script Virii. 3) Bug / Virus Report is now possible 4) The code is changed to scan only dangerous files that means the Engine is very very fast (the 150MB (~700 Files) are now checked within 6 seconds (old engine: 35s))! 5) The Signature contains now 17 entries. 6) Quarintine Window over-worked (+Delete function) 7) Log functionality added Note: The zip file support requires the "unzip.dll" in your System32 Directory. This is the ZIP Dll by the Info-Zip Group (THX). If you don't have this on your system, please download and install it from http://www.vbaccelerator.com/home/VB/Utilities/VBPZip/Info-ZIP_Unzip_DLL_(Renamed_vbuzip10_dll).zip - or use the inbuilt download mechanism.

C_Volume2 #70040
clsRegistry_by_mariush

Registry class allows you to add, modify or delete registry keys without additional controls. Only Windows API.

C_Volume2 #70041
Effective Closing of Form

Closes your form in an interesting ways. Which is most useful in your applications

C_Volume2 #70042
Simple mouse clicker macro with 2 modes

There's two setting types, the basic mode and 4x mode. Basic mode allows the user to lock 1 point on the screen and have the program repeatedly click it until told not to. 4x mode lets the user select 4 up to points to click and choose the intervals between the clicks. Then the program will cycle through and click all the points until told to stop.

C_Volume2 #70043
A chat system v 1.1 (UPDATED)

This is great code to learn from. You'll discover how easy it is to create a multi-connection server / client and put together a chat-system with commands such as "ADD" "REM" ... and colors, splitting, NICKLIST!!! Please vote for me, or leave a comment.. :) btw.. heavily commented code!

C_Volume2 #70044
Hide/Protect a Folder

this application shows you how to protect/hided a folder easily,.. please vote if you like it xD,..

C_Volume2 #70045
Scrolling Graph

Nothing special, just a scrolling graph. I just wanted to see if I could make one, and I did. I'm sure there are other ways of doing it, but this seems to work fine. Enjoy

C_Volume2 #70046
Explorer Watch

Logs your computer's explorer system events by using the Microsoft Internet Control (refrence/shdocvw.dll)Monitors all explorer activity and outputs to a logfile & access database in the app's root directory. I have been running the compiled version in the background for 7 days and have had no problems. It logs all internet pages viewd, all local access to the harddrive, including files modified and file size changes etc.

C_Volume2 #70047
NetScan 2.0 - Debugged, 5 apps

This is NetScan 2.0. It has a totally new look to it, i fixed my form moving code, debugged my apps, enhanced them, and added the Ping/Pong Form. This is a major improvement on my NetScan set of network tools because now, they work. Ping/Pong Gives you a response time, a 10 second time-lease for remote host responses, and error protection. My host scanner is a lot less efficient than i would like it to be. I am working on something to where it would load a timer for each host and try to connect for a certain amount of time. My Port Scanner works, its fast, and extremely efficient. My Telnet Client has improved, is sizeable now, has tutorials, and the option to listen on a port too. It generates HTML Logs now also. The IP Grabber is pretty much the same but it gives a warning about being behind networks, it gives you your IP address, the status, and phase of IP grabbing. Votes would be great and hang around for NetScan 2.0.1, the rebuild, with NetStat. Votes, suggestions, and comments would be great. Please also try to find bugs, I haven't found beta testers.

C_Volume2 #68577
Add Menu To System Menu Updated

This Program Describe How You can Add Menu To System Menu as well as Modified the System Menu, like Checked Or Unchecked Menu, Delete Menu, Enable Or Disable Menu etc. Remove Windows Control Box. Hope You like it. If you developed it further please send me a copy. Check It Out.

C_Volume2 #68578
VB With Oracle

This Program explains how you connect ORACLE with VB. How you retrieve table, view and stored procedure of ORACLE and Table Description. please Check Out subclasssing a Textbox and customizing Progress Bar. If I make any mistake please send me the right one. Check Each and every code.

C_Volume2 #68579
Regedit Phonebook

to easyly find edit and store unlimited phone numbers

C_Volume2 #68580
Mirage Online 3.0.3 / 3.0.7

This is the complete source code to version 3.0.3 and 3.0.7 released under public domain. Version 3.0.3 is for beginners while 3.0.7 is for advanced users (averages to Intermediate).

C_Volume2 #68581
Tips

Some very basic but handy tips for newbies (and maybe not so newbies). Hope you learn something. I've added quite a bit more to the article, mostly very basic info on the vb language, but we all had to learn this stuff when we started out.

C_Volume2 #68582
BattleShips

BattleShips is a game with 2 human opponents playing over the network. It uses UDP (ports 4100 and 4101) protocol. One player acts as SERVER/HOST and the other as the CLIENT. Players choose their where they want to position their ships or the program can do it automatically. When players are ready they click the ready button. Whoever clicks ready first, gets to shoot first. Stats include where you have fired and where your opponent has fired, what your shot/hit ratio is, and how many ships are still in the game.

Languages
Top Categories
Global Discovery