Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #229304
DoEvents evolution; the API approach. (Method for 100% optimized loops)

Do you want to make your loops 100% faster? Here's how : Many of us have used several times DoEvents, to supply a bit of air to our App, on Heavy-Duty times such as loops for updates or inserts on recordsets etc. As we most know, DoEvents processes Windows messages currently in the message queue. But what if we wanted to execute DoEvents only in times, when we want to allow user (Keyboard and Mouse) input? ( A special "thank you" to all of you who rated this article)

7_2009-2012 #229567
HomeInventory

This is an Home Inventory program that uses the cuecat that was given out by Radio Shack. It also show ADO connections Data Reports. You can keep track of your movies, what you have and who borrowed them as well if you sold any. You can scan or key in the UPC from movies as well as groceries. This still needs a little work, but I am on the right track.

7_2009-2012 #223311
Professional Splash Screen

Add professional look to your app with this easy splash screen code. Small code but nice output.

7_2009-2012 #229562
MsFlexGrid act like ListBox

When you click on a grid cell in msflex grid it will highlight the whole row and unhighlight the other rows.

7_2009-2012 #223202
Tutorial - Graphics - Shapes - by Simon Price

This tutorial is third in a series about Win32 API for graphics. In this tutorial, you will learn about functions that help draw various geometric shapes and how to use them in code, with a working example to download.

7_2009-2012 #220850
Manually INI (NO API !!)...just to exceed that 64k limit set by api

Well, my IGCSE mocks just finished yesterday so I was thinking what to do...so just to brush my skills (:D), I made this... We all know what the heck are INI files (if you don't, read their brief description at the bottom)...but did you know that these INI files have a size limit? YES! You see, when you call the Windows API, you will not be able to read files that are bigger than 10kb (on win 9.x i think...correct me if I am wrong) and 64kb on win me/nt/2k. So the next time you try to read a value that is held in position after the 64k/10k mark on a file, all u'll get is a blank (you can do the GetLastError API to see what error was, never tried it though). But HO HO! (look who comes to the rescue) During the past 1 and a half hours (or something), I just wrote a class that will read INI's all by opening them for input and output, and ofcourse, parsing them on their way. So now, throw away ur existing API INI classes and replace these. Features: 1. No more INI File size limit 2. Useful for writing file formats. Yes! For example, I previously wrote an INI script format(crazy idea, huh?) in which some values of keys were actually the names of other keys and in this way, a flow of data can be formed that doesn't have to follow hard-coded format. 3. As fast (well, almost....now, reading a teeny weeny value from a 500kb file that contained 50,000 items took 5 seconds or something on my computer...btw, the file was generated to test the class. Also, there is hardly any noticeable difference between the API and this class even if the file is smaller than 64k). 4. Other features that were included were: Read/Write value (basic INI I/O), Delete a key, Delete the whole darn Section, get all sections (only sectionsuseful for enumerating...file formats!), get all keys with their values all together (useful for enumerating...again file formats!), write values all at once from an array (instead of doing them one by one, which may get slow). 5. It's a drop-in class...just drop and use! very easy parameters to follow :) WHAT INIs ARE: INIs came along with the advent of Windows OSes. They were initially (and, well, still are) are used for storing settings of a program. You can say INI is a standard file format for saving settings (I say standard when I mean Windows standard). Windows supplies APIs that make it easy for us, the developers, to read and write values using just plain strings, which the Windows APIs organises into a format in a file. The format is: 1. There is a section that represents a number of keys (both of which you set) 2. There are keys that represent values (you set the values too) 3. Then there are other sections, 4. with other keys, 5. with other values. 6. blah blah and oh ya, I didn't do an example cuz I think almost everyone might have come across INI files (and anyway, it will take only 3 lines max to write a value to a file using this class) (vote if you like :D...I dont mind, nor do I bite...so criticism [not in a harsh way, mind you] may be appreciated.) Tata!

7_2009-2012 #229005
PSC's Fastest Pure VB Graphics Manipulation (v0.5)

Demonstrates using GetDIBits and StretchDIBits to manipulate images, and also shows fast ways to do alpha/additive/subtractive blending, and a variety of effects.

7_2009-2012 #222220
Data Encryption - For Beginners

Explains the basic technique used to achieve data encryption and get you on your way to understanding Cryptography in general.

7_2009-2012 #229573
Enhanced INI File Functions

With this class you can: - Create / Add INI sections and keys - Delete / Remove INI sections and keys - Rename / Edit ini sections and keys - Update key values - Specify your own format to create your own standard of config file. Very well commented!! Please vote for me!!

7_2009-2012 #221709
Concentration ARE YOU READY !!!!

Are You Ready to unleash the power of your concentration..............Try this program HAHAHAHAHAHHOHOHOHOHOHEHEHEHEHE. Visit www.gauravcreations.com for cool programs

7_2009-2012 #225219
bmp to jpg

16 januari 2002 bmp to jpg compres with Ijl11.dll

7_2009-2012 #229574
Christmas lights and music fun

Blinks the keyboard LEDs automatically (controls them) and play a MIDI music in background. A little tidbit for Christmas. Compile it and send it to all your friends! And please vote for me :)

7_2009-2012 #225197
Goofy About Box

Silly, fun animated About Box for your applications (use your own pictures!) Even plays dopey sound effects!

7_2009-2012 #222117
Text Box Control

Ever sick and tired of that control supplied by Microsoft? Well... here is an alternative and it can do quite a few things indeed. Feedback would be most appreciated. Thank you. Full source is included. Written using visual basic 5 control creation edition. Please don't forget to vote - be kind - this is my first OCX control.

7_2009-2012 #229585
Retrieve Tables and Column From ODBC (VB)

This program retrieve the tables and column existing from DSN ODBC. To do, use the OpenSchema method frmo ADO.

7_2009-2012 #228949
Employee Tracker v1.0

This is an excellent database program the screen shot speaks for itself has a lot off features. Basicly for storing and keeping track of employees. "PLEASE RATE IT IF YOU LIKE IT" it also has a custom CD Player built in. I will be uploading version 2.0 in 1 week so keep an eye out for it cause if you like this you'll love version 2.0. Still a littly buggy but it's still in its beta stage. Thanks PSC

7_2009-2012 #229582
Password spy

It is used to trace passwords in * by just moving the mouse cursor over the password.try this out.If you like it then vote for me.

7_2009-2012 #222369
Demo Spheroid Wrapping

Demo Spheroid Wrapping by Robert Rayment. This takes any bitmap & wraps it around a sphere. This can then be moved, rotated and magnified. The prog can be run with VB or machine code. Controls are keys only for this demo. Win 98 Zip file 85 KB.

7_2009-2012 #229607
AAA Auto-Mouse (They'll think your computers possesed!) !!!

This code lets you record an annoying mouse movement, then have it play back at a specifyed time. IT REALLY CONTROLS THE MOUSE! People will think your comp is possessed! Put it on a computer before somebody is going to use it, then set it to go off when somebody will be on the computer. It drives them crazy because the mouse is moving my its self! Great april fools joke!! It's worth an excellent isn't it? --------------------------PLZ GIVE ME A 5!! ;)

7_2009-2012 #225294
ContractControl

This app is to help user to manage both his subcontractors and his contracts and to enable the user to see if a contract is making money or not. Database functions includes : Compact and Repair Database, Also enables user to backup and restore his database. Also includes login for users (Single Level) Please vote for app

Languages
Top Categories
Global Discovery