Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #196122
Kira 03-23-2002

Generic description is all in one system utility. Approx 1.6 megabytes of VB code and approx 19,000 lines of code. Many api/constant/type converted from headers. Approx 200 api in use. Forms for accessibility settings through api/registry, cpuid info including cache info and attributes, cpu info cycles elapsed and speed, directory locations, get/set file time/attributes, file info including crc32 adler32 checksums, read basic info about gif/pe/mz/ne file formats, windows file protection settings/protected file list, shared files list, file system settings, drive info, font/icon/menu settings, display monitors/settings, clear ie typed history, ie settings, keyboard/mouse info/settings, international locale settings for date/time/currency/number/general, memory info, recycle bin settings/info, get/set info for specific windows placement/metrics/other settings, process info on its threads/heaps/modules and thread/process timing info, resolve host/ip with winsock api, network info, protocol/services info, icmp/ip/tcp/udp statistics for ipv4 and ipv6, tools for various services as daytime/time/nicname/whois/echo/name/finger/quote of the day. Modules for how to use callbacks, subclassing, general protection fault - exception fault handling, getting error descriptions for mci/pdh/api/vb/commdgl, file access read/write, file exists/size, bit shifting, adjusting process token functions and process info snapshots, basic registry access read/write and enumerating values/keys, system tray icon add/remove, ascii to unicode and unicode to ascii as well as various other string functions. Includes c++ source and dll for access to cpu instructions like cpuid, rdtsc and c functions such as ltoa, strol, also for using keyboard, mouse, and shell hooks as well as how to use c++ dll in vb, and those functions. And various things like validating memory before using move/copy memory, error handling, error logging, loword/hiword/lobyte/hibyte/makeword/makebyte and all sorts of other things.

6_2008-2009 #208897
Data Mining For A Visual Basic Programmer - 1Rule

Data Mining for Visual Basic programmers - 1Rule is a complete Visual Basic data mining application for relational databases including Microsoft® Access®, Microsoft SQL Server®, Oracle® and Sybase ® databases. The attached articles in HTML and Microsoft Word gives a detailed step by step guide to the development of the Visual Basic Data Mining application. Interested programmers can download more free Visual Basic Data Mining Source Code from http://www.visual-basic-data-mining.net. Also included is a free complete implementation of a data mining algorithm in VBA, Visual Basic and Microsoft Access 2000 for the Microsoft® Visual Basic® and Microsoft® Access® communities.

6_2008-2009 #208793
ZWS Multiuser chat update

Advanced Multiuser chat client/server system, now with personal(instant) messages, blocking, and syntax highlighting(colors). there are still a lot of bugs, but im working them out.. server is stable. server features include, login security system, user restrictions, kick. Come and chat with the rest of PSC on my server!

6_2008-2009 #199238
VirtualDigimonz1.75 -The VirtualPet That U Adopt And Fight....(The Best Game Ever In PSC!! REALLY!!!

VIRTUAL DIGIMONZ OFFICIALL SITE: http://VirtualDigimonz.onweb.cx Sorry For The 1.85 that I realease EXE file in PSC. The code have been deleted by me. But I just only need yours comments only. Never mine, I just release my 1.75 source code first, ok? This is my Best Game Project since I learn VB 4 years ago. I'm 16. This project are already over 1 year(January 2001 until now) of making . I never since before adopt pet games in computer that greatest than this! Just like Digimon that you play, u can fight with your friends digimon. In this game, it through TCP/IP to connect and fight or you can fight with computer! There are many many many many game ideas that I think out, like: Online Ranking(You will get scores in the battle), Professional hire(Hire a Professional(Robber, Theif, ...) and throught TCP/IP to steal information from your friend digimon or steal his money), Online Transfer Money(Like Cheque), Games like... Lottery, Casino(to earn credit[credit is use for gainning ur pets defences, health, attack....]), Online Tournament And many many many more....!!! It also contain many VB-BESTsource like Half-Transparent(WINNT) form, internal sound(midi), Form skin(from VBAccelator), Check for UPDATE(Online) and many more.... It's really many many many function!!!!!!!!!(Just download and see!). All online function is really works cause we found a ASP server(like online score will store at there). I lost my 1.85 source code because I formmated the d:\ while the source code I haven't backup. Anyway, I got backup my lastest Version(1.75) and the compiled .exe file in my other computer but I will try to rewrite the source code back until 1.85. I will try my best to release the 1.85 source code as fast as I can(I'm working on it every day! but sometimes rellly can't remember where I edited, so I need some times). Leave some comments to me and if you like it, vote for me(cause I need to know how you all feel about this game[p.s. : My friends(Game tester) rating me 90%])

6_2008-2009 #205665
Resource Text Editor--FINAL

Fully Functional RESOURCE TEXT EDITOR WITH LOAD/SAVE RESOURCE...Huh,that was really tough for me....(bugs free)-I think and hope so...

6_2008-2009 #208754
I.P. Address Finder

The purpose of this program is to find the I.P. address or addresses of webbsites. (this is actually an upgrade of a tutorial)

6_2008-2009 #198466
Ulli's Math Module

This is a String Parser / Math Formula Evaluator OCX-Control. It contains over 100 functions: simple add / subtract, mult and div, roots, exponentiation and logarithm, math, trig and stat functions, conversions, LCD, SCM, primes, faculty, dates and times, differentiation and integratation and l.b.n.l. some functions for fuzzy sets and for plotting curves. All functions can be combined into huge formulae like for examüle Sin(33°+12'+21")*pi-e+3.3e4+sqr(5*(21-9)) which incidentally returns 33006.748173093. The Control also supports formulae with letters or names instead of numbers like r²*pi Whenever the Control detects a token in a formula, it will query the value for the token and the client may supply anything that is a valid formula including further tokens, thus enabling chain-calculations. A user accessible result stack is also implemented. Anyway - it's a treasure chest for math routines (for example containes a very fast prime number generator which can compute 100,000 primes in less than 2 (two!!!) seconds on an AMD Athlon(TM) XP1800+). A cross-linked help file is included as well as two sample proggies to test and demonstrate the capabilities. Download is 36 kB.

6_2008-2009 #202354
Very cool Splashscreen effect

I think it is one of the coolest Splashscreens I have ever seen on PSC. Usefull for everyone who wants to have a professional looking gui for his apps. More effects comming soon. The speed is also adjustable.

6_2008-2009 #208925
Add your Application in internet explorer toolbar and menu

This Add Your Application in internet explorer toolbar

6_2008-2009 #203996
My Address Book

PLEASE VOTE for this program! This personal address book is an excellent example of the use of sequential data manipulation and the code is fully documented with algorithm for the beginner. It demonstrates the use of the SaveAs and Open Common Dialog boxes. Arrays were used for text entry boxes and for command buttons. User defined Type is declared in the AddressBook form declaration section. Named constants are used to hold the text box and command button arrays. Data entered into the various text boxes is placed in a database file(*_db) OR text(.txt) file in a sequential manner. The data in the default *._db file is automatically loaded when the program is started. The functionality will allow the user to create new data files using the SaveAs Dialog allowing creation of various files such as Friends, Family or business data files.

6_2008-2009 #205064
View Source - Webbrowser

View source - using webbrowser control. No need of those msinet.ocx which all people always tell to use to get source of HTML-page. This is a simple and beatiful way to do it. PS..another even smart way is to add a webbrowser2.visible = false and to change viewsource function to use the hidden one.. instead of the webbrowser1 (which you may use to navigate pages) ; )

6_2008-2009 #195356
Generation HTTP Server

HTTP server that has it's own type of plugins. There are actually five projects I've worked on contained in this code. First is the server itself: fully functional HTTP server. Second is an ActiveX control I made call WinConnect: allows a program to shell a seperate executable, it sends a hWnd of a textbox via the command line which allows the executed file to communticate with the main program. Third is an ActiveX control for retrieving files from HTTP servers: supports GET and POST methods (POST method is slightly modified for it's use in this project). The third is one of the plugins included and is just a modified version of a scripting language I wrote called CastScript (do a search on PSC for CastScript for original source). The fourth is another plugin that will connect to a remote server and translate the requested file from english into several langauges. The fifth is called Ace Script Language but the project's source code is not included, rather just the executable, and because PSC won't allow '.exe' files you can download the ace plugin at http://www.onlies.net/ace.exe (drop the file into the server's folder) , the reason the source is not included is because I plan on releasing a project using the main engine for a much bigger project I am writing and do not want to spoil it. This plugin is a scripting language (modified from it's original purpose) and is similar to PERL, only in functionality not syntax (the syntax is a mix of PERL, VB, JS and my own).

6_2008-2009 #208662
Textpad

A simple Text Editor provided with inbuilt calculator,picture viewer, searching text,changing text colors,background colors,Uppper case and lower case conversion and much more.(Powerful than Notepad of Windows)

6_2008-2009 #207083
Simple (but full) Webserver III

This is a simple webserver I made just to demonstrate how a webserver sends and recieves information from the client. This webserver allows you to configure the port to listen on and your home directory. The default document is set to be index.html, but you can change that under the winsock1_dataarival(...). It also featues a graphical representation of the computers that connect to you and a progress bar for transfers. This webserver has a simple IP log which shows the IP addresses of those who connect to you, and a more sophisticated log which shows all the information that the client sends to you. If you like this, please vote for me :) --"if only one man in the world could see and the rest were blind, they'd say he's crazy too"--

6_2008-2009 #196631
http client comparison

This code shows how to perform an http GET or POST from your VB program using 6 different methods: xmlhttp (msxml), WinInet (dll), WinInet (ocx), WebBrowser control, AspHttp, AspTear. Some methods only run when you install the 3rd party components from their Web sites. There are hints in the code how to get them from the Internet. To avoid difficulties with missing components use the project file HttpClient_LateBinding.vbp. For more information and to get future updates please visit my Homepage.

6_2008-2009 #208071
[ [ A Perl/CGI code Editor with syntax checking

This is a MUST SEE!! Great code PLEASE VOTE

6_2008-2009 #208894
PcmRiffADSR

PcmRiffADSR (upgraded PcmRiff project with ADSR envelope capabilities) generates and mixes Sine Wave based data to produce a standard Type 1 Riff File (.WAV) in either 8-bit, 16-bit or 24-bit bandwidths at just about any sample rate. The files generated are standard files that can be used with any application, including samplers or sounds for your PC. Complete and extensive demo project included. This variation on the original PcmRiff code includes the addition of an envelope generator for more dynamic sound shapes. Package also includes the original PcmRiff project.

6_2008-2009 #208960
Access_TO_XML

Using this Program one can browse for Access Database through Network or local computer, pick a table you want to make an XML file from, and finally push a button to create a file in XML format. One can also display the newly created XML file and print it into Textbox with further "copy-and-paste". For database browsing I used an API call: GetOpenFileName Lib "comdlg32.dll" instead of bulky CommonDialog Control. For getting a tablenames of the database I used OpenSchema(adSchemaTables)for create Connection and then simply added tablenames into Combobox. Then I used File access VB feature to write an XML file from access table, reading column names and columns, converting it into XML format and writing on disk. The last feature this program has to print out a newly created XML file into Textbox for analysis and, if necessary, "copy-and-paste".

6_2008-2009 #198690
Game Programming in Visual Basic - Lesson Two

This article is lesson two in my mini-series of "Game Programming in Visual Basic". If you like it or even dislike please tell me what was wrong and what was good. PLEASE EVERYONE VOTE, IT ONLY TAKES A FEW SECONDS!!!!

6_2008-2009 #208927
Cyber Cafe Billing Calculation Program

It can be used in Cyber Cafe for billing calculation. Rates are according to indian market.

Languages
Top Categories
Global Discovery