Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #197932
Hyperlink Sample (one API function used:-)

This is in response to a yesterday's submission. No timer. No Set/Release capture (almost). The trick is that windowless controls ARE capturing mouse events upon mousedown BY DESIGN. So every label, image, or custom windowless control has the capture ability build-in. Thank you VB, I just figured out how to use this. Purely as an excercise you can encapsulate this code in a windowless usercontrol. Anyway, this implementation has at least two flaws. Can you find them? :-)) UPDATED: By popular demand now supports right click context menu, OLE drag&drop (good enough), "hand" mouse cursor (with shadow on win2k!), WM_CANCELMODE (pretty decently). More API's used but still under 160 lines of code. 10x for the votes

6_2008-2009 #201159
Data Grid Update Ver...

Nothing Much !!! Just the update of my previous datagrid... This code helps you learn editing datagrid... It just got rid of pressing Enter key again and again... Also shows how to allow only numerical data in a particular column... And yessss !! u can also copy a selected cells of datagrid to Clipboard... Everthing Very well commented !!! So guys please vote....

6_2008-2009 #204803
IE Cookie Spy

This program allows the user to monitor cookies while browsing the internet. It shows new cookies and modified cookies, and allows the user to view the details of each cookie, including previous values and modified values. Its useful for debugging web applications where cookies are involved, among other purposes.

6_2008-2009 #203931
SebaMix ProgressBar

Little dll that allow you to transform a picture box to a progressbar. Using it is really simple and give you lot of effects (see screenshot), just see the read-me file inside the zip. Enjoy it!

6_2008-2009 #203932
MindBlock

With this game you must find all the combinations of symbols before the time finish. You will start with 2 simbols and finish with 7. Cool (but silly :) ). Enjoy.

6_2008-2009 #200481
Popup Balloon Help: another enhancement

This project is an enhancement of another submission . This project displays advanced Win2K/XP style "balloons" and is based on CodeJack's enhancement Project(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31523&lngWId=1). This version includes a command button within the balloon, using the LaVolpeButton control - which is included in the zip. When the button is to be displayed the textbox height changes so as not to over-run the button. The LaVolpeButton V3 project can be found here: (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31479&lngWId=1) See the readme in the project for details from original author and notes about enhancements. ------ Clip from original submission ----- This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). ..... Original submission can be found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31434&lngWId=1

6_2008-2009 #207303
SpeedRacer

Simple car game VERY ADDICTIVE :o) enjoy Please give feedback and rate this game if you like, i will apreciate it if you do

6_2008-2009 #206772
A 3D Texturing/Animation/Effects Example! Best one of PSC!

This tutorial has everything you need to create your own directx applications, it teaches how to create objects, make animations and effects, and even has a cool Earth & moon effect (see screenshot)! You can filter colors, and load your own textures, set v & h size too. If you like 3D Texturing v2 plz VOTE!!!

6_2008-2009 #207896
MSN Client

This code shows you how to connect to the MSN Service. This code also includes a sample/simple client which shows you how everything works together. Along with managing the connection and protocol to MSN, this code will show you how to do the following: Read and Write to the any spot in the registry, Play sounds from a resource file, Superclass controls, Use a collection of classes, Manage multiple connections, Create a smooth flowing Active-X control, Use the MD5 algorithm and much more. This code took me awhile to complete and I was unsure whether to release it. Vote for me if you like what you see. Also, view the readme file included in the zip. Thanks.

6_2008-2009 #207081
Simple SMTP Server

This simple smtp server will recieve email from emailer programs (like outlook) and save them on your hd for a pop3 program to sort. It's RFC-whatever complient (as far as i know). Works Nice. Good comments. Easy to understand! If you like servers, check out my web server.

6_2008-2009 #199428
List all contacts stored in all Outlook contactfolders

This peace of code shows you how to obtain all the contacts as been stored in your Outlook pst-file. No matter how mutch contact-folders you have and how deep the three might be. (tested with Outlook 2000)

6_2008-2009 #196161
Make a mini EXE!

Check out this code. It will create a standalone EXE that will run on any x86 machine, OS independent. Also, extremely small file. An exe with "Hello, World!" is only 23 BYTES! It is truely amazing!

6_2008-2009 #201535
zFTP Class

This is a comprehensive FTP class which relies solely on API calls to the wininet dll. The winsock control is not required. It is reasonably easy to understand and is quite robust, with plenty of error handling throughout. Also, ample examples have been provided in the accompanying readme file. Many thanks to Randy Birch's wesite, where much of the functionality was absorbed from.

6_2008-2009 #206400
Everything DSP

When I first set out to create an application which could Analyze or Edit Digital Sound Files. I spent 2-3 months searching for example code and Documented Material, on the Subject. I couldn't find any VB Code Examples ANYWHERE! I did however turn up a Text File which turned out to be a complete Road Map. I Don't Know where I picked this Document up from, but it was the Foundation of my Audio Projects. I've gotten a lot of Questions, about these projects, so I decided to share this document with anyone interested. It Covers alogrythms for FFT, FIR, IIR, Sampling, Downsampling, Interpolation, Bandpass, Amplitude modulation, Flange, Delay, Frequency shifting, Noise, Equalization, Harmonics, Pitch shifting(Wavetable synthesis), and Much, Much More! To see some of these alogrythms in action, then Check out my TrueWavAnalyzer & TrueWavEditor Projects listed here on PSC.

6_2008-2009 #207559
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

6_2008-2009 #207902
A Chess game in progress

I just learned about multi-dimensioned arrays and decided to see how well they work... Have fun with it.

6_2008-2009 #204087
Sizer OCX Control

If you must let people resize things at runtime, then this is a good solution. Plz, vote!

6_2008-2009 #206819
IsInIDE?

--IsInIDE() --It'll return true if running in IDE

6_2008-2009 #199396
Magnetic Forms

Modified from Benjamin Wilger's original source. Gives forms a Winamp-like docking behavior. I have added support to make the forms move together when docked, just as in Winamp. Previously, the windows would dock to each other, but not move together. This version adds the option of making one form the "master" of the other docked forms, so that when the master form is dragged, forms docked to it are dragged as well. Many, many thanks to Benjamin Wilger for his code, without which this version would not exist. (See http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=27489&lngWId=1 for the original code.) Please cast a positive vote if you enjoy this code. It only takes a few seconds, and I feel less like I'm operating in a vacuum here.

6_2008-2009 #196007
Multi Channel Sound Playing

Play as many sounds as you want all at the same time. Supports any file format used by Windows MCI commands. PLEASE read the "Readme.html" file when you download the code. If you like it - then vote - if you hate it then don't

Languages
Top Categories
Global Discovery