Results for "Volume: 5_2007-2008"
Can read Vietnamese Litepad: read Vietnamese,find and replace,on top, sent to tray,bullet. change case,script...
The program is a dial-up password Recovery program for all windows version 98/ME/2k/NT/XP. It displays the connection name , username and the pass of the dialup connection. If i see interest about my code soon will post code with dialup pass on XP and phone numbers in XP it has a bug. it displays correct all those except that the pass is ******. i'm working on it.Pleaze vote.If i see interest about my code soon will post code with dialup pass on XP and phone numbers.thnks
Game -> Match pairs of cards. Multiple decks to choose from... ie., Flags, Animals, Clocks (Time), etc. Good educational memory game for children, but stll fun for all ages. Uses the Games & Graphics Library developed by same author (included). Requires DirectX 7+ for sound and 3D support. For more details on using the Games&Graphics Library in your own projects see the submission by that name as it includes a full 300+ page manual.
This is the first version the pro-player, wait more submit in the future!!! This a simple Mp3 player, this code use Direct Show (the FilgraphManager object) to play the mp3 files, and wave's Apis to represent the sound in sine-scope, FTT-scope, and bars-scope, playlist. all code was wrote by me If u like my code, post ur comment and give me ur Vote =) have fun!!
This code allows you to access a data base, which holds several phone numbers, actually every phone number across the world. By entering a phone number, you may reverse it to access this person(s) full name, address, city, state, zip, and so forth. I hope you enjoy
This is a MSN POPUP Sound,Real buttons.. and you can apply your own language
This is a real simple demo on how to use Inet's sockets.. This will make Inet run a lot faster when you need it to execute a lot of stuff at the same time.
SEE SCREENSHOT! A Multi-Pop E-Mail checker (With help from many people including Gh€ttoWarr!or, for his MSN Popupbox) Totally written in VB (No external OCX/DLL files other than a few standard MS controls). Complete with sound, notification, color, and timing options. With sysTray support as well as "Form On Top" capability.
I worked really hard on this for my VB2 college class.. I got a REALLY good grade and even my teacher said it was the best she has ever seen.. I am really proud of it and I hope to get more out of it by giving to everyone to help them out on ideas and what not. I spent about 100+ hours on it but it's not perfect. Had a last minute crash and had to do some crappy coding.. But, I spent most of the time on the GUI.. It uses Flash, Nicer Looking Buttons, CoolXP, Listview, MDI, etc. I hope everyone enjoys it! Please, Vote or Comment! Thanks...
Create/Edit Animated Cursors by Robert Rayment. As well as drawing the frames of an animated cursor, provides a set of step changes across the frames or a selected area for peppering, waving, swirling, squashing & Xfading. Frames can also be step changed for rotation and reduction. So this prog automates some kinds of animation. 1,4,8 & 24 bpp images can be handled. Some effects are included for 24 bpp images. Images can be loaded from ani, cur or ico files as well as captured from a bmp, gif or jpg. Title, author, number of frames, HotX & HotY and frame rates can be changed. For a new cursor any of the bpps can be selected. Some example ani-files are included. Cursors can be tested and saved at any stage. Please read the help for limitations. (Tested on Win98 & WinXP, Zip 82KB) (3 Oct Calc duration in frmDetails, system cursor preserved).
This document provides a listing of all available Report Designer Component (RDC) sample applications available on the Crystal Decisions Support web site. For Example.. Creating CR Reports at Runtime Thru VB Code, Fetching Data Form Reports and use them, And All Stuff You ever want to know about Crystal Reports.
Enhancing Arithmetic Skills! coded and design mostly on FlashMX2004 and a bit of VB6.
MyIP Personal is a pretty small application I created for helping my friends play online games (internet and LAN). Features include: Your REAL IP and Hostname, Detects all computers connected via LAN (helpful to make sure everyone had a successful connection) and resides in the system tray. As an added bonus it has a quick link to scan your ports for weaknesses and exploits.
BAT-Man A well-featured DOS Batch File that lets you add code from over 40 built-in commands as well as your own commands. The cream of the utility is the Message box wizard that allows your batch file to show custom boxes with you message.Quickly create Batch file at the press of a few keys ( or clicks of a few mouses :) if you like.The code is written In unoptimised form so as to help the beginners to understand VB concepts like Popup-menus,Listbox control and most of all - the working of DOS commands.Try it.& vote : )))
A VB class to enumerate all machines in your network. There are filters for 'take it' and 'leave it' and you can select the type of machines (e.g. Unix only, print servers only, all windows machines, ...) Its a spin-off from my daily work - nothing special, but plain, sometimes usefull und extendable ;) - If you like OOP, its for you. ___ LiTe
ASM callback procedures, compiler switches to expose only the functionality required, nice examples and more. Be sure to register the type library to run the project.
This code does some useful things. First ,it replaces the default textbox context menu(the menu which pops up when u right click the textbox or press context menu key on the keyboard) with menu of ur choice. Secondly it shows how u can create ur own Edit Menu. Thirdly it shows how u can restrict user from pasting into textbox(it may be desired in some cases). Users can't paste into textbox by any means.I found some codes on the site where u could replace the textbox default popup menu but all failed when user pressed context menu key/application key on keyboard(the key immediate to Right Windows Key). I hope u find it of some use ;-).
The Internet Explorer Toolbar Integrator & Editor allows a user to integrate any program into the internet explorer tools menu & the tool bar with custom icons. Each time it integrates a new tool bar item it generates a uneek UUID number so that it wont interfere with any other software. Now has a full blown toolbar tools editor & better icon handling. It literally can extract the main icon out of all program files, irregardless what their index is & implement them.
explains SaveSetting and GetSetting
API-ListView usercontrol with most commom features (no dependencies -> thanks to Paul Caton for his great self-subclassing usercontrol template [CodeId=54117]). __________________________________________________ Notice: 1) Column, item and imagelist-icon indexing is zero-based. 2) Sorting: user should create a 'private' array for storing current column sort order (Ascending/Descending: 1/-1) -> Switch between sort order. 3) Items/SubItems do not allow custom font appearance (Bold, Color, etc). -> This needs custom-draw routines. 4) All properties are 'run-time properties'. __________________________________________________ Update 09/07: Added basic custom-draw support (for [Details] mode). Now, you can easily create a highlight effect (row and/or column). Enable RaiseSubItemPrePaint() and respond to OnSubItemPrePaint() event. __________________________________________________ Update 09/08: Custom-draw fix. Crash when XP theme enabled (Thanks to Dana Seaman). __________________________________________________ Update 12/09: Second and last fix for XP. __________________________________________________ Compatibility: in principle, all systems. // 33Kb zip.