Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #69529
Wolf DataGrid 1.0.0

If you hate Microsoft DataGrid and you dont need, cant find or dont have $300 for other grid then you are gonna love this ;). This is an activex control made in vb to replace bug-plagued DataGrid that you got with vs6. It is pretty fast, supports many things that are left behind in MS DataGrid and it is open-source (though not for proper distribution for now). Have a look at screenshots if there are some (psc might not allow me to upload them). There are some examples included on how to use the grid. It does not matter what drivers are used since this grid uses t-sql for reading/writing data. For now it does not support built-in editors, but that is to be added in next version. Just download the example and experiment a bit. If you need any help on using the control post comment here and I will be glad to help. This is first version, so please post any bugs you may find.

C_Volume2 #68970
Form Designer - design and edit forms, add,move,resize controls, save & load forms...

Form Designer - design and edit forms, add,move,resize controls, save & load forms... The ControlSizer class is from with minor modification, the rest is mine. This code is part of a larger project i'm working on (called Axiom) where i use VBScript for scripting the app, and this to design forms for use with it. I'm only using textboxes,labels,checkboxes, and option buttons, but nay control can also be added.

C_Volume2 #69530
A ListView Sorting

A ListView sort. This code is not mine. I made a small changes to work well with formated numbers. Sort - Numbers, Dates, Strings

C_Volume2 #69531
StockQuote.ocx }{ activeX control that (1) get stock prices (2) does stock symbol lookup

StockQuote.ocx }{ activeX control that (1) get stock prices (2) does stock symbol lookup

C_Volume2 #68968
VB Perceptron

VB Perceptron is a pattern recognizer program using single layer perceptron. It has the capability to learn patterns and classify them to specified classes. VB Perceptron features: input patterns from installed fonts or handwriting, train the perceptron using input patterns and give information about highest epoch reached and training error percentage, recognize a pattern and give information about the match score and match percentage of each known classes, open and save the perceptron, training options (learning rate, threshold, target error and maximum epochs) and add noise to a pattern. Note that the perceptron has not been trained yet. You have to train it first before it can be used to recognize any pattern. To train the perceptron select patterns from the font list and symbol list (hold down shift or ctrl to select multiple fonts or symbols) or draw a pattern on the left picture box then press the Train button. To recognize a pattern, simply select a pattern form the list or draw one and then press the Recognize button. Please report any bugs to me. Your feedback and votes will be very appreciated.

C_Volume2 #68969
Turn your VB app into a Windows NT-2K-XP-2K3 Background Service Application! (Atomic Time Demo Inc)

Enclosed is a VB SOURCE TEMPLATE you can add to your Templates folder for quick addition to any project and a DEMONSTRATION project to show how VB can successfully act and operate as a Windows NT+ Background Service ~ Even when you're not logged into your computer! With this system you can build your own SERVICE CONTROLLED server software such as FTP, WWW, Mail and so forth. The demonstration is a clock sync program similar to that which comes included with Windows XP+ (for those who know it's even there ;) which by default is set to update your system time/date hourly. (Time Zone and Daylight Savings safe.) There are THREE projects: 1. Template 2. Demonstration 3. User Control Binary Builder (which creates the OCX needed to allow VB to become an NT Service) which is necessary since PSC removes OCX/DLL/EXE files from their uploads. If you have any trouble feel free to ask!!! Please leave comments, questions and -= Votes =- !

C_Volume2 #68971
MelCPB Circular ProgressBar OCX

The previous submitted code concerning the graphical Circular ProgressBar, has turned into an OCX. Just try it, and report the bugs or strange behaviour. Your comments concerning some upgrades are also welcome. There's a test project included. A part of this of this test may show you how to use the OCX while writing files (some asked for it, so here it is). The pictures can easily be changed, the size is free (jpg, gif or bmp files allowed). The main functions are commented in the test project. Let's try and report.

C_Volume2 #68972
webpage Document Elements extractor

this class allows you to extract all the elements of specified type (this class includes, image, table,links, and input elements) of the webbrowsers document object..which is necessary if your going to be doing anything more than surfacy webbrowser related programming

C_Volume2 #68973
Hijri Calendar OCX

Show hijri Calendar (Islamic Calendar)you can download the ocx from http://www.arabteam2000.com/files/code/files/HijriCalendar.zip for more info (arabic) http://www.arabteam2000.com/applib/show.asp?ID=114

C_Volume2 #68974
Put TEXT as well as ICONS from your VB app in the System Tray!

Why bother storing a TON of numerical icons within your VB App just to show the temperature in the tray? Why not improve the tray by scrolling text, putting virtually anything you want there for a change? This ZIP contains two projects, one in which you can create a plug-in OCX and the other the demonstration (the User Control simply added to a standard VB app.) The picture basically speaks for itself - all standard icons can be used (Win9x must be 16-256 colors depending on the installation) and the text properties are simple... font settings are the same as with any normal control from colors to sizes to types. Comments, suggestions and thoughts are welcome! (Votes welcome, too!)

C_Volume2 #68975
Bobo VB Code To HTML

The Richtextbox is a great tool for displaying text but it can be quite a task converting it's format for use on the web. This project is part of a Code Library application that I still use today. It has HTML saving options for publishing source code to web sites. It demonstrates manipulation of the Richtextbox control, string parsing routines and syntax highlighting. It will also format your code applying standard indentation, remove blank lines and truncate long lines neatly, making your code much more readable. You can then choose to save it back to disk as a VB file(retaining it's original header), an HTML file or as a rich text file(rtf). Like all code this old, I would do many of the functions quite differently nowadays, but there are still some handy techniques used here. I hope I didn't create too many bugs when I pulled it out of my Code Library app ! I have had quite a few emails of late enquiring as to when I'll upload some more submissions, so in response to those here is yet another Bobo submission !

C_Volume2 #68976
[AMAZING DirextX GAME] You MUST se it - Volley Spheres

Volley Spheres is a simple yet amazing game. It can be played by 1 person ( AI opponent ) or 2. Using DirectPlay gives you the ability to play the multiplayer game with a buddy from the internet, or in your LAN. The game was not supposed to be published nor here neither at www.spider-bit.com so it is not very commented ( the purpose of the game is not to teach who to create that big games ). It has Excellent sound effects and graphics made using Paintshop and 3D Studio max. Have Fun :) PLEASE VOTE AND VISIT WWW.SPIDER-BIT.COM

C_Volume2 #68977
IMDB Movie info tool UPDATED

UPDATED, FIXED.. now uses a parse.dat file to change the way the program parses the imdb site, so if they change something, you can just distribute the parse.dat file and not the full app. - - Connect to the Internet movie Database and Download detailed information, and box cover images for your favorite movies. Search for movies by title, Drag and Drop .NFO Files with IMDB Codes inside, Get movie info by IMDB Code. Note: this project is for informational and educational purposes only, I just wanted to see if I could make a GUI type program for a nice website, please support IMDB.com, it is a great service.

C_Volume2 #68978
FYI: Fun with Regions

A compilation of region functions & examples. Included is probably the fastest window shaping routine on PSC. Regions used to create shaped windows, regions used for simple animation, rotating & stretching regions, and using regions similar to FloodFill are examples shown. All are heavily commented to assist in learning.

C_Volume2 #68979
VBCorLib v0.5

This is a milestone release of VBCorLib. VBCorLib is a VB6 implementation of the .NET mscorlib assembly, providing many of the classes that are available to .NET developers to now be available to VB6 developers. This release includes much of the System.IO namespace which primarly consists of Streams and File/Directory manipulation, and a few fixes. In conjunction with this release is a new website dedicated to VBCorLib (www.kellyethridge.com/vbcorlib). The site is in constant updating as I'm trying to get some tutorials online. This archive also includes the unit-tests and will require SimplyVBUnit v1.4.x to run. You not have to run the tests.

C_Volume2 #67857
vServe

vServe v0.1 We Serve All What Is vServe vServe is a plugin based Open Source Server Written Entirely In Microsoft® Visual Basic® 6.0, as this application use plugins for all the work it does, so it can virtually serve any service if there is a plugin available for that. At this time vServe supports only two kinds of plugins: 1) PROTOCOL HANDLER 2) SCRIPT HANDLER PROTOCOL HANDLER Protocol handler is used to handle request coming from clients protocol handler intercept the data coming from client and act accordingly. For Example , I have given sample plugins for HTTP And FTP handler though these are very basic handlers but can be extended to get full functionality of those protocols. SCRIPT HANDLER Script handler is used to intercept data and perform server side scripting before sending data to client. You can create your own scripting language or can create handlers to support already available scripting languages like ASP or PHP for web. How It Works vServe when started scans for all the plugins or filters in the FILTERS directory it is smart enough to distinguished between protocol handler and script handler and load them appropriately. Once the plugins are loaded into memory your server is ready to go. Architecture Of Plugins Every plugin is a ActiveX DLL File which has four Procedures: 1) GetInfo 2) Parser 3) Configure 4) About 1) GetInfo GetInfo function is used to get the information of plugin to determine what kind of plugin is it GetInfo Function is of string type and return following values Name = Plugin Name Description = Plugin Description Version = Plugin Version Type = Plugin Type (Protocol Or Script) Port = Port To Listen ( Required If Type Is Protocol ) 2) Parser Parser function is used to parse the data and is main function without which plugin is incomplete. Parser function is defined as Public Function Parser(ByVal strInput As String, Optional ByVal LongReserved As Long, Optional ByVal StrReserved As String) As String strInput is the data being sent by vServe To Plugin LongReserved And StrReserved are reserved for future use so can be ignored. This function return the data back to the Server ie. vServe which is then send to client. Note: If the plugin type is protocol then the data being sent back to vServe by plugin is once again sent to all the filters loaded to support server side scripting. 3) Configure This function can be used to configure the plugin for various reasons and return BOOLEAN a TRUE value indicates that plugin configuration has been updated so that vServe can update itself accordingly. 4) About This function is used to display plugin information. Assumptions Every plugin in the FILTERS folder should follow naming convention .[ANYTHING] Eg: HTTP.DLL or HTTP.plg or HTTP.ANYTHING The Future I have initiated this project as I always interested in Plugin based architecture and this Is my one of favorite area of Development after Client / Server based applications and as this application has both my interests so all I can say is that this is just a beginning and I need support of all you lovely and intelligent people to work with me to take this journey to its destination. Contact Info Email: [email protected] Y! Chat: v2Softwares

C_Volume2 #67858
[ Mind Reader ]

This program will amaze you, and give you the creaps! It can read your mind. You'll have to see it to believe it. No joke! Just start the program and do not touch anything. Just pay attention and be surprised...really creapy :-O

C_Volume2 #69793
simple clock (a lot less than 46000 lines ;)

OK I'm pretty sure that the Jornak D'teires 'Alarm Clock v1.1 w/ 46000 lines of code ' is a stunt/fake but I'd like to see the code that wrote that @$%#! (I pray it wasn't Cut'n'Paste or hand-crafted) but it was a challange so here's my answer 36 lines; 34 if you grant me the line continuation formatting; 31 if you ditch the Form_Load and set the Visible status of the dots in the IDE( one True /one False) Not a brilliant clock but I kind of like the LED function for elegance

C_Volume2 #69794
Monitor Registry Changes

This program monitors registry changes and changes them back if they're changed. Give me lots of feedback! (Good or Bad) Give specific reasons and how to improve it if it's bad. There is also a better way of monitoring the registry by someone else at http://www.freevbcode.com/ShowCode.asp?ID=2229.

C_Volume2 #69802
LED Clock Challenge

Rodger threw down the challenge to write an LED clock application in a few lines as possible. This is my solution, can anyone better this! If not, you may all kneel trembling before me and worship me as your new programming god ;-p

Languages
Top Categories
Global Discovery