Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #208427
SecureKey - Demo

This is a demo of how to use SecureKey, a "Program Security" DLL. Updated the Comment.

6_2008-2009 #201462
NetScheduleJobs

This is a new updated version of the NetScheduleTasks program I uploaded. I have modified it be able to add, delete and list scheduled tasks. This modification has bee requested by many users.

6_2008-2009 #211127
LightGrid

Lightgrid is a little(45 KB) replacement for the big FlexGridControl (240 KB). It hasn't all the features like the FlexGrid, but it has a great features, like BackgroundPicture, transparent cells, you can draw on the Backgournd like on a PictureBox, and so on. It's good for these people who didn't want a 240 KB big Control and didn't want to use such a big grid like in Excel, because it's not really fast if you use many cells. I've commented in german and english. So try it out and see if you can need it and if you find it good, then please vote.

6_2008-2009 #213030
Character To Mouse X, Y Movement

Shows you how to move any object to any position on the form, just by clicking there. This code could be useful for certain games like 'Command And Conquer'. This code also has comments, to help guide you through whats happening. If you like this code please vote for me. Also if you have any questions then you may email them to me at [email protected]. Thank you for looking.

6_2008-2009 #208745
Spaceship (using trig)

This is an example i made that uses trig to draw and move a space ship (actually a isoceles triangle), and uses custom types for the 'ship'. this is a must see code, as it is quite short and simple. i've commented as much i could so it should make sense. please rate it and feel free to leave comments.

6_2008-2009 #213031
Cool THX Surround Sound Movie Intro

This is a cool copy of the intro you see at the start of some movies, where the THX logo appears, and it plays that cool sound in the back of it. If you are not sure what im talking about, then check out the screenshot. I hope you like it. If you do please leave a comment. Thanks for looking.

6_2008-2009 #211457
RPG Battle Simulator V1.1

This program will simulate RPG Battles with a real good battle calculator. This version has 6 stats, now, including HP, Str, Def, Atc, Ddg, and Dmg. I have uprgraded the battles to have 3 types of strikes, like normal, double, and Excellent. Also I have made the battles have more random possibilitys, so if the players are equal, there is a random chance of one winning and one losing, and the battles have more of an exciting appeal. Also added a counter that tallys, turns, player wins, and enemie wins. Ive rearanged the graphics to fit the style better. And i heavily commented it, so anybody can cipher the math. I hope you enjoy this version better, it is more suited for rpg veterans, and even beginners to the genre and there is always room to expand it. Thank you and enjoy!

6_2008-2009 #197395
UPDATED: NTFS Data Streams: the true way to hide information and extend your file system

11/10/2003: To celebrate my mother's birthday (to whom I shall dedicate this update to) I've decided to post a new version of the code. As posted in the recent article, all of the bugs and features that you have suggested have been implemented. Thank you very much for your comments! If you find any new bugs, please let me know! This article will teach you about a big secret of the NT File System (NTFS): Alternate Data Streams. First off, a brief history about ADS will be offered, followed by practical applications of data streams, with examples. Finally, explanations on how to protect yourself from the dangers (and what they are) of ADS. Full source code is included as well as a GUI for scanning your disk for ADS, as well as editing and viewing them (or creating new ones). As a bonus, there are two versions, one in pure API, and one using VB controls. Finally, you can integrate this app in a VBS script, with very little modification, for server maintenance.

6_2008-2009 #211567
BBC Desktop New Ticker that doesn't take up all your screen width!

Fully functional desktop news ticker supplying the BBC headlines... that doesn't take up 5% of your screen space [sigh]. By fully functional, it means click on the news item and it loads the news page. right click on the ticker to unload.

6_2008-2009 #208699
Menu Extended

MenuExtended with MenuDesigner is a tool for advanced menu subclassing. Add/customize background, color, images, sidebar with text/image, three menu style: Office2000, Button, OfficeXP, and more... ALL WITHOUT TO WRITE CODE!!! With MenuDesigner you customize all the properties at runtime, and has Multi-Languages support (9 languages is includes). Visit my website http://www.vbcorner.net/eng to download the MenuExtended.dll and other info.

6_2008-2009 #210015
Cool ProgressBar

You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)

6_2008-2009 #210016
Super Error Handler

A Super Error Handler, easy, fast, professional.

6_2008-2009 #210017
Compact Access 2000/XP Databases with one line of Code. Fast. Easy.

Compact Access Databases with one line of Code! "One line of Code", like this: ;-) CompactDB Database, ShowResume, Password or this example: CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" Private Sub CompactDB_Click() If DB Is Nothing Then 'the database is Closed CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact Else 'the database is open DB.Close 'close CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact [Call your Routine to load database] 'Open database End If End Sub Works fine with Access 2000 and XP Actual Revision - Jan/20/2004 Jan/20/2004 · some Form changes. · fixed some variables declarations. (Variants in place of Strings). · added Compact Password protected databases. · added some Comments. · added some Code examples. · added a compress level indicator. Jul/25/2003 · Initial Release

6_2008-2009 #198044
Red-eye removal (image processing)

This is a very simple and powerful tool for removing red eyes on photos caused by reflections is eye (when picture is taken). This program works as good as commercial products! But this one is free and you can use it in your own image programs. But please give me credits if you do. Comments would be nice so i know whats good/bad or can be better. A vote would also be nice =)

6_2008-2009 #209784
View your activeskin skins at design time

With this you can view your ActiveSkin skins while your editing it! In case you dont have ActiveSkin, ive included the OCX which you have to rename from OC_ to OCX. Look at the screenshot. Oh and i included 1 skin.

6_2008-2009 #211215
Thirteen Sorting Methods (Sorting V2.0)

This code is a newer revision of my ten sorts program. The added sorts are the following: Bucket Sort, Binary Insertion Sort, and Quick Sort with Bubble Sort. Each of the algorithms has it's own special advantages and disadvantages. New added features are generating lists that are random, sorted, or in reverse order. These lists can be generated in either 10 items, 500 items, 5000 items, or a custom list size! You can now also time how long the sort takes now! New sorts will be added as I discover them. Please leave feedback for more features!

6_2008-2009 #211657
Microsoft WORD with VB

From VB you can Open,Read,Write,Protect with a Password,Print,Show,Print Preview,Send By Email,Send By Fax,Save,Save With another Name,Save In another directory, Optimize for word 97, and much much more TRY IT!

6_2008-2009 #212675
A Must See Tips: Real Numeric Character in TextBox. Avoid Paste Alpha Character

Many tips (and trick) tell us that if we want the textbox control ignore the character which is not numeric character, then we can just put the code that shown in KeyPress event procedure below. But, sometimes we forgot that although we have put the code in KeyPress event procedure, user still can input the alpha character to textbox control by doing copy and Paste to textbox. So, here is another tips to fix the problem. I hope this helpful.

6_2008-2009 #212676
ADOCodeProjectBuilder Version 1, A Wizard to Build Your ADO Code Project Very Fast and Automatically

This is the first wizard I made and uploaded to PSC. I never saw the one like this on this site. So I made it. This program/wizard will help you and save a lot of your time to build an ADO Code Project. You can build your ADO Code Project by entering and selecting data/tables/fields based on Database or DSN or parameter you entered/selected to connect to your database. Everything is available in this wizard, included if the .mdb file was password protected. This you can't find in VB Data Form Wizard. So you don't have to build your project from beginning by adding controls on your forms, write the code, adding the components and references, etc. The wizard will automatically add those to your new project. You can also add the find, filter, sort, and bookmark procedure/form to this new project. I made this wizard because I often make ADO Code Database project in my office, and this is really really save a lot of my time. You can learn how to make wizard from this program. I got the template of this wizard from Visual Basic, and I modified as I want to, and I added a Help file that you can call from the wizard. As a matter of fact, this wizard is rather similiar to VB Data Form Wizard in Visual Basic, but I had modified the wizard by adding a lot of enhancements. Please download and prove it now. Any comments, feedback, and votes would be truly appreciated.

6_2008-2009 #208934
List View Data Grid Control

Just pass Connection String and Query String and Get Data in the List View

Languages
Top Categories
Global Discovery