Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #69617
Flat Shading 3D, Pure VB

A 3D demonstration for Flat Shading in pure VB code (see sceen shot)

C_Volume2 #70009
Winsock Complete Chat with smileys,FTP and more

This is a complete chat program with smileys that has no limit,private chat,file transfer,chat font change,chat color change,kick,banned,warning,nudge and many more. This software is tested on LAN. It supports Multiple networks that vypress,realpop and others dont support. Really kool interface that you will like.Its inspired by Yahoo!.if ya like that chat then plz vote for me 5 globes.I hope you wont disheart me.

C_Volume2 #70010
Painting 1.0

The purpose of this program is just to color the picture template. The picture template it self is the monochrome bitmap. You can color the picture using the interactive pit. Select the brush, the dense of the brush, the color, and then play it over the picture. How can I color the tree without annoy the sky? Don’t wory; the Painting Application will set the border from one site to another in the picture by using specific color of the template. So, you can color site by site. Just click and play! Have fun. PS: This application is not complete yet. Maybe one of you can make it for me. Thx

C_Volume2 #70011
Timer Class Module

This class module contains everything needed for creating a timer. It is very simple (18 lines), but provides millisecond accuracy using the GetTickCount API.

C_Volume2 #70012
Video Rental System

To handle all the video renting aspects e.g movies renting, buying , searching and waiting lists. INSTEAD OF DOWNLOADING THIS VERSION, PLEASE CHECK THE NEWEST ONE THAT I’VE ALREADY UPLOADED (UNDER THE NAME VIDEO RENTAL SYSTEM (UPDATE #1)), IT’S CONTAINING SOME CHANGES AND ENHANCEMENTS. IN ORDER TO REACH THAT VERSION, PLEASE SCROLL DOWN THE PAGE UNTIL YOU SEE THE PHRASE SAYING Other 1 submission(s) by this author, PLEASE CLICK ON THAT LINK TO VIEW THE IMPROVED VERSION. THANK YOU.

C_Volume2 #70013
rvtDX9vb

This is a first!. A Typelib and DLL for the use of Direct3D9 from VB6. Consult Readme and Doco for useage. Requires DirectX 9.0c to be operational on your machine. (163K)

C_Volume2 #70014
Virtual OwnerDraw API Treeview

Today VB6 has become the most widespread dead (programming) language. In celebration here's the only(AFAIK) ownerdrawn treeview published in VB.

C_Volume2 #70015
Use GDI to put a Progress Bar in your command button... or any control

Need a progress bar and not sure where to put it? how about on the command button that started the process :-) or basically on any control with a handle. Put this code into a form and place a command button on there.

C_Volume2 #70016
CStack

Was just looking tho one of my C++ books and came accross a stack class. so I desided since had nothing better to do and convert it to VB. anyway I done it as a class and added some other features. comes with evey line commented and a small example. hope you can find a use for it.

C_Volume2 #70017
API's AlphaBlend emulation

A little module: AlphaBlt() and AlphaBlend() functions will let you render 32-bit-alpha bitmaps onto a given DC. Use first one (faster) when rendering onto solid-color surfaces. Use second one for a complete emulation of API's AlphaBlend. // W9x and WNT systems compatible, I hope. // ~115Kb. __________________________________________________ Update #1. Added cDIB32 class (simplified version accepting only 32-bit DIB sections). Useful in case loading a resource bitmap. All properties have been preserved to allow create/edit custom alpha DIBs. Thanks go to redbird77 for the new CreateFromResourceBitmap() function. Note: compile first if you want to test this function! (also you'll get about 10 times faster results). __________________________________________________ Update #2. Added a mini-tool to export 32-bit bitmaps from icon/cursor resources (XP format). __________________________________________________ Update #3 (2005.05.03). Speed up: checked special alpha values (full opaque and full transparent).

C_Volume2 #70099
Smart Storage with 2 compressions(zip/huffman) #BIG update 6

Smart Storage is something like a file packager, you can add any file(s) of any format to the storage file(AddUpdateItem function) and remove them(DeleteItem function), of course. Now it comes into two separate version: with/without compression. You can choose zlib/huffman or no compression for each file. It uses index(file) technique for a better performance, thus it has VaccumStorage() function. And, the most inportant part is that it uses serialized section(chunk) technique to handle the CRC & compression of large file. And this project is originally aimed to be the storage part of Carles P.V's Thumbnailer 1.0 (image thumbnailer-viewer with GDI+)(http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=59677&lngWId=1), thus it includes the PictureFromByteStream() function to directly return a picture object from a byte array! Beside that, there are: GetItemText() function for direct return of plain text content; GetItemPicture() function for direct return of picture object according to the index; SaveItemToFile() function to save the content to disk file according to the index. Some of the codes are not written by me, such as cHuffman, cCRC. They are from psc, now they are back for you guys:) The zlib dll is generated at runtime of sample test since psc will remove all PE file. It is easy for you to remove the zlib dependancy, that's why I only enclosed it in the sample project. And I make all these functions into a class for handy usage. I also use Copymemory for a better performance. Please feel free to leave any comments, bugs or suggestions are welcome! Usage: 1.Simply open the sample storage, then click listed files, content displayed, doubleclick to save. 2.Select DB File->Create->Open->Select Item File, add it... Sorry for lack of code comments, but I think that the method is really simple. #update 5: added ReadItemContentChunk(), chunk by chunk to read a file, rather than read the whole file at once. added Version support. Improved OpenStorage result. Now with full DIBs support, from an image to store in storage, then from storage back to be an image! #update 6: fixed bug in ReadItemContentChunk() due to changed with serialized section chunk.

C_Volume2 #70098
[ Computer-Info v 1.0 ]

Fox-Info v 1.1 UPDATED VERSION, this software shows you a lot of informations about your computer:|||| System Info: Processor name, number of processors of your computer, system drive path, wan ip address, local ip address, screen resolution, operating system, total physical memory, available physical memory, total paging file, available paging file, number of running programs, printer name and your DirectX version.|||| Computer Profile: Computer up-time, computer name, current username and a lot of other regional informations.|||| Drives Space: Shows you for each drive on your computer his : (Name, Type, Total size, Free space and Used space).|||| Processes: Shows you all your processes running on your computer, the options "Terminate Selected Process" is now available.|||| BIOS Info: Shows you a lot of informations of your BIOS, such as (Status, BIOS version, BIOS name,...|||| Fox-Info also can create a log file of your computer profile and system info. PLEASE VOTE, I WORKED VERY HARD FOR THIS SOFTWARE, Thank's

C_Volume2 #70302
Tab Order

Tab Order ia a Visual Basic Add-In that allows you to reorder each Control(s) Tab Order or Tab Indexes to your specifications. Several methods allow you to do this quickly and efficiently. By order of the controls Left position on the form. By order of the controls Top position on the form. By order of selection of controls. By order of individual incrementing tab index or decrementing tab index. This is a true add-in meaning it is run in the IDE. To run and setup see the Help file.

C_Volume2 #70100
VB ExTooltip

ExTooltip Class is the First Full VB Open Source from Scratch written code, that allows you to create AWESOME Customizable tooltips. Display any custom Icon of Your Choice. ToolTip can be standard rectangle, or Balloon style like windows 2000/XP Make Your Balloon Tooltip Semi-Transparent (Works on All Windows) Add Any Color, Gradient or Picture of your choice to the Background. Use any Custom Font you want on each Tooltip. And more!! The Ultimate Tooltip code you will want to use! Updates at http://www.geocities.com/sistec_de_juarez/ExTooltip/

C_Volume2 #70101
Handle-X Trial V1.0

Used For Network Administration ,Controlling Systems and Hacking VIA any network type ... The Tools Included [ 1 - Multi Channle Connection Mnager . 2 - Net Address Book . 3 - Remote MsgBox/Matrix & Normal Text Chat/Half Duplex Voise Chat/White Board/Minesweeper Detecting Game . 4 - Complete Functionality Remote File Browser & Manager (Download & Upload Files) . 5 - Multi-threaded Remote Download Manager . 6 - Complete Functionality Remote Processes and Application Mnager Much stronger than The Normal Windows Task Mnager . 7 - Remote Registry Manager such [regedit.exe] . 8 - Some Interbet functions included such fetch the remoted system history . 9 - Remoted ClipBoard Controller . 10 - Mass Device manager includes Strong monitor controlling . 11 - Of cource the windows OS controlling functions is included such as shutdown , restart ...etc . 12 - Simple Server Editor . 13 - Embeded Firewall . 14 - Many Network tools such "X-Ping , X-Router , X-Whois , X-Port Scanner ,....) . 15 - The X-Editor is still under construction . 16 - The Help & Documentation is also not completed. ] [Notes] 1 - Handle-X is built on a new application-layer protocol called BBP (Byte Based Protocol) . 2 - The Transmition data is not encrypted and not compressed untill now . 3 - Also i'm searching now to support LAN Hacking . [Enjoy]

C_Volume2 #70102
Crystal Report 10 and VB 6

This project demonstrates how to open the Crystal Report 10 in VB 6 and assign the path of Access db. to the report file. It has uses some function in the VB, like the Formula, RecordsSelectionFormula.... I weak in commenting the code, but hopefully it help some of you. Please give some comments/ critics and vote to me. Before opening the project, please make sure Crystal Report 10 is installed in your Windows, otherwise, the project cannot function normally.

C_Volume2 #70103
CozIcon v1.1 - True Color Icon Editor

Newest version of CozIcon. ---- Now can open/save icons with multiple icons inside and also edit 48x48 icons. Also new to CozIcon is Filters, many premade filters come bundled but you can create your own(this is made easier with the Filter Maker Plugin/Stand Alone program). An example plugin is now included highlighting the new features available to plugin makers. In addition CozIcon now supports a layer system while editing icons. Custom brushes are easier to access now that they're displayed on the main window. And quite a bit more features. This release may contain bugs and I ask that you post any that you find below, thanks. And don't forget to compile the plugins and check them out! ****FIXED**** ---- Old version here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=59233&lngWId=1

C_Volume2 #70108
Prevent Double Start Program

This Code Prevent double start for your Program see it it's very simple. (And double start will happen when you make a copy for your program and open it again from another directory ,I will try to find another method),I Thank so much every one who criticism me positively not negatively.

C_Volume2 #70109
UPDATED - BTCentral Certificate Authority (CA)/SSL Certificate Maker

NEW VERSION - Now the Email certificate option works properly and there are also some slight bug fixes and the GUI has been slightly modified too! Descripton: This program is a GUI for openSSL, it lets you set-up your own CA and is totally free, it does all the hardwork - creates the configuration files, sends the commands etc. all you have to do is fill in a few fields... it's never been easier to set-up your own CA or make SSL/Email/Software Signing certificates! Make sure you download openSSL from: http://www.slproweb.com/products/Win32OpenSSL.html and copy openSSL.exe and any of it's required DLL files to the folder CA.exe is in before use!

C_Volume2 #70104
OLD VERSION - BTCentral Personal Webserver - A webserver with ASP, PHP and Perl support.

PLEASE DOWNLOAD THE UPDATED BUG-FIXED VERSION from: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=59838&lngWId=1 PLEASE DOWNLOAD MyASP.dll from: http://www.btcentral.co.nr/software/pws/MyASP.dll BEFORE USE! BTCentral Personal Webserver is an OpenSource Webserver with all the basic features plus more advanced features it supports ASP, PHP, Perl and secure documents and more... It is easy to setup and has a nice simple GUI which tells you how long the server has been running etc. it also lets you save server logs. These are just a few of the servers features. This server is mainly my own work however some source has been taken/modified from other servers on PSCode.com, many thanks to the authors of any other code used. I hope you enjoy using this server and if you find it useful please vote for it! Regards, Ben Thomas (BTCentral Software Development.)

Languages
Top Categories
Global Discovery