Results for "Volume: 6_2008-2009"
This application provides a way to enter a employee's name, hours worked and their pay rate. It then will calculate the Net Pay. You can drag your mouse over each of the fields to see what calculation was coded in for the Federal Tax rate, etc.
This is a good example to database connectivity....it's an example to match signatures ... in some institutions signatures of a person is scanned and verified by looking into the scanned image and the signature of that person...good example
This is an application .. which shows a complete payroll management system (appropriate for use in india)
I get questioned alot about the TreeView control by PSC users - especially about Drag'n'Drop operation. Here is some sample code that directly answers how to do this proceedure including auto-expand of collapsed nodes plus Auto-Scroll during drag.
File Input Output Append
This is a full fledged library management project...with a nice gui..(mdi)...consisting of almost all the features available in the library...u can even load the picture of the member......and u can issue and return almost instantly by only typing your book no...and id.....good project i believe if u wanna get a tight grip on advance programming
SpeedXP is a tool to change the hidden settings in registry to optimize the WindowsXP Operating System including file system memory and network. Please compile the program to see the visual styles on controls. A manifest file is included
Clearing out the digital cupboards, here is a tutorial on Arrays.
A shell command could be used to do this as *.chm file excute by clicking on them. Below is the shell command to use. Also shows how to shell execute a string variable. More info on Help and what you could with it. Goto. http://www.smountain.com/c_VBHelp.htm.
!! The easyest way to color your code in a richtextbox. Easy to setup. Colorize your code in 1 minute. For VB Code, Perl code etc. PLEACE VOTE!
This is the first lesson of a series of tutorials im writing on game programming in Visual basic. The first lesson is very simple, using an example of Tic-Tac-Toe, the next lesson will include some BitBlt tutorials for graphics, and some Win32 soun APIs. Please Vote for this and comment on what is good, and what is not good, what i need to improve on, if i get enough then Ill continue making tutorials(BTW this is my first ever)
The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic. In this article we’ll look at the concept of API as applied to Win32 programming. In this article we’ll look at the concept of API as applied to Win32 programming.
Just another Asteroids clone. Project needs WAVMIX32.DLL which can be downloaded from here http://koti.mbnet.fi/vbman/Sources/Asteroids.zip Read the README.txt in zip file. Feedback / votes are welcome as any improvments. Quite badly documented(some english some finish) but you can allways mailme and ask.
For use with MS Access databases mostly. - this function allows you to with strip characters from a string, replace characters in a string with other characters or strip/replace all non-alpha characters (not printable) from the string.
Here is an update to my last post for AppLock. This one will let you just lock specific applications via context menu. Check it out, and let me know what you think. it MUST be compiled to work :)
Lately I've seen some posts for editing ini files that involve opening the ini file directly as a text file, looping line by line thru the file until locating the line desired and then altering that line. There is a much easier and more reliable way using the Windows API. This class module makes that easy. It also shows the proper way to handle errors that happen in a class module by raising custom error codes to be handled by the application that using using the class.
this is a mini rpg that has a map system, battle system, and market system (where you buy stuff). the reason why this is a beta is because of the bugs i need to work out and the story is not nearly complete. please VOTE and COMMENT! [FIXED] I Organized and indented the code... plus fixed a few bugs
Custom Listbox control, Version 1.1, Listbox made with only a picturebox. Offers better options then windows. Custom Scroll Bar, Faster Scrolling, Change all colors on it, No more list1.list(list1.listindex). Please leaves tips so I can make this better. This is just the control just insert it into a project, its worth it. oh and don't forget to rate me!!!!!! Thanks for leaving that last tip about the decimals man someone take me outside and kick my but next time i forget to use FormatNumber for decimals, well that problem is fixed enjoy guys. Sorry if my no decimals function was pissing some out of America people off i love other countries.
We'll see how to access the Win32 API from Visual Basic. We'll start with the basics of declaring and using an API function. We'll discuss parameter passing, passing by value, passing by reference, aliasing etc and Develop a small Utility.
In the third article we see how to bring a window to top using the Win32 API.