Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #238307
PSC Ticker Control

This PSC Code Ticker is an ActiveX control. You can modify which PSC World's ticker it displays, such as Visual Basic, .Net, Java/JavaScript, etc. I have also included a sample project for those who can't live without them.

7_2009-2012 #232098
Mirror Paint

After seeing the cool "mirror brush" effect in MacPaint 2.0, I decided to emulate the effect in VB to see if I can do it. ;) The program will "mirror" your drawing on the other side of the canvas, so it'll have a reversed symmetrical image.

7_2009-2012 #225787
Use .NET Class Libraries in VB6 Apps

(it an re-upload of my old article, its was accedentally removed) You can use COM Components in .NET Apps, but have you ever wished for the other way, Use of .NET Classes you have written in VB6 a apps. Yes, this is possible, just read this tutorial.

7_2009-2012 #234230
VBFLOCK

The is an attempt to implement Craig Reynold's flocking algorithm in VB. The flocking algorithm has to do with crowd behavior or herd behavior. This program is a combination of two VB flocking programs that I found on the internet. I have combined them together to create this one program because the source codes were different but similar in both. If anyone wishes to optimized this program, then, by all means, do so. However, please send feedback of the outcome. For example, this program could be modified to use pictures instead of pixels. The program is to be somehow integrated into my on going VB AliceBot project, AI chatbot. If optimizations and suggestions shall be appreciated. I am not out for votes but just optimizations to programs that I submit; thus, eventually led to the completion of my AI project. Sincere Thanks, NTT

7_2009-2012 #236648
Clock In Cursor

Clock in the cursor AMAZING isn't it? check this.

7_2009-2012 #235287
Stenography Wizard

The Stenography Wizard makes hiding data in your images easier than ever. In three simple steps you'll be creating your own stenographic images and decoding them with ease. Simply select the source image and a file to hide in the picture to create a stenographic image. To decode an image, select the encoded image and the original source image and it'll seperate the hidden data stream and write it back to location on disk. Being a pure Visual Basic implementation it has several limitations - this software will only operate properly on a Windows XP operating system, and can only create BMP files. It will however load JPG and GIF files in many case for use as a source image. DO NOT UNDER ANY CIRCUMSTANCE Modify the encoded image - if the BMP palette becomes altered, or the color of any pixel is changed manually it will corrupt the encoded data stream. The data stream is also unrecoverable without the source image for comparison. The Wizard will automatically perform all of the necessary steps for selecting the most transparent encoding method.

7_2009-2012 #235763
MultiLine TreeView User Control *[Updated]*

Hi all,the Multiline Treeview will help you to outline your data by including them inside the nodes,just like the normal TreeView, but with a major difference it will breakdown the large one lines to multiline(See the Screen Shot),also supports right to left alignment. Suggestions and votes are welcomed. Zyad.

7_2009-2012 #226068
Zoom At Cursor

Takes a snapshot at the cursor location and zooms it x8. No configurable settings at present but the functionality is there if you want it. It's a useful tool for those who need to quickly check the fine detail in some graphical work.

7_2009-2012 #224610
Convert_It!

is an easy to use unit conversion program that will convert the most popular units of acceleration, angle, distance, temperature, volume, time, velocity, weight, power, density, pressure, energy, number base and many others, including the ability to create custom conversions. It also remembers the last user input for each group. ----------------------(UPDATE: 6/1/11 - Added special conversion for liter/100km)

7_2009-2012 #235546
Jz Friendly Text File Ops (Final Enhanced 1.2)

Friendly OCX for Text Files I-O Operations! OpenFile, Getline, PutLine, InsertLine, AddLine, RemoveLine, Backup, Restore, Update, Save As, TotalLines, and unique Event for all Errors; No file size limits; No APIs; No Classes; its easy to treat as many files as need - merely drag one for each file. Two Projects: The Activex and a Sample EXE. v1.2.00:- All commands return T/F, new commands 'OpenHole' and 'CloseHole', functions Exists, BakExists and NewExists.

7_2009-2012 #237690
Mad Lander

This is a very nice Lunar Lander game made with vb. It uses sine and cosine to rotate your ship. This game works smoothly on the computers that I have used it on. This program uses DirectX7 to change the screen resolution. I have changed the code so that it is now well commented and a bit easier to play. Please leave a vote and comments and tell me if there are any ways that I can make this game better.

7_2009-2012 #222331
Desktop magnifier and Screen color picker (More additions 16 Apr)

Desktop Magnifier & Screen Color Picker by Robert Rayment: (Update7 16 Apr))(Added simple RGB color maker, saving Hex color to Clipboard and selectable from a button on the magnifier). Always on top, x2, x4,,,x32 magnification, RGB to Clipboard, exact location of cursor shown on magnifier with a black dot. Magnifier can be moved to any part of the screen. Keys: S to save RGB to clipboard. Incorporated code by LaVolpe to see layered windows! __________________________________________________ Update: Moved all controls onto picture box & made the form same size as picture box. Accomodate the 120 dpi as well as the normal 96 dpi. __________________________________________________ Update2: All on one Form. With Color Maker, added click on screen to set Scrollbars. Mag +- button 2,4,8,16,32. Move one pixel with arrow keys. Esc also to Exit. Toggle Color Maker. Added Matthew's border UC(CodeId 64572). __________________________________________________ Update3: All suggestions included, in particular black dot can be toggled black/white so visible on any background. Zip 19 KB. __________________________________________________ Update4: Simplified. Tidy up exitting. Zip 11 KB. __________________________________________________ Update5: Added Hide Icons from Augustin Rodriguez's 'Virtual Aquarium' CodeId=64997). __________________________________________________ Update6: Adjusted RGB picker for 120 DPI. Anyone know a general routine for this? __________________________________________________ Update7: Added Color pad (5 x 47773 colors) & Clipboard View. Zip 21 KB.

7_2009-2012 #237734
Script Executor/Editor

This program helps you create powerful macros in VBScript (or Javascript).It makes everything easy for you to create/editr script files...

7_2009-2012 #237872
change status message in yahoo messenger

it changes the status message in yahoo messenger. i know there are many such already present on psc, but i found them difficult to interpret (personal opinion no offence) and hence coded something myself which easiest for me and less code. any comments/suggestions/complaints are welcome!

7_2009-2012 #238180
Costumizable LCD display

i created this for my skinnable mp3 player.You can create your own display style very fast with a size as you want.All you need is to set the width and height of the number.The code is very small and it's easy to understand.Please vote if you find this usefull.sorry for my english.. :)

7_2009-2012 #238379
Database Browser and creator

I needed to modify a database and add a new field to it. I couldn't find anything here that just did that, so I created it. This uses no active-x. Also I used a lot of code from a program called Database Tutorial v1.0 written by Dustin Davis, which I found here on PSC and I did give credit within the file. I also gave it the ability to create a new database in 2000 format. I would like to hear any suggestions.

7_2009-2012 #236217
Add Picture To Menu

Adds A Background Picture To Menus And MenuBar By Using MENUINFO To Set The Menu Background Brush To A Picture. ONLY TESTED ON WINDOWS/XP! Might work on other operationg system.

7_2009-2012 #231662
Picture Transfer Plus

A Nice Way To Quickly Transfer Pictures To Another Directory Or Disk

7_2009-2012 #237683
Set Picture To Any Window

to teach how to set any window any picutre(any format.)

7_2009-2012 #238473
Binding Recordset To Listview

This code will bind any recordset to listview, this is a function i made... im looking for any similar code for this and i cant find short code so i made one myself.I think this one of the shortest code to bind any record to any listview so you wont code any.

Languages
Top Categories
Global Discovery