Results for "Volume: 7_2009-2012"
This code goes out to Nasdaq.Com and gets stock information. The returned HTML is parsed to get the stock price and the company name. Utilizes the MSXML2.XMLHTTP object. I had made a similar project earlier but ALAS Nasdaq changed their HTML but now its fixed ! enjoy ;)
This is a code that i just add some lines because the original code not create index, primary key, etc.
This program uses accurate physics formulas to plot the path of a trajectory given an initial velocity and angle. all of the physics related code has been placed in a module so it should be pretty easy to use in your own program. all of the code is heavily commented so even if you're shaky on newtonian physics it should be pretty easy to follow. i spent more time focusing on the physics part of the program and not so much the "VB" part. so if anybody could explain why the program crashes after i clear and the re-fire, that would be great.
To show how to use cURL library for http file download and resume download.
This is a hyperlink label control that has dozens of great features and properties such as the ability to control its HOVER state, text, use and image and place it EXACTLY where you wish on the control and much much more. This is my attempt at mimicking C#.net linkLabel control and it came out very nice..i think you will enjoy :-)
This code demostrates how to move controls smoothly on a form without them redrawing slowly or chunky looking.
Optimisation is not always about speed. The no-API Pause routine many people use is an example of this. Obviously a Pause should not be longer than you ask for so the more accurately the routine can detect the pause is complete the better it is. The routine gains accuracy because it spends less time working and more detecting. This is a very minor optimisation but the approach will help you in other optimisation work. ------------------------------------------------ See the PauseTutorial.txt file in the zip for more detailed explanations and check out the comments in the demo code for Command4_Click and Sub PauseLong for an interesting possibility for over optimising.
Region Selector2 by Robert Rayment. (Upgrade of Region Selector CodeId=60865). This allows a region to be drawn on any bmp, jpg or gif image in 8 different ways. This region can then be saved (bmp) on the same sized rectangle as the original or reduced to a rectangle containing just the region. Regions can be drawn over an area larger than that displayed by using the arrow keys, to operate the scroll bars, simultaneously with the mouse. So - useful for extracting images and making masks. Also included are ini recent files list and drag-drop onto input picture box or the exe. __________________________________________________ Upgrade. Region Selector2 now has Screen Capture and Selectable Surround Color for Extracted Shape. Zip 40 KB.
This Code is used for secure trial activation system using USB Key which gives users of your program 10 Times to try out your program using unique Machine ID.Splash Screen Checking USB Connection,MD5/TEAN Secure Hash Algorithma.Please leave comments and vote.Thanks.
Check to see if a File exists, simple code
This Applications give you the ability to a particular command on the hosts's computer from your cell phone.
Replacement for the IDE Project Explorer.
Cool gradient button, see ScreenShot! It's beautiful :)
(Updated) Carles posted a very excellent alphablend & stretch routine that did not rely on the AlphaBlend API. Original post is txtCodeId=60424. This is my spin on his code adding some functionality not previously available. Changes include blending non-32bit images, using clipping to speed up some stretched images, adding options to stretch portions of images, offering a global alpha blend option along with per pixel alphas. However, the added overhead can prove to be slightly slower than Carles' original routines. You should test & compare against his original code. ALL VOTES SHOULD GO to his post (txtCodeId=60424). Modified 23Jan/22:30zulu to handle negative DC offsets & fix known calculation errors. Tweaked 24Jan/1609z for speed. 26Jan/1700z: final safety checks added; minor speed improvements
This Artical is in microsoft word document file. It show you how to use the DataGrid Control to make it able to view, add, delete, and edit the data in your database with less code and more effectivity. easy and nice :)
* This has been updated to include some GUI stuff. No bugs to be fixed * This is a UnitTesting framework designed for VB6. For those familiar with UnitTesting know how important it is. This is a complete rewrite from previous versions. This is built from the ground up as an actual unittesting framework. This new version has several enhancements over the older versions. Such things as filtering, sorting, test suites, listeners and much more. Using the framework, everything from a simple debug window reporting mechanism to a fullblown GUI can be used to perform UnitTests. Using the framework, any type of reporting can be created by implementing a callback interface. A GUI interface , debug window listener, and examples are included. I hope this set of tools will be helpful any programmer. Enjoy!
Detect Scroll, Num, Caps keys and toggle them on or off.
Fixed version of Barcode_DLL
This app uses ADO Data Control connection to a MS Access database. This will help in beginners to learn ADO connection useing ADODC. If still my codes are not clear for you, you can mail or contact me if you like. Vote for this app, thanks.
Just a bunch of VB6 hints and tricks I thought I could share with you. Many new hints and tricks you should know in VB6. How to add events to Windows Application log How to add controls in run time VB6 and the 2GB File limit - Be aware How to hide your application from task manager ASM Subclassing - Moving back is the safest way How to check for non-Modal permitions How to implement DIR$ correctly in your application. Convert ByteArrays to String and vice versa And more...