Advertisement

Results for "Volume: 2002VB"

2002VB #22545
Word-Counter that actually counts words

This is an update to Kurt Joseph Serge's word counter code that was long, clunky and not entirely accurate. Takes a string and counts the "words" (characters separated by spaces) in it. Take a look.

2002VB #18232
DVD Player2002

DVD player, more features than any other I have seen on the planet to date and looks much better, this is a very good example of playing DVD's with VB, it started as an app to be published as shareware, but I got bored. So it is now open source. It is in no way finished but is fully functional.

2002VB #22958
Oblivion: Text scroller

This is the easiest way to make text scroll. At least that's what I think. Just sit down and let the timer do all the working for you... Paste your text on the frame and it will automaticly scroll on application start :D Belive me, this works just as good or perhaps even better than a lot of other submission I've seen here... Remember to vote please...

2002VB #22345
El Scripto

This is another tweak of the somewhat popular scripting language JEL here on PSC =) I don't take any credit for the scripting class, but all of the other i've made myself! :) (I might add that it's not finished yet! There's alot more to do) Also, i've added some small network and keyboard input features and there's more to come.

2002VB #24407
Stop hackers!

Do you really hate when you make a textbox for a password, but some hacker comes and turns the *'s into regular words? Well then this is for you. My simple code will stop a hacker from doing that. (Very easy. No API's. Commented)

2002VB #24378
Nexus Special Edition 8.5.1w Replacement shell for Windows

Nexus Special Edition is a replacement \ companion shell for MS Windows. It has many features, over 4MB worth of pure source code and commented generously.. Multiple user enabled, User rights policy system, Icon Transition FX, Skinnable theme components, RSA Encryption, Lock desktop icons with password, lock computer, built in Snake game, Shortcut menus, etc etc... The .zip file contains System files, Compiled installation (required for media and folder structure) and the source code. If you have any trouble getting the code to work, e-mail me and I'll try to help you as best as I can :). May even put a FAQ section up on my website. More screenshots available at http:\\www.angelfire.com\d20\vbfiles\files\nexus\nexus_scr\index.html. Find out about my new shell im developing at http:\\www.angelfire.com\d20\vbfiles\vb.html. Please feel free to e-mail me any suggestions about Nexus\EZShell [in development]. Enjoy! PS: You will need WinRAR from winrar.com to extract the source code element. (WinRAR is higher compression) 6MB download includes all required components. Background taken from www.skinz.org. Module PROBas.bas by unknown author [refers to non-working fusionz.net]. I have a new shell in the works at the moment that will supersede Nexus [view website 4 details]. Mail me if you have any questions. Hope you like the code guys!

2002VB #24096
VSMessenger.ocx

A very cool way to give messages to your users. A totaly new idea !

2002VB #24358
Transparent Form without OCX or DLL

Very well transparent form without any ocx or dll, every line are commented.

2002VB #22913
A ShellExecute module to launch programs & files from your vb app

This is a module that uses the ShellExecute API to launch a program or file with it's associated program. A MsgBox with the relevant error message can be generated if an error occurs. It is basically from the MSDN example. I just put it in a module. No votes wanted here, not trying to win, just maybe help someone :-). Let me know if you find it useful, let me know if it can be improved. There is also a sub added that uses the Shell() function to run a .reg file and add it to the registry silently.

2002VB #24286
VB Basix

Variables, combo boxs, timers, color, if/then, elseif, looping, select case, special (clipboard), and menus. Look at the screen shot. If you download this please vote for me and leave comments.

2002VB #24400
What is Subclassing in a few words

I asked John Galanopoulos to explain sub classing in a few words ... I liked his reply which follows ... I take no credit for this and I'm only posting this as credit to him ...

2002VB #21501
Smooth object dragging/alignment tip in VB

THIS IS NOT CODE! This is just an easy way to temporarily turn off the "align to grid" function i VB(for example when you need full control of your textbox's position)

2002VB #17606
RPG Engine (bitblt)

This is a fairly simple RPG engine that is very fast for using just bitblt, it is tile based and does very smooth scrolling, it can handle maps as big as you can make them, and it also does collision detection and animation.

2002VB #24238
[_A Very Simple Car Game _!

Teaches basics of collision detection(PictureBoxes), game programming, controlling objects by mouse, ProgressBar, and Image indexes. Also writes and reads from .ini files. Before clicking the back button, Please VOTE FOR ME!!!(My code teaches a lot of stuff)

2002VB #23890
Rounded Gradient Background Button

This is an OCX replacement for the command button. It has rounded corners fully customizable, and a gradient background, wich illuminates when the focus event is on. You can give any color you want, inluding system colors. It takes vbButtonFace color by default. When pressed the gradient inverts to give the sensation of pressed. Supports pictures. Hope you like it! (Now it has the recommendations of Rick Bull)

2002VB #24170
REDFTP SERVER UPDATE 29/04/2002

This code is a updated version of REDFTP Server with OCX's. I have Fixed some of the bugs but there is a few still like it wont work in IE5. You can Upload/Download/Add/Rename/Delete. Is there anyone intrested it doing the client for this prog?. RED has put all the commands into the server. RED Nice 1 but why is there no updates???? and Where is your site gone??????

2002VB #18972
HTML Help and VB

This tutorial will learn you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help". This tutorial is fully illustrated, (17 images), everything done nicely step by step. VB6 is REQUIRED. This will not work with older versions.

2002VB #18539
Send message API & 50 samples

Database with 50 diferent constants, wParams, lParams and comments all together means examples. Please contribute to this as stated in Readme1st. Have fun

2002VB #24426
DES Library

You can encrypt and decrypt strings / files / emails / anything using DES and 3DES (triple DES) cryptography standards. It works great with VB, ASP, VBScript.

2002VB #21230
Remote Database Connection (connect to web based database)

The demo will show you how to use ADO to connect to a database hosted on a web server. From there all standard uses of ADO recordsets and what not are possible. I see this question asked a lot in newsgroups so I thought I would share this code here to to help refer them to a working example. Note, the web server has to be a server you have rights to and not just some free web hoster like GeoCities so don't get too excited if you thought that is what this was. This demo will connect to my web server and read data from the NorthWind database found in SQL Server. Also note, my web server cannot handle a lot of traffic so depending on how many people download this and try it, you may have some slow responses or errors on connection. Sorry, but this is just a demo. This code is really not advanced, but many people do not know you can use ADO like this so I just wanted a demo up to point people to later on. Hope it helps some. KEYWORDS: REMOTE DB DATABASE ADO RECORDSET WEB SERVER WEBSERVER CONNECTION SQL IIS

Languages
Top Categories
Global Discovery