Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #36758
Making Better Variables

This article explains proper practices regarding variables, naming them, and choosing the proper variable types for the job.

ASP_Volume2 #36759
GetDaysInMonth

'This function will use the computers clock to retrive the days in any month, including leap years. 'If you use this code then please leave your comments or even vote if you have time..

ASP_Volume2 #36760
OpenBrowser

OpenBrowser the best eXPerience over Internet. See the screenshot! It is an art work!!! All Browsers in one. mmm it is based only partly of Mozilla, in fact it has something of IE, Mozilla, Opera, Neoplanet and others. Any Features: In English and Spanish(Regional setting) Planet-Source-Code Engine. Load up to 200 Web pages, translate web pages(English,Spanish,German and more) Smartpopup more smart, get favorites, view source code, Plugins compatible(Send me an email to get Plugin Template), Extract links(good for MP3, Videos, Exe's and Zip's),Note pad inside, Control your system from OpenBrowser, QuickTab, TabIndex(Navigation tools),Open, save web pages, Print, Preview, Open your Windows Explorer, Default mail client, Search Engines inside, like Google,Altavista,Yahoo,hotbot,Excite, Amazon,eBay, etc...and more! This version is single available to learn to remove the maximum power to IE, Visit me on http://www.cyberox.tk Don't forget vote. Enjoy! Excuse my poor English i'm Chilean NOTE: Run Register.bat located in \Bin Folder before run project.

ASP_Volume2 #36761
GetEbayCategories

Download the categories from ebay and show them in a treeviewctrl.

ASP_Volume2 #36762
SWEET DeskTop Clock a Must SEE

This is a sweet movable clock its just the coolest thing to add to your desktop and stare at it watch the time goes by >:) very cool code also with topmost API. I hope you all like it. Have a nice day Rafael Bonventi

ASP_Volume2 #36763
Code Inserter 1.1

This little AddIn adds Menu Items to the Code Editor Window's PopUp Menu. Selecting one of these Items will insert code/text from a file into your code. The Menu Items and Code can be easily maintained thru text files. This is the second submission on this Project and I am proud to announce that I have solved the problem in the previous version. Everything is now maintainable through text files! This version is a little more advanced than the previous version but it does have more comments etc so hopefully should be easily understood by all and an excellent example of the potential of Classes an what I would call OO programming. Chris basically got me started by submitting some source which got me thinking. I started out trying to use an array to create multiple menu items but this did not work. So I started playing around and eentually created a class with all the Menu Item pieces in. I could then create an array of this class and so providing me with multiple menu items. Now I don't know a lot about OO programming but to me this is OO programming because each Menu Item is now a class object and I can create as many as I like and all though a text file. Cool!

ASP_Volume2 #36764
Image Box With Scroll Bar [ Active X Control ]

Scroll Bar in your Image Box

ASP_Volume2 #36765
Matrix Screensavers V1.139

3 Realistic Matrix Screensavers like those in the Movie, but without the need of DirectX. The main screensaver is the falling code, it closely emulates the code in the film and also now has the ability to show a picture in the falling code, made out of the text. Reintroduced the frame rate monitor after having difficulties with the last version. The code has been optimised and I get 95-100 FPS on a 500mhz machine! The other screensavers are call tracing, which can trace a given number or a random telephone number, and finally the scene in the film when Neo wakes up at his computer... Knock Knock Neo... Include Option Explicit, Frame Rate Limiter and edited code to increase performance After Having some free time I altered the code so now the falling code can be either Red, Green or Blue

ASP_Volume2 #36766
Multicast Functions using Winsock Control

Allows you to recieve multicast UDP packets.(Please vote and leave comments)

ASP_Volume2 #36767
^Equation Solver^

This program can find roots of quadratic or cubic equations. The program can also be used to find the cube root or square root of a function. The program uses Bisectional method, it is explained in a text file.

ASP_Volume2 #36768
[Calender Generator]

This program generates the calender of a given month and year, knowing the fact that 1st January 1900 was Monday. The code is simple and well commented.

ASP_Volume2 #36769
Collision detection for games written in machine code

This is a DLL (full source included) written in pure assembly which will detect a collision between 2 sprites given their masks to the pixel. Because it is written in assembly, it is extremely fast. The fastest I got for 1 call on my 1.65 GHz was 2 milliseconds. The slowest being 11 milliseconds. You can use it outwith VB if you want (VB Calls to the DLL are slow). This is the second submission with some optmiization and also I fixed a bug whereby it raised an access violation when used with compiled exe's. If you like it, please vote and leave some feedback. ;)

ASP_Volume2 #36770
DirectX Isometric Tile Engine Map editor

This is an incomplete (but functional) DirectX Isometric Tile Engine. I've lost all interest in finishing this, so I took it out of my archives, and I'm sharing it with all of you. Some complete features : scaling (zoom), light vertices, changing map heights. Some incomplete feature : moving, rotating, saving. Some unimplemented features that could be very cool : adding meshes, adding lighting, etc... If you ever do something cool out of this, please tell me. If you wish to work on it, feel free to email me if you've got questions. NOTE : I use the CCRP Slider OCX in this project, be sure to have it so you can check out this project

ASP_Volume2 #36771
pulsar screen saver

Pretty little screensaver. Idea was to create a pulsar like effect with multi-colored pointed stars. I have way too much time on my hands. Don't bother voting unless you feel absolutely compelled to.

ASP_Volume2 #36772
KaZaA Participation Hack / Cheat

Tired of that crappy participation rating of yours? Is a Low or Guru rating not good enough?? Then the KaZaA Participation Hack is for you! This program fake transfers files locally so that you too can be a supreme being. Only works pre KaZaA v2.1 (they fixed this...) Most people probably still have KaZaA 2.0 though. Source is fully documented (at least what is mine...) and very easy to understand.

ASP_Volume2 #36773
_Kyoko teach you string manipulation in 60 seconds_

This code shows almost all usefull function for string manipulation. Easy to understand, Easy to implement! Every line of source code with comment and 1 command button done all the functions in the text boxes.

ASP_Volume2 #36774
Bulk Comment

Have you ever needed to comment out large blocks of code for testing/debugging, new versions, etc., then you might like this VB6 Add-In. It adds comment characters to the beginning of each "selected" line in a code pane. Just select the lines you want to comment out and right click for the pop-up menu (see screen shot).

ASP_Volume2 #36775
Routine Builder v2.0.0.8

Here's a lil' VB6 Subroutine and Function Builder Add-In that I did a few years ago. It actually began as a VB5 project and converted to VB6 almost as soon as VS6 hit the shelves. Just finished some minor updates. It's pretty robust and offers data/return type selection (will automatically select data/return types if you used standard prefixes for your arguments e.g. i; integer; obj; object, sng/sgl; single, etc.), optional argument + default value, error handling (On Error Resume Next, Goto Handler, Goto RoutineNameErr, Display or Raise + write to log file. The interface is locked down tight, too. As far as I can tell, no control is enabled or disabled before/after its time. Try it! ### Okay... I've updated this thing. Someone emailed me to say that it doesn't work. I just added a check for available code panes. Should stop error 91 (Object variable or with block variable not set) when trying to use the Routine Builder against the Form editor or when there are no code panes open. ### And yet another update. Version 2.0.0.8 now also checks all VBProjects and all VBComponents for routines, variables, constants, events, and properties of the same name. If one is found, is displays message to user which Project, Component, Member was found, plus Scope and Type of Member.

ASP_Volume2 #36776
Writable Flexgfrid Data

I think Flexgrid is Important in any Database Project. I made Readable / Writable Flexgrid for convinience to Add / Edit Data.

ASP_Volume2 #36777
ActiveX Reel Control (Slot/Fruit Machine)

This ActiveX control uses BitBlt to draw a reel, or reels in a PictureBox and then spin/nudge them. It is quite quick (no Timers !!). Properties include: Reels, PicsPerReel, SpinDirection, NaturalFinish, EnableHold, Etc. It has useful subs/functions like Spin, Nudge, IsHeld, ReelPos, StopSpinning, Etc. Also includes OnReelStart, OnReelStop, OnEachFullCycle, and OnReelClick events. As it uses BitBlt I've included a handy Masker/Spriter program but it's not mine !! Please comment, feedback is much appreciated, but go easy on me - it's my first control!! Full source and an example project included. Enjoy! (Oh yeah - full instructions if you have problems figuring anything out in the ReadMe.doc)

Languages
Top Categories
Global Discovery