Results for "Volume: C_Volume2"
Another contribution to existing code. Very quickly sort a two-dimensional array containing any amount of members (ex: vArray(5,1000) by simply identifying the member of the array to sort on. This routine has links to the original authors' posts in the source. My only contribution was to tweak for use in more than a 1-dimensional & 2-dimensional/2-member arrays. Please no voting on this one; 99% of it is the work of other coders. PS. Revised by switching the array elements around properly,i.e, from vArray(1000,5) to vArray(5,1000). Revised once again (21 Nov) to offer fast search on sorted array & to properly handle non-zero based arrays.
It's Supposed To be RPG Game In The Future .. But Still The Collision Detection and Some Animation With A Good Graphics Design.. Anyway Try It Some Code Lines Could Be Useful .. Use The Arrows To move And Z,X To move on Y , and if u enabled the light then L,K,J,I to mive the Light hmmm I Hope U Vote For it (I Had To Take Off The Graphics To Be Able To Upload It Here..!!!
Sorting the column by clicking the column header of msFlexgrid or MshFlexgrid
This is a mini but very good web server it comes with a complete website template that you can edit on notepad soon coming in 2 weeks a version with GET/POST PHP
Hi this code just uses SetLayeredWindowAttributes and then moves a picturebox. The effect is quite nice... Win2K and XP only. If you like it then please leave comments or vote.
This code draws the chart of a math function
This is a new version of the Countdown program I released recently. It is much improved and has two new game types!
Tricky way>> direct access memory by pointer
Microsoft is not planning on releasing a new service pack for VB6 and we all know that the intrinsic built-in control are behaving badly when used in themed applications. This submission is an attempt to fix some issues with the VB.Frame control and provides custom themed drawing for graphical buttons: CommandButton, OptionButton and CheckBox controls. This, together with the old common controls from VB5, is enough to provide slick XP user-interface to your users. ___________________________________________________________ It's been a long time since my last submission to this site, so cheers to everyone! Report issues with the code here and enjoy!
This program is a show case of my complex math module. This program does basic math operatons but with complex numbers. (a+bi) where i^2=-1
VB6 mouse wheel to any VB6 IDE [CODE/IMMEDIATE/WATCH/LOCALS/...],works only while VB6 Ide Server running.. [Project requires compilation]! Major code writen in ASSEMBLER by VF-fCRO,also VB6 Ide Server code in VB by VF-fCRO. (So many ideas was provided,but i think it's the best/comfortable solution..) UPDATED to v1.1.
This Code is an Microsoft Word File Password Recovery Tool any Version of Word File. USE FOR EDUCATIONAL PURPOSES ONLY!!!. The Main Fuction that Find Password is of only 7 Line of Code. It is used to recover password from the Word File. It show the usage of Dictionary Attack & Brute Force Attack upto 2 Character Length But you can increase it to any length. when U modify this code & add New Features then please also send me the copy of that. Download it (90 Kb Include English Dictionary) & check it out. If you need support or to give suggestions to improve, you can email me at vikasmadaan25@hotmail.com or thru yahoo messenger vikasmadaan25@yahoo.com If U Like the Code Then Please Vote for Me!!!. Because It Encourages us to Submit more Good Codes to Help People.
This control is an update to the excellent HookMenu control written by Vlad Vissoultchev. New features/fixes include o fully customisable colour scheme (allowing Office 2003 style menus) o new properties dialog o menu column support o Accelerator Key support for NT os (thanks Vlad) o various menu drawing issues o + Many More Thanks to Vlad, originally for the control, for help with the Accelerator key support and his agreement to repost this updated version of the Hookmenu control. Also thanks to: Carles P.V. for his coolist - that was ammended to suit this control. Any bugs please report. Updated: 20/11/2003 Thanks To Neal Who Fixed The Bug Relating To The Seperator Lines Being Selected When They Shouldn't.
This program show you how to use WriteProcessMemory & ReadProcessMemory api. With this program you can see the full map while playing starcraft (1.10 only) (it work's on b.net and offline). I didn't find a similar program here so i post it. Don't ask me how i find the offsets try www.gamehacking.com to learn to hack games.
Awe at the wonderful world of pointers allowing super fast memory manipulation! Do things you could never do before like bitmap manipulation directly through the memory and more! This demo demonstrates 2 diffrent methods of pointers in VB along with some links for more information on it.
Sokoban is a game where you have to push boxes to a target area. First 12 levels are "AutoPlayable" & level 17, more levels will be "AutoPlayable" as You finish them. (Choose level, press [start], press [AutoPlay]) Original JAVA game can be found at: http://www.pimpernel.com/sokoban/sokoban.html Can You break My score?? Programming: Bobbek Graphics and Layout: Duncan
This application can convert any True-Type Font into a series of polygons made entirely of straight lines defined by vertices. Possible Uses: Create your own 3D font applications ala "Xara 3D" style. Design assistance with large signs, corporate logos or banners. Create vector-style game graphics based on exotic fonts (ie. Wingdings)
TITLE:GAGU'S 3D BATHROOM this is a complete program which creates 3d bathroom in which you can move around, all four walls and with flooring excellent texture quality i had worked a long on it(abt 1 month) please give me 5 votes for this it includes all basic features of directx e.g. it includes everything mipmaping,texture or transperanvy by using gif/bmp/jpg file AND COLLISION DETECTION ALSO i hope u like it if any suggessions are there then plz mail me at gaurangvyas@hotmail.com
Replicate a simplified version of the Matrix from the Film "The Matrix" (Raining Code). Using just a Timer and a PictureBox. I threw a Sysinfo in to save time and API calls. Enjoy ;)
The purpose of this program is to provide a way to stream the aural sounds captured from a capture device(microphone) to a sound device in real time. Full Duplex Without Any Latency Is The Goal!! Currently i have not found any other example that can provide this ability. Now The program does have a latency issue, but it still is the best that i have seen. Try It Out!! if anyone can find a way to get this to provide better performance pleeze let me know.