Results for "Volume: 7_2009-2012"
An analog clock with alarm function to remind the developer of real life ;-) Features: resizes with form, optional Ticking, Wave File Sound Alarm or Beeping (two wav-Files included), rightclick for options
Stop the infernal blinking of the scrollbar in VB6.
This code shows how to do fast and professionnal image filtering it shows also how to perform callBack function from VB to a c++ dll The code source of the Dll filter engine is included I'm waiting your feedbacks Please Vote for my work if u think it's useful
This is just the beginning of a 3d/2d rpg im making, as u can see it loads simple maps, and shades the 3d terrain which u can pan across. The tree is always in the centre of the screen and shows how it uses alpha blending to smooth the edges. This game is far from finished and i need a 3d artist, sounds/music makers, and possible another programmer to finish it. any help would be appeciated and sorry for the lack of documentation. (this submission will be updated if i get the help i need)
Get Free Memory(RAM) of your PC, Get Free Disk Space, Get CPU Usage, Optimize Memory/Free Up Memory space, Custom Progress bar, System Tray Compatible
Password protect your computer. Wrtie/Read from .ini for your Login name and Password. If you have nosey family members, you might wanna check this out. Vote for me if you like it.
This is a very nice piece of example for having a login password form for your application. I have neatly commented, used ADO 2.6, blocking CTRL+V, CTRL+C, CTRL+X. A perfect one.
This is a complete DL-UL monitor, like DU-meter. It has similar functions, it shows a graph of your internet traffic or both a graph and numeric values. You can set the transparency of the graph-window and it can be minimized to system tray. You can see how much you've downloaded and uploaded in total. Please vote if you find it useful. And please, leave comments.
A complet web app :: make your computer a server, WhoIs, DNS 2 IP, IP 2 DNS, port Scanner, Port Spy, all with winsock control! see screenshot for more information! ***Must See*** Please vote if U like!!!
This program is useful, when you need create control and don´t know how many element you have. Also show how you can add and remove control in runtime. Also, you can create a control deal of you need it. For instance, when you need load information, but don´t know how many control you must paint.
Usercontrol to make a calendar like outlook , to make your planning etc... not yet implemented to save the notes etc....it's the first version , and my first custom control....
Simple API call that tells whether or not a particular form is open. Useful for managing popup forms or a series of forms. Sample usage: If FormIsOpen("Color Picker") Then ' ....Do Something Here Else ' ...Do Something Else Here... End If
Drag a form that has no titlebar! Add the routine listed below, and call it in the 'MouseDown' event of the form (or a control on the form): MoveWindow Me.Hwnd
English version. Also a lot of improvment. Still some code comments are in Swedish. I got a lot of requests for a version in English so here it is. Analyse any kind of report from a company. Cash Flow Analysis, Working Capital Analysis, Key Ratio Analysis.
Updated version with lots of improvements. Designed so the user can handle almost everything through the numeric keyboard and of course you can operate the calulator by using the mause also. User can even change the look, color and functionality of the calculator.
This code is useful to look at a string inside a ComboBox or ListBox, while you typing it
This code allows you to protect your program via my latest anti-cracking techniques. It generates a user code based on information stored inside the users computer; this code is unique to that users computer. It then uses a triple-encrypted password as a serial number. Make sure you change the encryption codes to be unique for your company/program. PLEASE VOTE!
This module includes 22 startup methods including all of the subseven startup methods. Let me know of any bugs you encounter, and what OS you are using.
I decied to code a Minesweaper because i knew i could. So for people who played the minesweaper done by Microsoft will be able to play my minesweaper since its practically the same :o) This game looks and plays like the same minesweaper execpt for some small detaisl. It comes complete with a fastclick, clearing, highscore and Easy,Medium and Expert mode I didnt do Custom because it didnt work the way i did it. I would really appreciate it if people would critic my program to allow me to be better next time. If you have any question feel free to email me I hope you enjoy this program
Stripped code from Dana Seaman's FolderView project. I stripped the project so that the result was only the code that enumerated compressed files. With this code you can view the contents of compressed files (zip, cab, rar, and ace). Note that this code does not compress or uncompress files, it simply enumerates the contents of the compressed files. Also works with shared files over a network. Dana 's original code is at: http://www.planet-source-code.com/xq/ASP/txtCodeId.23292/lngWId.1/qx/vb/scripts/ShowCode.htm All of the code here is Dana's except for the minor stuff like the "Dump to Text File" subroutine and the browsing function. You will notice that there are alot of variables that have been commented out. Those are just the byproducts of the original and bigger project. They were not needed for the compressed file enumeration but i left them in the code. I want to personally thank Dana for such good work.